mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
Add global subagent nickname pool fallback
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user