Release Notes & Versioning
Versioning
Section titled “Versioning”Orbit’s product specification carries a version number that increments on each meaningful update, with the version and date recorded at the top of the spec. The current major line is the 3.0 architecture rebuild, which decoupled the Electron app from the server and made the server an optional sidecar.
The roadmap, at a glance:
- 2.0 — Foundation. Multi-project monitoring, server management, the Vault, the MCP pipeline, and the Electron shell.
- 3.0 — Architecture rebuild. Electron and server split into separate processes; the SQLite queue replaces the old flat file; mobile remote control becomes possible.
- 3.x — The platform. Model-agnostic chat, Image Studio, design integration, and the credits system.
- 4.0 — Mobile + multi-node. The mobile PWA and Capture SDK, plus running Orbit across several machines.
- 5.0 — Multi-node. Cross-node status aggregation, prompt routing, and aggregated logs and captures.
2026-07-06 — Reconciliation-era capabilities
Section titled “2026-07-06 — Reconciliation-era capabilities”This update consolidates features shipped across the v4 product line, covering quality-control loops, agentic benchmarking, spend controls, and an expanded MCP tool surface.
Convergence Gate — Sweep reviewer output now feeds into a bounded correction loop (Mode A: human-approved fix; Mode B: auto-approved and iterated). The loop exits on a clean review, oscillation, or a configurable max iteration count, then surfaces a pending human-merge card. Nothing reaches the main branch automatically.
Benchmark Mode — agentic runs — In addition to direct API calls, Benchmark Mode now supports real coding-agent spawns (Claude Code, Codex, or any configured runner), each in its own isolated worktree. Each candidate row carries independent tier, effort, context-mode (workspace vs. clean), and Memtrace settings, enabling direct effort-level comparisons within the same job.
Spend Gate and Tripwire Alert — A two-threshold daily cap (soft cap for subscription coverage, hard ceiling that blocks all Sivants-billed calls) gives predictable cost control. The Tripwire Alert adds a persistent UI banner that fires the moment any model outside the Sivants-covered allowlist generates a billing event.
Intelligence Toggles — Six per-category switches at Settings → Intelligence individually suppress background AI calls (impact pre-checks, completion-note enrichment, reference-doc updates, handoff updates, daily narrative, CLAUDE.md drift checks). Turning a toggle off fully skips the call — no API request, no usage row.
MCP tool family expansion — The built-in tool surface now includes: Firestore read tools (orbit_firestore_query, orbit_firestore_collections, orbit_firestore_schema); Godot Engine proxy tools (orbit_godot_*, ten tools covering project management, debug runs, and scene editing); Benchmark lifecycle tools (orbit_benchmark_*); and per-prompt effort override via the effort: routing tag.
Where changes are recorded
Section titled “Where changes are recorded”Per-project, every shipped prompt is recorded in that project’s COMPLETION_LOG.md with its number, description, commit hash, model, and notes — the canonical, prompt-by-prompt history. The About tab in Settings shows the current installed version and license summary.
Finding what shipped
Section titled “Finding what shipped”- In-app: the History/Activity sidebar and the Daily Summary modal summarize recent activity across projects.
- Per project: the Completions tab lists recent entries in reverse chronological order.