Files
openclaw/src
Claude 333832c2e1 fix: bypass Anthropic OAuth token blocking for tool names
Anthropic blocks specific lowercase tool names (bash, read, write, edit)
when using OAuth tokens. This fix:

1. Renames blocked tools to capitalized versions (Bash, Read, Write, Edit)
   in pi-tools.ts via renameBlockedToolsForOAuth()

2. Passes all tools as customTools in splitSdkTools() to bypass
   pi-coding-agent's built-in tool filtering, which expects lowercase names

The capitalized names work with both OAuth tokens and regular API keys.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 05:48:54 +01:00
..
2026-01-09 04:52:37 +01:00
2026-01-08 03:54:35 +00:00
2026-01-09 03:31:02 +01:00
2026-01-08 05:20:39 +01:00
2026-01-09 00:57:17 +01:00
2026-01-09 02:29:54 +00:00
2026-01-09 02:29:54 +00:00
2026-01-08 03:03:03 +00:00