feat(agent): implement local image handling and enhance generated image integration in canvas

This commit is contained in:
HouYunFei
2026-07-29 17:19:20 +08:00
parent 7a48f441cf
commit 2afe2f3898
6 changed files with 71 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unreleased
+ [修复] 画布 Agent 默认通过画布节点生成内容,仅在用户明确指定时使用 Codex 内置生图并将结果展示到对话和当前画布。
+ [优化] Agent 面板标题、功能标签与新对话操作合并为单行顶部栏,减少面板空间占用。
+ [新增] 画布 Agent 支持请求批准、自动审查和完全访问三档 Codex 权限,并可在对话中审批文件、命令与网络访问。
+ [修复] Agent 回复中的本地绝对文件路径改为在系统文件管理器中定位,不再被浏览器错误拼接为 localhost 地址。