feat: added conversation history feature

This commit is contained in:
Xiaohan-Tian
2026-06-03 22:56:05 -07:00
parent 5c6e1d69c5
commit a3a0f2f4ad
19 changed files with 1271 additions and 90 deletions
+7
View File
@@ -10,6 +10,13 @@ export const zhHkMessages: TranslationMessages = {
'chatbox.todo.ariaLabel': '代理任務清單',
'chatbox.todo.count': '已完成 {completed}/{total}',
'chatbox.todo.active': '當前進行中:{task}',
'chatbox.history.title': '對話歷史',
'chatbox.history.heading': '對話歷史',
'chatbox.history.cancel': '取消',
'chatbox.history.delete': '刪除',
'chatbox.history.deleteConfirm': '要刪除對話「{title}」嗎?此操作無法撤銷。',
'chatbox.history.loading': '正在載入對話...',
'chatbox.history.empty': '還沒有已儲存的對話。',
'chatbox.fastForward.title': '快速放行工具執行審批',
'chatbox.tool.confirmation.ariaLabel': '工具執行審批操作',
'chatbox.tool.confirmation.allow': '允許',