Skip to content

Orbit 0.1.3

Choose a tag to compare

@ashish200729 ashish200729 released this 10 Jul 15:58

Orbit 0.1.3 β€” macOS (Apple Silicon + Intel) & Windows (x64 + ARM64)

πŸ”’ Plan mode safety

Plan mode no longer lets the agent edit files or run shell commands after presenting a plan unless you explicitly click Build. StrReplace, Write, and Shell were previously reachable through guard gaps; those paths are now blocked at both the tool-policy and runtime layers.

✨ Tool approval redesign

Tool approval cards (shell, edits, AskQuestion, and more) now use a compact Skip Β· Always Run Β· Run button cluster aligned with the rest of Orbit's UI β€” clearer actions, tighter headers, and theme-aware focus states.

πŸ–₯️ Shell command card polish

The shell tool card now matches edit-tool cards: shimmer animation applies only to the title text while a command runs (no full-card sweep), meta tags render as pills, and collapsed/expanded states share one consistent card layout.

πŸ› Fixes

  • GLM 5.2 and OpenAI-compatible providers β€” fixed streaming tool-call fragmentation that caused path was null errors when using models like GLM 5.2; argument accumulation and param normalization are now reliable across providers.
  • Plan card in chat β€” compact preview (2-line overview, capped todo list) without awkward scrolling.
  • Chat text selection β€” fixed highlight overlay breaking selection in the chat input when long messages were truncated.

Downloads

Platform File
Apple Silicon (M1/M2/M3/M4) Orbit-0.1.3-darwin-arm64.dmg
Intel Mac Orbit-0.1.3-darwin-x64.dmg
Windows x64 Orbit-0.1.3-win32-x64-setup.exe
Windows ARM64 Orbit-0.1.3-win32-arm64-setup.exe

Install β€” macOS

Recommended (no Gatekeeper warning):

curl -fsSL https://raw.githubusercontent.com/ashish200729/orbiteditor/main/install.sh | bash

Or download the .dmg, drag Orbit to Applications, then run once:

xattr -cr /Applications/Orbit.app

Install β€” Windows

Download the matching -setup.exe for your CPU (x64 for most PCs, ARM64 for Windows-on-ARM devices) and run it. If SmartScreen warns about an unrecognized app, click More info β†’ Run anyway.

Auto-update is enabled for existing Orbit users β€” the app will prompt within a few minutes to hours.

Full changelog: CHANGELOG.md