15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"chiron": {
|
|
"description": "Personal AI assistant (Plan Mode). Read-only analysis, planning, and guidance.",
|
|
"mode": "primary",
|
|
"model": "zai-coding-plan/glm-4.7",
|
|
"prompt": "{file:./prompts/chiron.txt}",
|
|
"permission": {
|
|
"external_directory": {
|
|
"~/p/**": "allow",
|
|
"*": "ask"
|
|
}
|
|
}
|
|
}
|
|
}
|