Files
codewhale/crates
Hunter Bown 38bcb5ca3d fix(tools): resolve hallucinated tool names via deterministic ladder
V4 occasionally emits non-canonical tool names (Read_file, readFile,
read-file, read_file_tool). The new resolver runs a deterministic
ladder — lowercase exact, kebab/space → snake, CamelCase → snake,
strip _tool suffix twice, fuzzy prefix match — before falling through
to "Unknown tool". Recovers ~80% of these for free.

Closes #713
2026-05-05 04:09:05 -05:00
..