(holder: string)
| 67 | } |
| 68 | |
| 69 | function formatLockHeld(holder: string): string { |
| 70 | return `Computer use is in use by another Claude session (${holder.slice(0, 8)}…). Wait for that session to finish or run /exit there.`; |
| 71 | } |
| 72 | |
| 73 | export function buildSessionContext(): ComputerUseSessionContext { |
| 74 | return { |
no outgoing calls
no test coverage detected