feat(web): 优化聚合 tool use 展示与聊天背景设置 (#619)

This commit is contained in:
junes
2026-05-13 13:04:31 +08:00
committed by GitHub
parent 088a712f1e
commit 60af9835b4
15 changed files with 1449 additions and 77 deletions
+15 -1
View File
@@ -284,11 +284,18 @@ export default {
'toolGroup.summary.search': 'Search {n}',
'toolGroup.summary.web': 'Web {n}',
'toolGroup.summary.other': 'Tool {n}',
'toolGroup.friendly.inspectFiles': 'Inspect project files',
'toolGroup.friendly.searchContent': 'Search project content',
'toolGroup.friendly.runCommands': 'Run project commands',
'toolGroup.friendly.editFiles': 'Edit project files',
'toolGroup.friendly.openWeb': 'Browse web content',
'toolGroup.friendly.genericCommand': 'Run command',
'toolGroup.friendly.genericTool': 'Use tool',
'toolGroup.badge.running': '{n} running',
'toolGroup.badge.pending': '{n} pending',
'toolGroup.badge.error': '{n} error',
'toolGroup.badge.fileTargets': '{n} files',
'toolGroup.toolCount': '{n} tool calls',
'toolGroup.toolCount': '{n} actions',
'toolGroup.loadingOlderHistory': 'Loading earlier tool activity…',
'toolGroup.historyUnavailable': 'Earlier tool activity is unavailable.',
'toolGroup.rowStatus.running': 'Running',
@@ -372,6 +379,13 @@ export default {
'settings.chat.terminalToolDisplay': 'Terminal Tool Cards',
'settings.chat.terminalToolDisplay.compact': 'Compact (command only)',
'settings.chat.terminalToolDisplay.detailed': 'Detailed (show output preview)',
'settings.chat.groupedToolBackground': 'Grouped Tool Use Background',
'settings.chat.userMessageBackground': 'User Message Background',
'settings.chat.surfaceColor.default': 'Default color',
'settings.chat.surfaceColor.softBlue': 'Soft blue',
'settings.chat.surfaceColor.softGreen': 'Soft green',
'settings.chat.surfaceColor.softYellow': 'Soft yellow',
'settings.chat.surfaceColor.custom': 'Custom color',
'settings.voice.title': 'Voice Assistant',
'settings.voice.language': 'Voice Language',
'settings.voice.autoDetect': 'Auto-detect',