feat(agent): enhance dynamic tool call handling to display specific tool names and accurate execution status

This commit is contained in:
HouYunFei
2026-07-30 13:07:47 +08:00
parent 2002dff78a
commit 45addead96
4 changed files with 36 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unreleased
+ [优化] Agent 动态工具卡片显示具体工具名称、准确执行状态和失败原因,避免统一显示为含糊的「工具操作」。
+ [修复] 画布 Agent 默认通过画布节点生成内容,仅在用户明确指定时使用 Codex 内置生图并将结果展示到对话和当前画布。
+ [优化] Agent 面板标题、功能标签与新对话操作合并为单行顶部栏,减少面板空间占用。
+ [新增] 画布 Agent 支持请求批准、自动审查和完全访问三档 Codex 权限,并可在对话中审批文件、命令与网络访问。