MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / sessionKey

Function sessionKey

src/agents/codex.ts:27–29  ·  view source on GitHub ↗
(model: string, cwd: string)

Source from the content-addressed store, hash-verified

25] as const;
26
27function sessionKey(model: string, cwd: string): string {
28 return `${cwd}::${model}`;
29}
30
31function logTurnItems(items: ThreadItem[], options: Agent.RunOptions): void {
32 for (const item of items) {

Callers 2

getOrCreateThreadFunction · 0.70
runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected