Skip to content

LambChat v2.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 05:35
d385cd6

What's Changed

  • docs(agents): 开发起点规矩——开工前基于最新 origin/develop 拉分支/rebase by @Yanyutin753 in #474
  • fix(frontend): Tooltip 四向智能定位与气泡样式优化 by @Yanyutin753 in #473
  • feat(sandbox): daemon 连接全链路优化——presence 秒级推送、BLPOP 阻塞中继、多机体验与桌面端 command-group 进程管理 by @Yanyutin753 in #475
  • fix(sandbox): 流式传输双修 + 本地链路 E2E 常驻化为平台硬性门禁 by @Yanyutin753 in #476
  • chore(release): 版本 2.8.7 → 2.9.0——六处统一 bump by @Yanyutin753 in #477
  • chore(promote): develop → main——v2.9.0 发版批次(daemon 连接优化 + 流式传输五修 + E2E 门禁) by @Yanyutin753 in #478

Full Changelog: v2.8.7...v2.9.0

What's Changed

  • docs(agents): 开发起点规矩——开工前基于最新 origin/develop 拉分支/rebase by @Yanyutin753 in #474
  • fix(frontend): Tooltip 四向智能定位与气泡样式优化 by @Yanyutin753 in #473
  • feat(sandbox): daemon 连接全链路优化——presence 秒级推送、BLPOP 阻塞中继、多机体验与桌面端 command-group 进程管理 by @Yanyutin753 in #475
  • fix(sandbox): 流式传输双修 + 本地链路 E2E 常驻化为平台硬性门禁 by @Yanyutin753 in #476
  • chore(release): 版本 2.8.7 → 2.9.0——六处统一 bump by @Yanyutin753 in #477
  • chore(promote): develop → main——v2.9.0 发版批次(daemon 连接优化 + 流式传输五修 + E2E 门禁) by @Yanyutin753 in #478

Full Changelog: v2.8.7...v2.9.0


macOS 安装提示 / macOS install note

推荐终端一键安装(curl 下载无隔离标记,装完直接可用):
curl -fsSL https://lambchat.com/install.sh | sh

浏览器下载 dmg 首次打开若提示「已损坏,无法打开」:将 LambChat 拖入
「应用程序」文件夹后,在「终端」执行 xattr -cr /Applications/LambChat.app
再启动即可。

Recommended: install from Terminal with one line (curl downloads carry no
quarantine flag, the app just works):
curl -fsSL https://lambchat.com/install.sh | sh

If you downloaded the dmg in a browser and macOS reports the app as damaged:
drag LambChat into Applications, run
xattr -cr /Applications/LambChat.app in Terminal, then launch it.