MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / setAuto

Method setAuto

src/bot/types.ts:117–117  ·  view source on GitHub ↗

Toggle per-conversation auto-approve (skip permission prompts).

(convKey: string, on: boolean)

Source from the content-addressed store, hash-verified

115 setModel?(convKey: string, model: string): Promise<string>;
116 /** Toggle per-conversation auto-approve (skip permission prompts). */
117 setAuto?(convKey: string, on: boolean): Promise<void>;
118 /** Recent resumable sessions for this conversation's working directory. */
119 listSessions?(convKey?: string, limit?: number): Promise<{ id: string; title: string; when: string }[]>;
120 /** Rebind this conversation to a past session; returns false if the id is unknown. */

Callers 1

commands.tsFile · 0.65

Implementers 1

QodexAgentRunnersrc/bot/runner.ts

Calls

no outgoing calls

Tested by

no test coverage detected