feat(models): secure catalog and pin model versions

This commit is contained in:
Jesse_Chen
2026-08-06 20:15:08 +08:00
parent 7040fd998e
commit 28e04857fa
13 changed files with 1426 additions and 150 deletions
@@ -1,4 +1,5 @@
type SessionModelWrite = {
// model_config_version is server-owned and pinned by the database trigger.
readonly values: { readonly model_id: string };
readonly sessionId: string;
readonly userId: string;