mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 03:04:28 +00:00
Fix tool mapping
This commit is contained in:
parent
8e5b0112e7
commit
0138eee6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue