Skip to content

v0.9.82 — GLM 5.2 in the model picker, a cleaner Slack connect flow, and reliability fixes

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 00:21
· 18 commits to main since this release
b4bae82

New

  • GLM 5.2 is now selectable directly in the model picker; the "Auto" model sits behind a flag.
  • Slack connect and request-access are separate steps now — connect right in a thread, and request access without being pushed through a connect flow first.
  • Slack access nudges arrive as a DM and an in-thread notice so they're harder to miss.
  • Agents no longer stop while they still have open to-dos — an always-on continuation check keeps a run going until its to-do list is actually finished.

Fixed

  • The file viewer now opens dot-directories like .opencode.
  • Free-tier and native Zen free-model availability resolve correctly in the model picker.
  • OAuth and other backend redirects pass straight through to the browser instead of being swallowed — no more blank page on some connect flows.
  • AgentMail inbox-limit errors are handled gracefully instead of failing the request.

Behind the scenes

  • Release and staging CI plumbing: Vercel SSO bypass so the staging release gate runs end-to-end, and removal of the direct prod-hotfix workflow in favor of the staging-only promotion path.

What's Changed

  • chore(release): VERSION → 0.9.82 [skip ci] by @github-actions[bot] in #3886
  • chore(dev-eks): deploy gateway dev-3f326c94 [skip ci] by @github-actions[bot] in #3887
  • chore(dev-eks): deploy dev-3f326c94 [skip ci] by @github-actions[bot] in #3888
  • feat(slack): in-thread connect + request-access flow by @markokraemer in #3889
  • chore(dev-eks): deploy dev-83ac3b11 [skip ci] by @github-actions[bot] in #3890
  • fix(web): open dot-directories like .opencode in the file viewer by @markokraemer in #3891
  • Fix native Zen free model selection by @markokraemer in #3892
  • fix(slack): DM + in-thread notice for access nudges; identity gate off on dev by @markokraemer in #3893
  • feat(llm): show GLM 5.2 explicitly, hide the Auto model behind a flag by @markokraemer in #3894
  • feat(agent): always-on todo continuation enforcer (never self-stop with open todos) by @markokraemer in #3895
  • chore(dev-eks): deploy dev-87f35d73 [skip ci] by @github-actions[bot] in #3896
  • chore(dev-eks): deploy gateway dev-67926e20 [skip ci] by @github-actions[bot] in #3897
  • chore(dev-eks): deploy dev-67926e20 [skip ci] by @github-actions[bot] in #3899

Full Changelog: v0.9.81...v0.9.82