ISPO SDK
    Preparing search index...

    Interface AgentSpawnResult

    Markdown
    interface AgentSpawnResult {
        agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo";
        staged: boolean;
        submitted: boolean;
        terminalId: string;
    }
    Index
    agent: "claude" | "codex" | "opencode" | "pi" | "cursor" | "ispo"
    staged: boolean
    submitted: boolean
    terminalId: string