Skip to content

ApprovalsTrustUsageProblem

ApprovalsTrustUsageProblem = { 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:956

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