Skip to content

ACP_SESSION_MODES

const ACP_SESSION_MODES: readonly ["chat", "code"]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:218

EXT-117 — the commands an ACP (editor) session may be resolved under, as acp.mode. Both are existing members of GthCommand, which is the whole point of the key: the value is a command the tool-gating branches already understand rather than a new one they would each have to learn. The read-site default is code (import(‘#src/config/types.js’).GthConfig.acp).