(toolName: string)
| 235 | return `Permission to use ${toolName} has been denied. ${DENIAL_WORKAROUND_GUIDANCE}` |
| 236 | } |
| 237 | export 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 | } |
| 240 | export const NO_RESPONSE_REQUESTED = 'No response requested.' |
| 241 | |
| 242 | // Synthetic tool_result content inserted by ensureToolResultPairing when a |
no outgoing calls
no test coverage detected