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.
26 lines
508 B
JSON
26 lines
508 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
}
|