feat(agent): add local file reveal functionality in system file manager

This commit is contained in:
HouYunFei
2026-07-29 17:03:41 +08:00
parent fe1ba781d1
commit 8babf7faa0
5 changed files with 104 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
## Unreleased
+ [新增] 画布 Agent 支持请求批准、自动审查和完全访问三档 Codex 权限,并可在对话中审批文件、命令与网络访问。
+ [修复] Agent 回复中的本地绝对文件路径改为在系统文件管理器中定位,不再被浏览器错误拼接为 localhost 地址。
+ [优化] Agent Markdown 代码块与外链确认弹窗改为紧凑中文样式,改善右侧面板阅读体验。
+ [优化] Agent 思考摘要支持 Markdown 渲染,改善强调、列表和代码内容的阅读效果。
+ [修复] Agent 对话启用 Codex 可读思考摘要,并修复一轮结束或刷新恢复后思考摘要、命令和工具过程记录缺失的问题。