Add global subagent nickname pool fallback

This commit is contained in:
Nick Baumann
2026-03-18 17:34:26 -07:00
parent 580f32ad2a
commit 8b873c0ba8
6 changed files with 289 additions and 0 deletions

View File

@@ -53,6 +53,13 @@
"format": "uint",
"minimum": 1.0,
"type": "integer"
},
"nickname_pool": {
"description": "Global fallback nickname candidates for spawned agent threads.\n\nExample: ```toml [agents] nickname_pool = [\"Scout\", \"Builder\", \"Reviewer\"] ```",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"