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

Method RepairSession

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

Source from the content-addressed store, hash-verified

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)
216 PromptSession(ctx context.Context, id string, message string) ([]AgentEventRecord, error)
217 SendSessionPrompt(ctx context.Context, id string, request SessionPromptRequest) (SessionPromptRecord, error)

Callers 3

newSessionRepairCommandFunction · 0.65
TestManagerRepairSessionFunction · 0.65
bootSessionRepairMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestManagerRepairSessionFunction · 0.52