GenAI Chat Improvements (#24173)

* Initial tool approval implementation

* Cleanups and fixes

* Improve robustness of loading case
This commit is contained in:
Nicolas Mowen
2026-09-12 07:30:04 -06:00
parent 76708e7fa6
commit af60d2db48
14 changed files with 1506 additions and 207 deletions
+16
View File
@@ -55,6 +55,12 @@
"auto_scroll": {
"title": "Auto-scroll",
"desc": "Follow new messages as they arrive."
},
"always_allow": {
"title": "Always allowed actions",
"desc": "Actions the assistant may run without asking first.",
"none": "None",
"reset": "Reset"
}
},
"stats": {
@@ -68,5 +74,15 @@
},
"thinking": {
"toggle": "Toggle thinking"
},
"approval": {
"title": "Approve {{tool}}?",
"desc": "This action changes something in Frigate. Review the details before approving.",
"approve": "Approve",
"always_allow": "Always allow",
"reject": "Reject",
"approved": "Approved",
"rejected": "Rejected",
"placeholder": "Approve or reject the pending action to continue"
}
}