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 zhCnMessages: 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': '允许',