fix: align tool rename fallout

This commit is contained in:
Peter Steinberger
2026-01-09 05:54:34 +01:00
parent 333832c2e1
commit aa5e75e853
8 changed files with 42 additions and 34 deletions

View File

@@ -616,7 +616,6 @@ export function createSystemPromptOverride(
// OAuth token blocking of lowercase names. However, pi-coding-agent's SDK has
// hardcoded lowercase names in its built-in tool registry, so we must pass ALL
// tools as customTools to bypass the SDK's filtering.
// See: https://github.com/anthropics/claude-code/issues/XXX
type AnyAgentTool = AgentTool;