diff --git a/apps/web/features/landing/i18n/en.ts b/apps/web/features/landing/i18n/en.ts index ca63e0ba3..7566d945b 100644 --- a/apps/web/features/landing/i18n/en.ts +++ b/apps/web/features/landing/i18n/en.ts @@ -288,19 +288,14 @@ export const en: LandingDict = { title: "Analytics Pipeline, Desktop Cross-Platform Packaging & Board Pagination", changes: [], features: [ - "Full PostHog analytics pipeline with 6 funnel events for activation tracking (MUL-1122)", + "Full PostHog analytics pipeline with 6 activation funnel events (MUL-1122)", "Desktop app cross-platform packaging — build macOS, Windows, and Linux artifacts from a single release pipeline", "Issue board paginates every status column, not only Done — large backlogs stay responsive", - "`multica update` self-update command and a persistent Windows daemon that survives terminal close", ], fixes: [ "Inbox no longer auto-archives an issue when you delete it, and stops remounting `IssueDetail` on every new comment or reaction (MUL-1199)", "Agent tasks triggered by a comment now reliably synthesize a result comment, so replies reach the issue instead of dying in terminal output", "Comment Markdown is preserved end-to-end — the HTML sanitizer that was stripping formatting has been removed", - "Desktop shareable URLs default to the local web origin in dev, desktop packaging PATH lookup is hardened, and daemon now enforces workspace isolation for agent execution", - "OpenClaw agent runtime reads the real model from `meta.agentMeta.model` instead of guessing, and skills.sh handles nested directory imports", - "Issue list queries include `description` so board cards render their preview, and attachment links prefer the CDN domain over the raw endpoint", - "PostHog autocapture and session recording disabled by default to reduce noise and protect privacy", ], }, { diff --git a/apps/web/features/landing/i18n/zh.ts b/apps/web/features/landing/i18n/zh.ts index 0c28b24e0..46c010583 100644 --- a/apps/web/features/landing/i18n/zh.ts +++ b/apps/web/features/landing/i18n/zh.ts @@ -291,16 +291,11 @@ export const zh: LandingDict = { "完整接入 PostHog 埋点,新增 6 个激活漏斗事件(MUL-1122)", "桌面应用跨平台打包——同一条发布流水线同时产出 macOS、Windows 和 Linux 安装包", "Issue 看板所有状态列都支持分页(不再只是 Done 列),大积压下依然流畅", - "`multica update` 自更新命令,Windows 下 Daemon 支持在终端关闭后继续常驻", ], fixes: [ "收件箱删除 Issue 时不再自动归档;新评论或新表情反应不再导致 `IssueDetail` 重新挂载(MUL-1199)", "评论触发的 Agent 任务现在可靠地生成结果评论,回复进入 Issue 而不是只留在终端", "评论 Markdown 全链路保留——移除会误伤格式的 HTML sanitizer", - "桌面应用开发模式下分享链接默认指向本地 Web;桌面打包 PATH 查找更稳;Daemon 现在对 Agent 执行强制工作区隔离", - "OpenClaw Agent 改为从 `meta.agentMeta.model` 读取真实模型;`skills.sh` 正确处理嵌套目录导入", - "Issue 列表查询默认带上 `description`,看板卡片摘要正常显示;附件链接优先使用 CDN 域名", - "默认关闭 PostHog 的自动采集和会话回放,降噪并保护隐私", ], }, {