feat(web): add specialized UI for all built-in tool calls

Replace generic JSON display with dedicated components for search_memory,
search_inbox, web_fetch, send, react, get_contacts, email tools, browser
tools, subagent tools, and use_skill.
This commit is contained in:
Acbox
2026-03-11 17:59:58 +08:00
parent 1da251885d
commit 0ec211f3d0
12 changed files with 1112 additions and 0 deletions
+7
View File
@@ -141,6 +141,13 @@
"toolExecExit": "退出: {code}",
"toolExecError": "错误",
"toolScheduleItems": "{count} 条",
"toolMemoryResults": "{count} 条记忆",
"toolInboxResults": "{count} 条消息",
"toolWebFetchPreview": "预览",
"toolContactsCount": "{count} 个联系人",
"toolEmailCount": "{count} 封邮件",
"toolEmailAccounts": "{count} 个账户",
"toolSubagentCount": "{count} 个子代理",
"unknownUser": "{platform}用户",
"files": "文件管理"
},