MCPcopy Create free account
hub / github.com/compozy/agh / ResumeSession

Method ResumeSession

internal/cli/client.go:212–212  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

210 StopSession(ctx context.Context, id string) error
211 DeleteSession(ctx context.Context, id string) error
212 ResumeSession(ctx context.Context, id string) (SessionRecord, error)
213 SessionRecap(ctx context.Context, id string, limit int) (SessionRecapRecord, error)
214 RepairSession(ctx context.Context, id string, query SessionRepairQuery) (SessionRepairRecord, error)
215 ApproveSession(ctx context.Context, id string, request SessionApprovalRequest) (SessionApprovalRecord, error)

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls