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