feat: record agent approvals

This commit is contained in:
Georg Bauer
2026-08-02 09:47:28 +02:00
parent 94ed73e235
commit 118a9d41e0
11 changed files with 154 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ diesel::table! {
reasoning_complete -> Bool,
content -> Text,
model_content -> Nullable<Text>,
tool_approval_reasons -> Nullable<Text>,
system -> Bool,
compaction -> Bool,
compaction_tail_start -> Nullable<Integer>,