Skip to content

Commit 30f50bd

Browse files
authored
changelog: agent computer supercharged (#159)
* changelog: agent computer supercharged * changelog: update agent computer date
1 parent ca2915b commit 30f50bd

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"banner": {
54-
"content": "🚀 Selection Summary in Grid View! See our [changelog](/en/changelog) for details.",
54+
"content": "🚀 Agent Computer, Supercharged! See our [changelog](/en/changelog) for details.",
5555
"dismissible": true
5656
},
5757
"tabs": [
@@ -410,7 +410,7 @@
410410
]
411411
},
412412
"banner": {
413-
"content": "🚀 表格拖选统计上线!查看 [更新日志](/zh/changelog) 了解详情。",
413+
"content": "🚀 Agent Computer 全面升级!查看 [更新日志](/zh/changelog) 了解详情。",
414414
"dismissible": true
415415
},
416416
"tabs": [

en/changelog.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ title: "Changelog 2026"
33
rss: true
44
---
55

6+
<Update label="Jun 24, 2026">
7+
8+
# Agent Computer, Supercharged
9+
10+
<img loading="lazy" alt="Agent Computer, Supercharged" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/57c9901f0072919fada70c59675bce80.png" />
11+
12+
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:
13+
14+
- **Improved Agent Computer stability**: When Agent Computer is unavailable or abnormal, the system automatically recovers and retries, reducing stuck conversations or failed requests.
15+
- **Improved App Builder stability**: The runtime environment can recover on demand, reducing issues caused by dependency installation and environment errors.
16+
- **Improved App Builder preview stability**: While AI is writing code, you can see app changes in real time instead of seeing only a placeholder.
17+
- **Improved App Chat startup and first-response speed**: In large-table scenarios, repeated loading is reduced, so chat startup and first response are faster.
18+
- **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.
19+
- **Reduced false AI Autofix triggers**: Some non-critical preview messages no longer incorrectly trigger autofix cards, making issue diagnosis more accurate.
20+
- **Improved Agent Computer isolation**: Reduced unexpected reuse of old state between runs, making execution results more stable and controllable.
21+
- **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.
22+
23+
</Update>
24+
25+
626
<Update label="Jun 17, 2026">
727

828
# Selection Summary in Grid View

zh/changelog.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ title: "更新日志 2026"
33
rss: true
44
---
55

6+
<Update label="2026-06-24">
7+
8+
# Agent Computer 全面升级
9+
10+
<img loading="lazy" alt="Agent Computer 全面升级" src="https://dxshyegpql0u3hra.public.blob.vercel-storage.com/57c9901f0072919fada70c59675bce80.png" />
11+
12+
我们对 Agent Computer 进行了全面重构,显著提升了 Cuppy 的处理速度,以及长任务的稳定性。你与 AI 的每一次对话,都将能直观地感受到更丝滑的体验,同时覆盖 AI Chat 和 App Builder:
13+
14+
- **提升 Agent Computer 稳定性**:当 Agent Computer 不可用或异常时,系统会自动恢复并重试,减少对话卡住或请求失败的情况。
15+
- **提升 App Builder 稳定性**:运行环境可按需恢复,减少依赖安装和环境异常导致的问题。
16+
- **提升 App Builder 预览稳定性**:在 AI 编写代码的过程中,可以实时看到 APP 的变化,而不再是一个占位图。
17+
- **提升 App Chat 启动和首响速度**:大数据表场景下减少重复加载,聊天启动和首次响应更快。
18+
- **提升 AI 任务稳定性**:网络短暂断开或 WebSocket 重连时,任务更不容易被误判失败,减少“响应中断”等提示。
19+
- **减少误触发 AI Autofix**:预览中的部分非关键提示不再错误触发自动修复卡片,问题定位更准确。
20+
- **优化 Agent Computer 的隔离行为**:减少运行之间意外复用旧状态的情况,让执行结果更稳定可控。
21+
- **优化项目保存、导出和回滚可靠性**:减少大项目处理时的异常,避免在读取失败时误把项目当作空项目覆盖,导致 app 代码丢失。
22+
23+
</Update>
24+
25+
626
<Update label="2026-06-17">
727

828
# 表格拖选统计上线

0 commit comments

Comments
 (0)