Skip to content

Releases: TheDartsCo/orbit

v0.5.0: Linux support and OpenCode fix

10 Jun 10:26

Choose a tag to compare

What's New

  • Linux local development support — Added session discovery and resume functionality for Linux across all adapters (Claude, Codex, Cursor, OpenCode)
  • OpenCode SQLite scanning — Replaced filesystem marker scanning with direct SQLite database queries for reliable session detection in newer OpenCode versions

Technical

  • Added Linux adapter discovery paths and terminal detection for Claude, Codex, Cursor, and OpenCode
  • Implemented Linux terminal detection and resume launch support with terminal precedence testing
  • Fixed Codex resume command to use current codex resume <session> CLI syntax
  • Replaced OpenCode filesystem marker scanning with read-only SQLite database queries
  • Updated Vite and @vitejs/plugin-react dependencies to latest versions
  • Added Linux AppImage build scripts and verification tools
  • Version bumped to 0.5.0

v0.4.0: Antigravity adapter

08 Jun 11:20

Choose a tag to compare

What's New

  • Antigravity adapter — 9th agent adapter added with full session scanning and parsing from ~/.gemini/antigravity/brain/
  • Resume disabled for Antigravity — Antigravity sessions cannot be resumed from Orbit (UI disabled accordingly)

Technical

  • Added AntigravityAdapter implementing the AgentAdapter trait with JSONL transcript parsing, tool call extraction, and token estimation
  • Added Antigravity variant to AgentType enum with violet color scheme
  • Updated ActionBar to handle Antigravity resume restrictions
  • Version bumped to 0.4.0

v0.3.0: Experimental Windows support

06 Jun 17:34

Choose a tag to compare

What's New

  • Experimental Windows session discovery — added adapter discovery support on Windows (Experimental)
  • Platform support matrix — docs: add platform support matrix and Windows discovery design doc

Technical

  • Version bumped to 0.3.0

v0.2.0: JetBrains AI adapter and transcript improvements

05 Jun 15:02

Choose a tag to compare

What's New

  • JetBrains AI adapter — 8th agent adapter added with full session scanning and parsing
  • Improved transcript rendering — hide system messages by default, filter empty messages, add plain-text fallback for non-markdown content
  • Resume disabled for JetBrains — JetBrains AI sessions cannot be resumed from Orbit (UI disabled accordingly)

Technical

  • Centralized ALL_AGENTS constant in types/index.ts
  • Added supports_resume() trait method to AgentAdapter
  • Version bumped to 0.2.0