mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
0f9eed3a6f
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;
|