Fix tool mapping
This commit is contained in:
@@ -39,7 +39,7 @@ const claudeCodeToolNames: Record<string, string> = {
|
|||||||
bash: "Bash",
|
bash: "Bash",
|
||||||
grep: "Grep",
|
grep: "Grep",
|
||||||
find: "Glob",
|
find: "Glob",
|
||||||
ls: "Glob",
|
ls: "Ls",
|
||||||
};
|
};
|
||||||
|
|
||||||
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;
|
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;
|
||||||
|
|||||||
Reference in New Issue
Block a user