You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
503 B
29 lines
503 B
{
|
|
"profile": "full",
|
|
"roles": {
|
|
"plan": {
|
|
"agent": "claude",
|
|
"model": "sonnet",
|
|
"effort": "medium"
|
|
},
|
|
"implement": {
|
|
"agent": "codex",
|
|
"model": "gpt-5.4",
|
|
"effort": "high"
|
|
},
|
|
"review": {
|
|
"agent": "claude",
|
|
"model": "sonnet",
|
|
"effort": "medium"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"claude": {
|
|
"permission_mode": "acceptEdits"
|
|
},
|
|
"codex": {
|
|
"sandbox": "workspace-write",
|
|
"network_access": true
|
|
}
|
|
}
|
|
}
|
|
|