Skip to content

ApprovalsUsageProblem

ApprovalsUsageProblem = { believe: boolean; kind: "trust-missing-server"; } | { believe: boolean; kind: "trust-missing-hints"; server: string; } | { believe: boolean; kind: "unknown-hint"; token: string; }

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:628

Something wrong with a /approvals trust invocation that the command explains rather than guesses at.