MCPcopy Create free account
hub / github.com/tiann/hapi /

Class

cli/src/cursor/session.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected