feat(agent): persist assistant model preference

This commit is contained in:
ginnoir
2026-07-08 16:24:01 -05:00
parent 876e72671a
commit bf7e07ead9
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE "users" ADD COLUMN "assistant_model" text;