Skip to content

DesireCore v10.0.83

Choose a tag to compare

@yi-ge yi-ge released this 11 Jul 15:48
0b998d2

DesireCore v10.0.83

New Features

  • Cross-Device Migration: A new "Migrate to a New Device" feature that lets you encrypt and transfer agents, configurations, and API keys to another device through the export wizard. It supports both identity replacement and merge modes.
  • Claude Subscription Integration: Access Claude Pro/Max subscription compute without manually configuring API keys — simply sign in via Claude Code login, OAuth, or a Setup Token.
  • Windows GUI Automation: Windows users can now let agents control desktop applications (screenshot, click, type, etc.) out of the box, with no extra installation required.
  • Three-Tier Prompt System: New global prompts and team prompts can be centrally managed in a unified "Prompt Center." Agents will combine and follow global rules, team rules, and personal settings.
  • Thinking Level Selection: A new lightbulb button in the lower-left corner of the dialog lets you adjust the agent's thinking depth at any time — from quick replies to deep reasoning. The chosen level is automatically remembered.
  • File "Open With" Menu: Files in chats (including PDFs, Markdown, etc.) now include an "Open With ▾" dropdown menu. You can open them inside the app, with the system default app, choose another app, or locate the file in its folder.
  • Apps & Services Refresh: A manual refresh button has been added to the title bar of the "Apps & Services" page, so you can actively sync the service directory status.
  • Preset Configuration Version Display: The current preset configuration version number is now shown at the top of the compute page, making it easy to confirm whether the data has been updated.
  • Package Card Discount Display: When a discount is available, paid plan cards now show both the original price (with strikethrough) and the discount information.
  • Migrate API Keys: When exporting, you can choose "Include API Keys." They are protected with independent encryption and can be transferred to a new device together with the migration package.

Fixes

  • Chat Input Cursor Issues: Fixed the cursor not following the scroll after line breaks, accepting predictions, or history recall; the input area now auto-scrolls into view even when the max height is set to 120px.
  • Agent List Status: Fixed imported or cloned agents persistently showing as “Offline” in the list; they now immediately appear as “Online”.
  • Message Area Scrollbar: Increased the width of the vertical scrollbar in the chat message area for easier dragging. Fixed the horizontal scrollbar appearing unexpectedly or long content being truncated — long content now wraps or scrolls internally.
  • File Link Crash: Fixed a page crash when clicking local file links in an Agent's reply. Such links now open using the system's default application.
  • Unresponsive Clicks in Multi-Select Mode: Fixed unresponsive clicks on the selection circle to the left of messages in multi-select mode, and added protections against accidental taps on video and audio areas.
  • Delegated Task Timeout: The synchronous wait time for subtasks (delegate / send message / generate sub-agent) has been extended from 5 minutes to 30 minutes. On timeout, the task is no longer forcibly interrupted — the decision is returned to you or the Agent.
  • Global Concurrency Performance: Fixed an issue where stopping conversations multiple times could cause all agents to get stuck in "Queued" and become unresponsive (concurrency slot leak).
  • Queuing After Sleep/Wake: Fixed the top-level query permanently stuck in "Queued" after closing the laptop lid and resuming from sleep.
  • Scheduled Task Failures: Fixed some scheduled tasks that only replied with a single message without actually executing the task, as well as defects causing duplicate triggers and status drift.
  • Agent Concurrency Stability: Enhanced data consistency when multiple agents work concurrently, avoiding occasional duplicate names or missing team members during creation/cloning.
  • Default Model Unavailable: Fixed an issue where the default model could not be used in some cases and kept showing "Missing key", and added the missing Provider ID.
  • Market Repository Source Saving: Fixed the issue where the screen was stuck on a "Saving" overlay after adding a repository source, and the repository entry displayed twice.
  • Agent Rename Issues: Fixed the sidebar not updating after renaming an agent, empty-chat renames being recorded as facts, and added guidance to use the Edit tool for syncing.
  • Provider Concurrency Rate Limiting: Strengthened the concurrency connection control for compute Providers to prevent failures or queue chaos caused by instantaneous request spikes, and added bounded queues, timeouts, and diagnostic capabilities.
  • Windows Data Deletion Failure: Fixed an issue where data could not be cleared or agents could not be deleted on Windows (caused by read-only files or files named nul).
  • Windows Path Display Errors: Fixed backslashes in Windows paths disappearing after Markdown escaping in conversations; paths are now protected with inline code styling.
  • Task Board Console Noise: Eliminated repeated 404 error logs in the console when switching sessions.
  • PDF Export Crash: Fixed a crash or gray screen that could occur when clicking file:// links.
  • Missing Edge in Relationship Graph: Fixed an issue where the "deliver" relationship edge was never displayed.
  • Same-Name Model Misrouting: Fixed requests for official cloud models being incorrectly routed to a local model with the same name.
  • Video Generation Adaptation: The video generation feature has been adapted for the Doubao Seedance 2.0 model, now supporting first/last keyframe and multi-image mutual exclusion rules.
  • Message Action Bar Overflow: Fixed action bar icons overflowing below short message bubbles and covering the timestamp.
  • Duplicate Teams in Agent List: Fixed duplicate teams occasionally appearing in the agent list, and residual teams remaining after removing members.
  • System Prompt Permission Check: Unified user identity verification when previewing prompts to prevent unauthorized access.

Improvements

  • Context Trimming & Token Optimization: When an agent processes very long conversations, the system can now more intelligently trim and compress context, calibrate token calculations, and reduce errors caused by misunderstanding.
  • Authorization Scope Optimization: Read-only metadata operations such as Ls (directory listing) are now exempt from approval by default. When system permissions are denied, clear authorization guidance is returned, reducing interruptions.
  • PDF Export Refactoring: Exporting conversations to PDF is now rendered directly by the client, no longer depending on the server environment, improving compatibility in remote and web scenarios.
  • Agent Status Indicator: The status indicator in the chat list now more accurately reflects whether the agent is "busy operating" (e.g., the green light changes to yellow when fetching files).
  • Provider Notice & Billing: The top of the official compute resource page now displays a clear "Provided by partner" label, along with clearer cost and pricing information.
  • Relationship Heat Display: The number format for "relationship heat" in the relationship graph has been optimized to show thousands separators and one decimal place, preventing extra-long floating-point numbers from breaking the card layout.
  • Runtime Environment Unification: All required runtime environments (Node.js, Python, etc.) are now unified and built into the user data directory. Existing users will be automatically migrated upon upgrade, with a fallback guarantee for offline scenarios.
  • Security Enhancements: SSRF protection can now be enabled per individual agent (to prevent access to internal networks), and protection against DNS rebinding attacks has been added.
  • Sleep & Session Recovery: Enhanced data protection and session recovery capabilities in complex scenarios such as system sleep, allowing safer handling of executing tasks and pending approval requests.
  • Context Overflow Self-Healing: When a "context limit exceeded" error occurs, the system can now automatically learn and adjust the capacity limit, letting large tasks complete in one go without manual splitting.
  • Data Backup & Migration Upgrade: Data export now includes manifest metadata and source identity verification, supports compatibility between old and new packages, and uses a full git tree snapshot for more reliable rollbacks.
  • Built-in Environment & Installation Experience: Java, Python, and other runtime environments are now built in for macOS, Windows, and Linux, greatly reducing network dependencies and configuration steps during initial installation.
  • Remote Deployment & Authentication Hardening: In single-tenant standalone deployment mode, authentication and media access signing for all remote requests have been unified, and instance locking has been improved to prevent multi-instance conflicts.
  • UI Experience Improvements: Optimized notifications and conflict resolution panels for compute preset updates, improved package price display, and enhanced the performance of the sidebar and other components.
  • Claude SDK Backend Optimization: Enhanced connection stability with Claude subscription compute, supports concurrency management and request queuing, and optimized the speed of the initial connection.

What's Changed

New Contributors

Full Changelog: desirecore/desirecore@v10.0.82...v10.0.83


DesireCore v10.0.83

新功能

  • 跨设备迁移:新增“迁移到新设备”功能,可通过导出向导将智能体、配置和 API 密钥加密迁移到另一台设备,支持身份替换和归并两种模式
  • Claude 订阅接入:支持通过 Claude Code 登录、OAuth 或 Setup Token 接入 Claude Pro/Max 订阅算力,无需手动配置 API Key
  • Windows GUI 自动化:Windows 用户无需额外安装即可让智能体操控桌面应用(截图、点击、输入等),开箱即用
  • 三层提示词体系:新增全局提示词和团队提示词,可在统一的“提示词中心”集中管理,智能体将叠加遵循全局规则、团队规则和个人设定
  • 思考档位选择:对话框左下角新增灯泡按钮,可随时调整智能体的思考深度(从快速回复到深度推理),选定档位会自动记忆
  • 文件“打开方式”菜单:聊天中的文件(含 PDF、Markdown 等)新增“打开方式 ▾”下拉菜单,支持应用内打开、系统默认应用、选择其他应用或在文件夹中定位
  • 应用与服务页面刷新:“应用与服务”页面标题栏新增手动刷新按钮,可主动同步服务目录状态
  • 预置配置版本号显示:算力页面头部新增当前预置配置的版本号,方便确认数据是否已更新
  • 套餐卡片价格折扣展示:付费套餐卡片在存在优惠时,将同时显示原价(划线)和折扣信息
  • 迁移 API 密钥:导出时支持选择“包含 API 密钥”,经独立加密保护后可随迁移包同步至新设备

修复

  • 聊天输入框光标问题:修复换行、接受预测建议、历史回溯等操作后光标不跟随滚动的问题,输入框高度上限调整为120px时也能自动滚动到可见位置
  • 智能体列表状态:修复导入或克隆的智能体在列表中一直显示“离线”的问题,现在会立即显示为“在线”状态
  • 消息区滚动条:加宽聊天消息区垂直滚动条,使其更易拖拽;修复横向滚动条意外出现或长内容被截断的问题,长内容将自动换行或内部滚动
  • 文件链接崩溃:修复点击 Agent 回复中的本地文件链接导致页面崩溃的问题,现改为调用系统默认应用打开
  • 多选模式点击无响应:修复多选模式下点击消息左侧选择圈无响应的问题,增加了对视频、音频区域的误触防护
  • 委派任务超时:子任务(委派/发送消息/生成子智能体)的同步等待时间从 5 分钟放宽至 30 分钟,超时后不再强制中断,而是将决定权交还您或 Agent
  • 全局并发性能:修复多次停止对话后可能导致所有智能体卡在“排队中”无法响应的问题(并发槽位泄漏)
  • 休眠唤醒后排队:修复笔记本合盖休眠再唤醒后,顶层查询永久卡在“排队中”的问题
  • 定时任务失败:修复部分定时任务到期后只回复一句却不真正执行的问题,并修复了重复触发和状态漂移的缺陷
  • 智能体并发稳定性:增强了多个智能体同时并行工作时的数据一致性,避免在创建/克隆时偶然出现重复名称或团队成员丢失
  • 默认模型失效:修复了某些情况下无法使用默认模型、一直提示“缺少密钥”的问题,并补充了缺失的 Provider ID
  • 市场仓库源保存:修复添加仓库源后一直被“保存中”遮罩卡住、且仓库条目显示为两份的问题
  • 智能体改名相关:修复智能体改名后侧边栏名称不更新、空谈改名被记成事实等问题,并引导使用 Edit 工具同步修改
  • Provider 并发限流:加固了算力 Provider 的并发连接控制,防止瞬时高峰请求导致失败或排队混乱,并新增有界队列、超时和诊断功能
  • Windows 数据清除失败:修复 Windows 上无法清除数据或删除智能体的问题(因只读文件或名为 nul 的特殊文件导致)
  • Windows 路径显示错误:修复对话中 Windows 路径的反斜杠被 Markdown 转义后消失的问题,路径现用行内代码样式保护
  • 任务板控制台噪音:消除切换会话时控制台反复出现的 404 错误日志
  • PDF 导出崩溃:修复点击 file:// 链接可能导致的崩溃或灰屏问题
  • 关系图谱缺失边:修复“交付”关系边从不显示的问题
  • 同名模型串台:修复选择官方云端模型时请求被错误路由到本地同名模型的问题
  • 视频生成适配:视频生成功能已适配豆包 Seedance 2.0 模型,支持首尾帧和多图互斥规则
  • 消息操作栏溢出:修复短消息气泡下方操作栏图标溢出并遮住时间戳的问题
  • 智能体列表重复团队:修复智能体列表中团队偶然出现重复、或删除成员后团队残留的问题
  • 系统提示词权限校验:统一了预览提示词时的用户身份校验,防止非授权访问

改进

  • 上下文裁剪与 Token 优化:智能体处理超长对话时,系统能更聪明地裁剪和压缩上下文,并对 Token 计算进行校准,减少因理解偏差导致的错误
  • 授权范围优化Ls(目录列表)等只读元数据操作改为默认免审批,系统权限被拒时会返回清晰的授权引导,减少对您的打扰
  • PDF 导出重构:对话导出 PDF 改为由客户端直接渲染,不再依赖服务端环境,提升了远程和 Web 场景下的兼容性
  • 智能体状态指示灯:聊天列表中的状态灯现在能更准确地反映智能体是否正在“忙于操作”(例如调取文件时,绿灯会变为黄灯)
  • 供应商公告与计费:官方算力资源页顶部将显示明确的“由合作伙伴提供”标识,同时显示更清晰的成本和计价方式信息
  • 关系热度展示:关系图谱中的“关系热度”数字格式优化,改为千分位加一位小数展示,不会再有长串浮点数撑破卡片
  • 运行时环境统一:所有运行所需的环境(Node.js、Python 等)统一内置于用户数据目录,老用户升级将自动迁移,并为离线场景提供兜底保障
  • 安全性增强:支持按单个智能体开启 SSRF 防护(防止访问内部网络),并增加了对 DNS 重绑定攻击的防护
  • 休眠与会话恢复:增强了系统休眠等复杂场景下的数据保护和会话恢复能力,能更安全地处理正在执行的任务和审批中的请求
  • 上下文超限自愈:在遇到“上下文超限”错误时,系统现在能自动学习并调整容量限制,让大任务一次完成,不再需要手动拆分
  • 数据备份与迁移升级:数据导出增加 Manifest 元数据和来源身份校验,支持新旧包兼容,并利用 git 全树快照实现更可靠的回撤
  • 内置环境与安装体验:为 macOS、Windows 和 Linux 均内置了 Java/Python 等运行时环境,大幅降低初始安装时的联网依赖和配置步骤
  • 远程部署与鉴权加固:单租户独立部署模式下,统一了所有远程请求的鉴权和媒体访问签名,并提升了实例锁以防止多实例冲突
  • UI 体验改进:优化了算力预置更新的通知和冲突解决面板,改进了套餐价格显示,并提升了侧边栏等组件的性能
  • Claude SDK 后端优化:增强了与 Claude 订阅算力的连接稳定性,支持并发管理和请求排队,并优化了首次连接速度

What's Changed

New Contributors

Full Changelog: desirecore/desirecore@v10.0.82...v10.0.83


Download the installer for your platform below. / 请在下方下载对应平台的安装包。
Official Website · All Releases