feat(codex): refine Codex tool renders (#15651)

* 💄 style(codex): refine file change tool render

*  feat(codex): add web search tool render

*  feat(codex): add mcp tool render

*  feat(codex): improve tool command display

* 💄 style(files): refine explorer tree icons

*  test: fix local file link render props
This commit is contained in:
Arvin Xu
2026-06-10 22:13:56 +08:00
committed by GitHub
parent e2be720726
commit a2ea314cd8
56 changed files with 2661 additions and 632 deletions
+1
View File
@@ -915,6 +915,7 @@
"workflow.toolDisplayName.addPreferenceMemory": "Saved memory",
"workflow.toolDisplayName.calculate": "Calculated",
"workflow.toolDisplayName.callAgent": "Called an agent",
"workflow.toolDisplayName.callMcpTool": "Called MCP tool",
"workflow.toolDisplayName.callSubAgent": "Call SubAgent",
"workflow.toolDisplayName.clearTodos": "Cleared todos",
"workflow.toolDisplayName.copyDocument": "Copied a document",
+18
View File
@@ -1,6 +1,24 @@
{
"arguments.moreParams": "{{count}} params in total",
"arguments.title": "Arguments",
"builtins.codex.apiName.command_execution": "Run command",
"builtins.codex.apiName.file_change": "Edit files",
"builtins.codex.apiName.mcp_tool_call": "Call MCP tool",
"builtins.codex.apiName.todo_list": "Update tasks",
"builtins.codex.apiName.web_search": "Search the web",
"builtins.codex.commandExecution.grep": "Search",
"builtins.codex.commandExecution.noResults": "No results",
"builtins.codex.commandExecution.readFile": "Read file",
"builtins.codex.fileChange.editedFiles_one": "Edited {{count}} file",
"builtins.codex.fileChange.editedFiles_other": "Edited {{count}} files",
"builtins.codex.fileChange.editing": "Editing files",
"builtins.codex.fileChange.noChanges": "No file changes",
"builtins.codex.fileChange.unknownFile": "Unknown file",
"builtins.codex.mcpTool.error": "Error",
"builtins.codex.mcpTool.input": "Input",
"builtins.codex.mcpTool.result": "Result",
"builtins.codex.mcpTool.unknownTool": "MCP tool",
"builtins.codex.webSearch.query": "Query",
"builtins.lobe-activator.apiName.activateTools": "Activate Tools",
"builtins.lobe-activator.inspector.activateTools.notFoundCount": "{{count}} not found",
"builtins.lobe-agent-builder.apiName.getAvailableModels": "Get available models",
+1
View File
@@ -915,6 +915,7 @@
"workflow.toolDisplayName.addPreferenceMemory": "保存了记忆",
"workflow.toolDisplayName.calculate": "完成了计算",
"workflow.toolDisplayName.callAgent": "调用了助理",
"workflow.toolDisplayName.callMcpTool": "调用了 MCP 工具",
"workflow.toolDisplayName.callSubAgent": "Call SubAgent",
"workflow.toolDisplayName.clearTodos": "清空了待办",
"workflow.toolDisplayName.copyDocument": "复制了文档",
+18
View File
@@ -1,6 +1,24 @@
{
"arguments.moreParams": "等 {{count}} 个参数",
"arguments.title": "参数列表",
"builtins.codex.apiName.command_execution": "运行命令",
"builtins.codex.apiName.file_change": "编辑文件",
"builtins.codex.apiName.mcp_tool_call": "调用 MCP 工具",
"builtins.codex.apiName.todo_list": "更新任务",
"builtins.codex.apiName.web_search": "搜索网页",
"builtins.codex.commandExecution.grep": "搜索",
"builtins.codex.commandExecution.noResults": "没有结果",
"builtins.codex.commandExecution.readFile": "读取文件",
"builtins.codex.fileChange.editedFiles_one": "已编辑 {{count}} 个文件",
"builtins.codex.fileChange.editedFiles_other": "已编辑 {{count}} 个文件",
"builtins.codex.fileChange.editing": "正在编辑文件",
"builtins.codex.fileChange.noChanges": "没有文件改动",
"builtins.codex.fileChange.unknownFile": "未知文件",
"builtins.codex.mcpTool.error": "错误",
"builtins.codex.mcpTool.input": "输入",
"builtins.codex.mcpTool.result": "结果",
"builtins.codex.mcpTool.unknownTool": "MCP 工具",
"builtins.codex.webSearch.query": "搜索词",
"builtins.lobe-activator.apiName.activateTools": "激活工具",
"builtins.lobe-activator.inspector.activateTools.notFoundCount": "{{count}} 个未找到",
"builtins.lobe-agent-builder.apiName.getAvailableModels": "获取可用模型",