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;
+7
View File
@@ -176,6 +176,13 @@
"when": 1780394000000,
"tag": "0024_user_assistant_customization",
"breakpoints": true
},
{
"idx": 25,
"version": "7",
"when": 1783560000000,
"tag": "0025_assistant_model",
"breakpoints": true
}
]
}