mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
feat: add nick name to sub-agents (#12320)
Adding random nick name to sub-agents. Used for UX At the same time, also storing and wiring the role of the sub-agent
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE threads ADD COLUMN agent_nickname TEXT;
|
||||
ALTER TABLE threads ADD COLUMN agent_role TEXT;
|
||||
Reference in New Issue
Block a user