Skip to content

Lynn v0.85.5

Choose a tag to compare

@LynnMerkyor LynnMerkyor released this 27 Jun 13:32
· 10 commits to main since this release

Lynn v0.85.5 Release Notes / 发布说明

发布日期: 2026-06-27 · 2026-06-28 热修覆盖 · 会话进展右栏 / 本地模型推荐链路 / Agent 回归门禁

国内镜像站下载(推荐)

国内用户请优先使用以下镜像站地址;GitHub Assets 作为备用下载,正式版本记录见 GitHub Releases。

2026-06-28 热修覆盖

  • 后端回归门禁升级: 发版链路新增可复用 Agent regression gates,并把 CLI200 与 GUI100 长跑纳入门禁;失败项按 ReAct 证据链复盘,避免继续扩大关键词兜底。
  • 体育/比分链路修复: 世界杯、半决赛、决赛、今晚赛程等问题在实时源不可用时会给出明确的赛程/赛果兜底和复核提示,不再串到 NBA 总决赛或只让用户看工具卡片。
  • 工具失败的用户体验修复: 行情、天气、体育等实时工具失败时,最终回答会说明数据源暂不可用和下一步建议,不把内部 tool id 暴露给普通用户。
  • 来源说明更人话: 深研答案底部从内部“工具:stock_market/sportsscore”改成“来源与核验 / 数据源:行情报价、天气预报、体育比分、新闻源 + 网页检索”。
  • 发布同步补强: GitHub 与 Gitee main/tag 一致性纳入发版流程,腾讯镜像、GitHub Release、CLI tarball 和更新清单按同一批产物覆盖。

中文重点

  • 右侧栏从“工作地图”收敛为“会话进展”: 右侧不再像内部调试面板,而是优先展示当前会话、需要处理的信号、最近会话和轻量预览;历史会话卡片有明确“打开”按钮,当前会话也能直接“继续输入”。
  • 减少内部术语和空白面板: “地图/资料/巡检/推进中/已收口”等文案改为“进展/文件/同步/进行中/已完成/需要处理”;没有相关会话时不再显示大块空白,底部更早会话提示用户去左侧搜索。
  • 端侧模型推荐链路确认: 默认推荐本地 Qwen3.6-27B DSV4Pro Distill Q5_K_M imatrix MTP;32GB+ 机器可选 Qwen3.6-35B-A3B DSV4Pro Distill Q5_K_M imatrix MTP;9B / 4B 只作为低配置显式降级。低配机器不会主动弹 27B 安装引导。
  • 本地模型启动入口更直接: 聊天输入区的本地模型提示可以直接准备并启动 27B,不再把用户先丢到设置页;已运行模型仍保留停止和状态查看能力。
  • 隐藏推理短答兜底: 如果模型把大量内容放进 reasoning,最终可见答案只剩半句,Lynn 会补一个明确的可见收口并进入自动复查,避免用户只看到残缺回答。
  • 保留 v0.85.4 重新回答污染修复: 点击“重新回答”后再问新问题,不再复用旧 prompt、旧 replaceFromMessageId 或旧回滚目标。
  • 发布产物版本统一到 v0.85.5: GUI 安装包、CLI tarball、README、CLI 安装片段、更新 manifest 和下载链接统一使用 0.85.5

已验证

  • npm run release:preflight 全绿。
  • npm run test:agent-regression:gates 全绿。
  • CLI200: 200/200 通过;GUI100: 100/100 通过;独立审计 300 条无内部工具名、工具卡片兜底、世界杯串线、空答等问题。
  • npm run release:finalize-mac: macOS ARM64/x64 DMG 均完成 Apple notarization、staple、Gatekeeper 验证和 latest-mac.yml 校验。
  • Windows x64 安装包完成签名和 blockmap 生成。
  • npm run release:installed-gate: 真实 /Applications/Lynn.app packaged server / CLI / Settings / main UI / 并发复查门禁通过。
  • npm run release:verify-remotes: GitHub 与 Gitee 的 mainv0.85.5 tag 均指向当前热修提交。

English highlights

  • Session Progress rail: the right rail now prioritizes the current session, items needing attention, recent sessions, and a lightweight preview instead of looking like an internal debugger.
  • Local model ladder: Lynn recommends Qwen3.6-27B DSV4Pro Distill Q5_K_M imatrix MTP by default, exposes Qwen3.6-35B-A3B DSV4Pro Distill Q5_K_M imatrix MTP for 32GB+ machines, and keeps 9B / 4B as explicit low-config downgrade lanes.
  • Regression gates: the release path now includes reusable Agent regression gates plus CLI200 and GUI100 long-run gates.
  • Realtime tool UX: sports, market, and weather failures now produce user-readable fallbacks and source status instead of exposing internal tool cards or tool ids.
  • Release verification: full preflight, agent regression gates, CLI200, GUI100, macOS notarization/staple/Gatekeeper, Windows signing, installed-app gate, and GitHub/Gitee remote sync all passed for this hotfix overwrite.