MCPcopy Index your code
hub / github.com/codeaashu/claude-code / DONT_ASK_REJECT_MESSAGE

Function DONT_ASK_REJECT_MESSAGE

src/utils/messages.ts:237–239  ·  view source on GitHub ↗
(toolName: string)

Source from the content-addressed store, hash-verified

235 return `Permission to use ${toolName} has been denied. ${DENIAL_WORKAROUND_GUIDANCE}`
236}
237export function DONT_ASK_REJECT_MESSAGE(toolName: string): string {
238 return `Permission to use ${toolName} has been denied because Claude Code is running in don't ask mode. ${DENIAL_WORKAROUND_GUIDANCE}`
239}
240export const NO_RESPONSE_REQUESTED = 'No response requested.'
241
242// Synthetic tool_result content inserted by ensureToolResultPairing when a

Callers 1

hasPermissionsToUseToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected