mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
Adding random nick name to sub-agents. Used for UX At the same time, also storing and wiring the role of the sub-agent
3 lines
100 B
SQL
3 lines
100 B
SQL
ALTER TABLE threads ADD COLUMN agent_nickname TEXT;
|
|
ALTER TABLE threads ADD COLUMN agent_role TEXT;
|