| 13 | type CursorModelApplyHandler = (model: string | null | undefined) => Promise<string | null>; |
| 14 | |
| 15 | export class CursorSession extends AgentSessionBase<EnhancedMode> { |
| 16 | readonly cursorArgs?: string[]; |
| 17 | model?: string; |
| 18 | readonly startedBy: 'runner' | 'terminal'; |
nothing calls this directly
no outgoing calls
no test coverage detected