Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -410,7 +410,7 @@
]
},
"banner": {
"content": "🚀 表格拖选统计上线!查看 [更新日志](/zh/changelog) 了解详情。",
"content": "🚀 Agent Computer 全面升级!查看 [更新日志](/zh/changelog) 了解详情。",
"dismissible": true
},
"tabs": [
Expand Down
20 changes: 20 additions & 0 deletions en/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ title: "Changelog 2026"
rss: true
---

<Update label="Jun 24, 2026">

# Agent Computer, Supercharged

<img loading="lazy" alt="Agent Computer, Supercharged" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/57c9901f0072919fada70c59675bce80.png" />

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.

</Update>


<Update label="Jun 17, 2026">

# Selection Summary in Grid View
Expand Down
20 changes: 20 additions & 0 deletions zh/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ title: "更新日志 2026"
rss: true
---

<Update label="2026-06-24">

# Agent Computer 全面升级

<img loading="lazy" alt="Agent Computer 全面升级" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/57c9901f0072919fada70c59675bce80.png" />

我们对 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 代码丢失。

</Update>


<Update label="2026-06-17">

# 表格拖选统计上线
Expand Down