mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 11:04:35 +00:00
Add [Unreleased] section for next cycle
This commit is contained in:
parent
d856bb097c
commit
60f5a03576
8 changed files with 24 additions and 12 deletions
|
|
@ -33,13 +33,13 @@ const claudeCodeVersion = "2.1.2";
|
|||
|
||||
// Map pi! tool names to Claude Code's exact tool names
|
||||
const claudeCodeToolNames: Record<string, string> = {
|
||||
"read": "Read",
|
||||
"write": "Write",
|
||||
"edit": "Edit",
|
||||
"bash": "Bash",
|
||||
"grep": "Grep",
|
||||
"find": "Glob",
|
||||
"ls": "Glob",
|
||||
read: "Read",
|
||||
write: "Write",
|
||||
edit: "Edit",
|
||||
bash: "Bash",
|
||||
grep: "Grep",
|
||||
find: "Glob",
|
||||
ls: "Glob",
|
||||
};
|
||||
|
||||
const toClaudeCodeName = (name: string) => claudeCodeToolNames[name] || name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue