(stripped: string[])
| 267 | |
| 268 | let loggedStrip = false |
| 269 | function logStripOnce(stripped: string[]): void { |
| 270 | if (loggedStrip) return |
| 271 | loggedStrip = true |
| 272 | logForDebugging( |
| 273 | `[betas] Stripped from tool schemas: [${stripped.join(', ')}] (CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1)`, |
| 274 | ) |
| 275 | } |
| 276 | |
| 277 | /** |
| 278 | * Log stats about first block for analyzing prefix matching config |
no test coverage detected