mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +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",
|
||||
grep: "Grep",
|
||||
find: "Glob",
|
||||
ls: "Glob",
|
||||
ls: "Ls",
|
||||
};
|
||||
|
||||
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue