From d885281e1860438f0900f002fb96510047bfb33b Mon Sep 17 00:00:00 2001 From: jocky Date: Mon, 22 Jun 2026 15:18:54 +0800 Subject: [PATCH 1/2] changelog: agent computer supercharged --- docs.json | 4 ++-- en/changelog.mdx | 20 ++++++++++++++++++++ zh/changelog.mdx | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index f1f901c..9996448 100644 --- a/docs.json +++ b/docs.json @@ -51,7 +51,7 @@ ] }, "banner": { - "content": "🚀 Selection Summary in Grid View! See our [changelog](/en/changelog) for details.", + "content": "🚀 Agent Computer, Supercharged! See our [changelog](/en/changelog) for details.", "dismissible": true }, "tabs": [ @@ -410,7 +410,7 @@ ] }, "banner": { - "content": "🚀 表格拖选统计上线!查看 [更新日志](/zh/changelog) 了解详情。", + "content": "🚀 Agent Computer 全面升级!查看 [更新日志](/zh/changelog) 了解详情。", "dismissible": true }, "tabs": [ diff --git a/en/changelog.mdx b/en/changelog.mdx index be1ebf3..17324d3 100644 --- a/en/changelog.mdx +++ b/en/changelog.mdx @@ -3,6 +3,26 @@ title: "Changelog 2026" rss: true --- + + +# Agent Computer, Supercharged + +Agent Computer, Supercharged + +We have fully rebuilt Agent Computer, significantly improving Cuppy's processing speed and long-task stability. You will feel a smoother experience in every conversation with AI, across both AI Chat and App Builder: + +- **Improved Agent Computer stability**: When Agent Computer is unavailable or abnormal, the system automatically recovers and retries, reducing stuck conversations or failed requests. +- **Improved App Builder stability**: The runtime environment can recover on demand, reducing issues caused by dependency installation and environment errors. +- **Improved App Builder preview stability**: While AI is writing code, you can see app changes in real time instead of seeing only a placeholder. +- **Improved App Chat startup and first-response speed**: In large-table scenarios, repeated loading is reduced, so chat startup and first response are faster. +- **Improved AI task stability**: When the network briefly disconnects or WebSocket reconnects, tasks are less likely to be incorrectly marked as failed, reducing "response interrupted" messages. +- **Reduced false AI Autofix triggers**: Some non-critical preview messages no longer incorrectly trigger autofix cards, making issue diagnosis more accurate. +- **Improved Agent Computer isolation**: Reduced unexpected reuse of old state between runs, making execution results more stable and controllable. +- **Improved project save, export, and rollback reliability**: Reduced errors when handling large projects, and prevented failed reads from being treated as empty projects and overwriting app code. + + + + # Selection Summary in Grid View diff --git a/zh/changelog.mdx b/zh/changelog.mdx index fe3d82f..5d43ac3 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -3,6 +3,26 @@ title: "更新日志 2026" rss: true --- + + +# Agent Computer 全面升级 + +Agent Computer 全面升级 + +我们对 Agent Computer 进行了全面重构,显著提升了 Cuppy 的处理速度,以及长任务的稳定性。你与 AI 的每一次对话,都将能直观地感受到更丝滑的体验,同时覆盖 AI Chat 和 App Builder: + +- **提升 Agent Computer 稳定性**:当 Agent Computer 不可用或异常时,系统会自动恢复并重试,减少对话卡住或请求失败的情况。 +- **提升 App Builder 稳定性**:运行环境可按需恢复,减少依赖安装和环境异常导致的问题。 +- **提升 App Builder 预览稳定性**:在 AI 编写代码的过程中,可以实时看到 APP 的变化,而不再是一个占位图。 +- **提升 App Chat 启动和首响速度**:大数据表场景下减少重复加载,聊天启动和首次响应更快。 +- **提升 AI 任务稳定性**:网络短暂断开或 WebSocket 重连时,任务更不容易被误判失败,减少“响应中断”等提示。 +- **减少误触发 AI Autofix**:预览中的部分非关键提示不再错误触发自动修复卡片,问题定位更准确。 +- **优化 Agent Computer 的隔离行为**:减少运行之间意外复用旧状态的情况,让执行结果更稳定可控。 +- **优化项目保存、导出和回滚可靠性**:减少大项目处理时的异常,避免在读取失败时误把项目当作空项目覆盖,导致 app 代码丢失。 + + + + # 表格拖选统计上线 From aa275f0454e36934adf4137ca3f4bb0c29223c5d Mon Sep 17 00:00:00 2001 From: jocky Date: Wed, 24 Jun 2026 11:58:43 +0800 Subject: [PATCH 2/2] changelog: update agent computer date --- en/changelog.mdx | 2 +- zh/changelog.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/changelog.mdx b/en/changelog.mdx index 17324d3..53c3a49 100644 --- a/en/changelog.mdx +++ b/en/changelog.mdx @@ -3,7 +3,7 @@ title: "Changelog 2026" rss: true --- - + # Agent Computer, Supercharged diff --git a/zh/changelog.mdx b/zh/changelog.mdx index 5d43ac3..7dd92a8 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -3,7 +3,7 @@ title: "更新日志 2026" rss: true --- - + # Agent Computer 全面升级