Skip to content

v0.6.2 — Hotfix: MiniMax-M3 reasoning leak (<think> tag)

Latest

Choose a tag to compare

@zqiren zqiren released this 17 Jun 03:35

macOS-only hotfix for a regression introduced in v0.6.1. Windows users: stay on v0.6.1.

Fix

  • MiniMax-M3 reasoning no longer leaks into the chat. v0.6.1 mis-set M3's inline reasoning tag to <mm:think>, inferred from a single malformed model emission. M3 actually emits standard <think>…</think>, so v0.6.1's splitter missed it and dumped the model's entire chain-of-thought into the visible timeline. Reverted to <think> — reasoning is correctly separated into the reasoning channel again. (A regression test now guards this.)

If you're running v0.6.1 with a MiniMax model and seeing raw <think> reasoning in your chat, update to v0.6.2.

Everything else from v0.6.1 (honest truncation stubs, clearer edit errors, circuit-breaker scoping, Chat-before-Queue tab order) is included and unchanged.

Install (macOS)

  1. Download Orbital-0.6.2-macOS.dmg below.
  2. Open the DMG and drag Orbital to your Applications folder.
  3. Requires macOS 13 (Ventura)+ and Apple Silicon (M1 or newer) — arm64-only; Intel not supported.

Gatekeeper: ad-hoc signed (not notarized), so macOS blocks it on first launch. Right-click Orbital → Open → Open once to bypass.

Known issues

  • Unsigned / un-notarized → Gatekeeper warning on first launch.
  • macOS only this release; Windows is on v0.6.1.