feat! Claude Code as a CLI agent now supported. Mix and match: spawn claude code from within claude code, or claude code from within codex.
Stay in codex, plan review and fix complicated bugs, then ask it to spawn claude code and implement the plan. This uses your current subscription instead of API tokens.
This commit is contained in:
25
conf/cli_clients/claude.json
Normal file
25
conf/cli_clients/claude.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "claude",
|
||||
"command": "claude",
|
||||
"additional_args": [
|
||||
"--permission-mode",
|
||||
"acceptEdits",
|
||||
"--model",
|
||||
"sonnet"
|
||||
],
|
||||
"env": {},
|
||||
"roles": {
|
||||
"default": {
|
||||
"prompt_path": "systemprompts/clink/default.txt",
|
||||
"role_args": []
|
||||
},
|
||||
"planner": {
|
||||
"prompt_path": "systemprompts/clink/default_planner.txt",
|
||||
"role_args": []
|
||||
},
|
||||
"codereviewer": {
|
||||
"prompt_path": "systemprompts/clink/default_codereviewer.txt",
|
||||
"role_args": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user