DesireCore v10.0.76
DesireCore v10.0.76
New Features
- Zoomable chart preview: Mermaid charts in chats now support click-to-fullscreen preview, with mouse wheel zoom, drag-to-pan, fit-to-window, and one-click reset for clearer viewing of complex diagrams.
- Tool backend configuration: You can now choose, enable, or customize API backends for web search and image understanding tools under “Explorer → Compute Power → AI Services”, and securely manage the related keys.
- Scheduling receipts in chat: Receipts generated after scheduled tasks run will now appear directly in the Agent chat window, making it easier to continuously track scheduling results within the conversation.
- Image enhancement tool: Agents now have image enhancement capabilities that can automatically remove black borders, white borders, or extra margins around images, and generate a new image with centered padding when needed.
Fixes
- When cloning an Agent, you can now also copy its private memories, preference settings, and relationship data, preventing the loss of previously accumulated personalized content after cloning.
- When launching the app from a desktop icon, Agents can now more completely read environment variables from your login environment, reducing cases where something works in the terminal but not inside the app.
- After modifying
.zshrc,.bashrc, or Windows environment variables, the changes can now take effect immediately by refreshing on the runtime environment page, without needing to restart the entire app. - Built-in Hatch and Volta detection is now more stable, reducing cases where they are incorrectly identified as not installed even though they are available.
- “Working Memory” in the Agent profile now lists the actual memory files, and clicking them will directly locate and open the corresponding files in the app’s Explorer.
- stdio-type MCP services in the service catalog will no longer be proactively probed and executed in the background before approval, making them safer to use.
- Risk level display and recent connection time in service details are now more accurate, and error messages for derived services are also clearer.
- The Agent cloning workflow now includes stricter identity and path validation to prevent incorrect copying or unauthorized copying of users’ private data.
Improvements
- Loading large chat histories is now significantly smoother, and historical conversations containing extremely long tool outputs are much less likely to cause lag when launching or opening chats.
- Extremely long tool outputs are now loaded on demand, and the full content is only filled in when the relevant message is actually viewed, making the chat interface feel lighter.
- The loading experience for Agent profile cards is now smoother, with less waiting and flickering when viewing profile information.
- Service details pages in the app and service catalog now include more complete operational information, helping you understand service capabilities and risk levels more intuitively.
What's Changed
- perf(session): messages.jsonl 三层根治——读取索引分页 + 写入外置 + 前端按需加载 by @yi-ge in desirecore/desirecore#797
- feat: 新增 BeautifyImage 图像美化内置工具 by @yi-ge in desirecore/desirecore#801
- feat(agent-profile): 工作记忆模块改为枚举真实记忆文件并支持点击定位 by @yi-ge in desirecore/desirecore#802
- perf(beautify-image): 单条 pipeline 只编码一次 + 输出体积闸门(回应 #801 review) by @yi-ge in desirecore/desirecore#803
- fix(agent-profile): 工作记忆点击改为在应用内资源管理器打开文件 by @yi-ge in desirecore/desirecore#804
- chore: 升级 eslint 9.39.4 → 10.4.1(移除 eslint-plugin-react) by @yi-ge in desirecore/desirecore#806
- feat(schedule): 调度回执显示到 Agent 聊天框,CreateSchedule 收敛为纯调度 by @Zxy-y in desirecore/desirecore#807
- feat(registry): 补强应用与服务目录治理测试 + MCP stdio 健康探测 + 详情字段 by @yi-ge in desirecore/desirecore#809
- fix(service-health): stdio 探测加审批门禁 + 服务详情 operations 稳定 key by @yi-ge in desirecore/desirecore#810
- [codex] Improve agent profile card loading by @yi-ge in desirecore/desirecore#813
- fix(runtime): 增强内置 Hatch/Volta 检测的可靠性与速度 by @yi-ge in desirecore/desirecore#814
- ci(release): 上传并行化 + 快速重试 + 失败回退备用 publish(免重编译) by @yi-ge in desirecore/desirecore#812
- fix(agent-service): GUI 启动透传完整登录环境(macOS/Linux rc env + Windows 注册表) by @124608760 in desirecore/desirecore#808
- fix(catalog): 关闭应用与服务目录收尾缺口(配色 + 相对时间 + 3 处测试补强) by @yi-ge in desirecore/desirecore#815
- feat(tools): WebSearch/UnderstandImage 声明式可配置 API 供应商系统 by @yi-ge in desirecore/desirecore#811
- feat(chat): 聊天 mermaid 图表支持点击放大预览(滚轮缩放/拖拽平移) by @Zxy-y in desirecore/desirecore#816
- fix(clone): 克隆智能体时支持复制用户私有数据(记忆/偏好/关系) by @124608760 in desirecore/desirecore#817
Full Changelog: desirecore/desirecore@v10.0.75...v10.0.76
DesireCore v10.0.76
新功能
- 图表放大预览:聊天中的 Mermaid 图表现在支持点击全屏预览,并可通过滚轮缩放、拖拽平移、适配窗口和一键重置来更清晰地查看复杂图表。
- 工具后端配置:你现在可以在“资源管理器 → 算力 → AI 服务”中为网络搜索和图像理解工具选择、启用或自定义 API 后端,并安全地管理相关密钥。
- 调度回执入聊天:定时任务执行后的回执会直接显示在 Agent 聊天框中,方便你在对话里持续跟踪调度结果。
- 图像美化工具:Agent 新增图像美化能力,可自动去除图片四周的黑边、白边或多余留白,并按需要居中补边后生成新图。
修复
- 克隆智能体时现在可以一并复制该智能体的私有记忆、偏好设置和关系数据,避免克隆后丢失原本积累的个性化内容。
- 从桌面图标启动应用时,Agent 现在能更完整地读取你登录环境中的环境变量,减少终端里可用但应用内不可用的问题。
- 修改
.zshrc、.bashrc或 Windows 环境变量后,现在可通过运行环境页的刷新操作立即生效,无需重启整个应用。 - 内置的 Hatch 与 Volta 检测更稳定,减少明明已可用却被误判为未安装的情况。
- 智能体档案中的“工作记忆”现在会列出真实的记忆文件,并在点击后直接在应用内资源管理器中定位并打开对应文件。
- 服务目录中的 stdio 类型 MCP 服务在未获批准前不会被后台主动探测执行,使用上更安全。
- 服务详情中的风险等级显示和最近连接时间展示更准确,派生服务的错误信息也能更清楚地看到。
- 克隆智能体相关流程增加了更严格的身份与路径校验,避免错误复制或越权复制用户私有数据。
改进
- 大体量聊天记录的加载明显更流畅,包含超长工具输出的历史会话不再容易导致启动或打开对话时卡顿。
- 超长工具输出现在按需加载,只有在真正看到相关消息时才会补全完整内容,聊天界面更轻快。
- 智能体档案卡片的加载体验更顺滑,查看资料时等待和闪烁感有所减少。
- 应用与服务目录的服务详情页新增了更完整的操作信息展示,帮助你更直观地了解服务能力与风险等级。
What's Changed
- perf(session): messages.jsonl 三层根治——读取索引分页 + 写入外置 + 前端按需加载 by @yi-ge in desirecore/desirecore#797
- feat: 新增 BeautifyImage 图像美化内置工具 by @yi-ge in desirecore/desirecore#801
- feat(agent-profile): 工作记忆模块改为枚举真实记忆文件并支持点击定位 by @yi-ge in desirecore/desirecore#802
- perf(beautify-image): 单条 pipeline 只编码一次 + 输出体积闸门(回应 #801 review) by @yi-ge in desirecore/desirecore#803
- fix(agent-profile): 工作记忆点击改为在应用内资源管理器打开文件 by @yi-ge in desirecore/desirecore#804
- chore: 升级 eslint 9.39.4 → 10.4.1(移除 eslint-plugin-react) by @yi-ge in desirecore/desirecore#806
- feat(schedule): 调度回执显示到 Agent 聊天框,CreateSchedule 收敛为纯调度 by @Zxy-y in desirecore/desirecore#807
- feat(registry): 补强应用与服务目录治理测试 + MCP stdio 健康探测 + 详情字段 by @yi-ge in desirecore/desirecore#809
- fix(service-health): stdio 探测加审批门禁 + 服务详情 operations 稳定 key by @yi-ge in desirecore/desirecore#810
- [codex] Improve agent profile card loading by @yi-ge in desirecore/desirecore#813
- fix(runtime): 增强内置 Hatch/Volta 检测的可靠性与速度 by @yi-ge in desirecore/desirecore#814
- ci(release): 上传并行化 + 快速重试 + 失败回退备用 publish(免重编译) by @yi-ge in desirecore/desirecore#812
- fix(agent-service): GUI 启动透传完整登录环境(macOS/Linux rc env + Windows 注册表) by @124608760 in desirecore/desirecore#808
- fix(catalog): 关闭应用与服务目录收尾缺口(配色 + 相对时间 + 3 处测试补强) by @yi-ge in desirecore/desirecore#815
- feat(tools): WebSearch/UnderstandImage 声明式可配置 API 供应商系统 by @yi-ge in desirecore/desirecore#811
- feat(chat): 聊天 mermaid 图表支持点击放大预览(滚轮缩放/拖拽平移) by @Zxy-y in desirecore/desirecore#816
- fix(clone): 克隆智能体时支持复制用户私有数据(记忆/偏好/关系) by @124608760 in desirecore/desirecore#817
Full Changelog: desirecore/desirecore@v10.0.75...v10.0.76
Download the installer for your platform below. / 请在下方下载对应平台的安装包。
Official Website · All Releases