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