Skip to content

LambChat v2.8.7

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:56
· 0 commits to 973732279e15e098fee9f9cb5aed372872e0ee8a since this release
b2cbd7d

What's Changed

  • chore(roundtrip): 2.8.6 hotfix 回合 develop——保持双分支不漂移 by @Yanyutin753 in #457
  • feat(app): macOS 终端一键安装——curl 下载无隔离标记,装完直接可用 by @Yanyutin753 in #458
  • chore(promote): develop → main——macOS 一键安装 + v2.8.6 by @Yanyutin753 in #459
  • fix(agents): 视觉消息文本摘要保留图片 URL,模型可按需下载附件 by @Yanyutin753 in #460
  • fix(desktop): 本地沙箱配对免二次登录——刷新 token 自动铸 PAT、OAuth 一键配对 by @Yanyutin753 in #462

Full Changelog: v2.8.6...v2.8.7

What's Changed

  • chore(roundtrip): 2.8.6 hotfix 回合 develop——保持双分支不漂移 by @Yanyutin753 in #457
  • feat(app): macOS 终端一键安装——curl 下载无隔离标记,装完直接可用 by @Yanyutin753 in #458
  • chore(promote): develop → main——macOS 一键安装 + v2.8.6 by @Yanyutin753 in #459
  • fix(agents): 视觉消息文本摘要保留图片 URL,模型可按需下载附件 by @Yanyutin753 in #460
  • fix(desktop): 本地沙箱配对免二次登录——刷新 token 自动铸 PAT、OAuth 一键配对 by @Yanyutin753 in #462

Full Changelog: v2.8.6...v2.8.7


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.