From d1f5dabd5ca8f69c8a3882ee58deb92ae5ac8fd3 Mon Sep 17 00:00:00 2001 From: Eve Date: Wed, 13 May 2026 17:28:43 +0800 Subject: [PATCH] docs: add May 13 changelog Co-authored-by: multica-agent --- apps/web/features/landing/i18n/en.ts | 24 ++++++++++++++++++++++++ apps/web/features/landing/i18n/zh.ts | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index 2a509d92b..00b00066e 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -284,6 +284,30 @@ export function createEnDict(allowSignup: boolean): LandingDict { fixes: "Bug Fixes", }, entries: [ + { + version: "0.2.32", + date: "2026-05-13", + title: "Usage Insights, Chat Renaming & Smoother Desktop Flows", + changes: [], + features: [ + "Usage now shows workspace and project token activity, runtime trends, and per-agent rankings in one place", + "Chat sessions can be renamed directly from the chat header", + "Feedback reports can include screenshots or files so teams have the context they need", + ], + improvements: [ + "The Usage page has clearer naming and a more dynamic agent leaderboard", + "New chats and completed chat responses update more smoothly with fewer loading flashes", + "Self-hosted GitHub setup is easier to configure and the setup docs point to the right cloud URL", + "User-installed Codex skills are available automatically when new tasks run", + ], + fixes: [ + "Empty successful agent responses are marked completed instead of blocked", + "Pasted mentions in instruction editors keep their mention links", + "Desktop attachment downloads use the native Linux flow and tab closing no longer loops", + "Gemini and Windows runtime startup checks are more reliable in unattended runs", + "Long GitHub repository lists stay usable when adding project resources", + ], + }, { version: "0.2.31", date: "2026-05-12", diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 7c708ec70..1af55974e 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -284,6 +284,30 @@ export function createZhDict(allowSignup: boolean): LandingDict { fixes: "问题修复", }, entries: [ + { + version: "0.2.32", + date: "2026-05-13", + title: "用量洞察、聊天重命名与桌面体验优化", + changes: [], + features: [ + "Usage 页面集中展示 workspace 和 project 的 token 使用、runtime 趋势和 agent 排名", + "聊天会话可以直接在聊天页顶部重命名", + "反馈时可以附带截图或文件,方便团队快速理解问题", + ], + improvements: [ + "Dashboard 更名为 Usage,并加入更清晰的 agent 排行展示", + "新聊天和消息完成状态切换更顺,不再频繁闪加载状态", + "自托管 GitHub 配置更完整,文档里的云端链接也已修正", + "用户安装的 Codex Skills 会自动带入新的 agent 任务", + ], + fixes: [ + "没有输出内容但成功完成的 agent 任务会显示为 completed,不再误判为 blocked", + "在指令编辑器中粘贴的 mention 会保留可点击链接", + "Linux 桌面端下载附件时走系统原生流程,关闭标签页也不再触发循环跳转", + "Gemini 和 Windows runtime 的启动检查更稳定,适合无人值守执行", + "添加项目资源时,较长的 GitHub 仓库列表可以正常滚动", + ], + }, { version: "0.2.31", date: "2026-05-12",