MCPcopy
hub / github.com/slopus/happy / CodexSessionState

Interface CodexSessionState

packages/codium/sources/boot/main/agent-worker/worker.ts:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55interface CodexSessionState {
56 engine: 'codex'
57 child: ChildProcessWithoutNullStreams
58 stop(): void
59}
60
61const sessions = new Map<string, SessionState>()
62

Callers 1

handleFunction · 0.65

Implementers 5

InvalidateSyncpackages/happy-cli/src/utils/sync.ts
ClaudeQueryDriverpackages/happy-cli/src/claude/claude.i
InvalidateSyncpackages/happy-app/sources/utils/sync.
ValueSyncpackages/happy-app/sources/utils/sync.
GitStatusSyncpackages/happy-app/sources/sync/gitSta

Calls

no outgoing calls

Tested by

no test coverage detected