Skip to content

Orrery v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:08
1125252

Linux builds of Orrery — every repo in orbit. This is a big step up from v0.1.0: a second AI backend, a fleet of new workflow tools, desktop notifications, and a much smarter sidebar.

✨ Highlights

Local AI, now with a bundled engine

  • llama.cpp inference backend alongside Ollama. Pick your engine in Settings → AI. (#21)
    • Runs a local llama-server sidecar — no Ollama install required.
    • A llama-server engine is bundled in these release builds, so the backend works out of the box; download a model from Settings and go.
    • Spun up lazily and shut down cleanly with the app (no orphaned process).
    • Powers summaries, commit messages, changelogs, the daily briefing, and the resume catch-up. (Semantic search still uses Ollama embeddings.)

Get more done across your fleet

  • Fleet bulk actions — multi-select repos and run batch git ops (fetch, pull, stash, checkout default, or a constrained custom command) with live per-repo progress and cancel. (#63)
  • Agent & terminal session dashboard — see every agent/terminal you've launched, with terminate / reopen / open-in-IDE / open-folder. (#68)
  • PR / CI action panel in the repo drawer — per-PR checks, reviews, mergeability, and quick-merge (squash/rebase/merge, respecting what the repo allows). (#67)
  • Quick-create — spin up a new project or clone anything straight from the header. (#71)
  • Per-repo notes + "resume where I left off" — jot notes per repo and get an AI catch-up of what changed since you last looked. (#69)
  • Cross-repo code search in the command palette, backed by ripgrep. (#65)
  • Worktree manager — create, open, and remove git worktrees. (#62)
  • Branch janitor (Cleanup) — find and prune merged/gone branches. (#64)
  • Project grouping / tags and saved filter views for Mission Control. (#66)
  • Dev Tools page — a small utility belt for common dev chores. (#72)

Stay in the loop

  • Desktop notifications + tray quick-glance for new PRs, review requests, and CI failures — Orrery now closes to the tray and keeps watching in the background. (#70)

A smarter shell

  • Contextual sidebar with count badges, a collapsible rail, and per-view slots for Inbox & Feed, including a "new since last visit" glance. (#81, #82)
  • Faster Feed — parallel sources with an instant stale-while-revalidate render. (#84)

🐞 Fixes & hardening

  • Fixed VirtualList row overlap when the item set changes. (#83)
  • Hardened cross-repo code search against ripgrep flag smuggling. (#77)
  • Stopped tracking the .cate/ editor workspace. (#89)
  • Dependency refresh (dirs, which, toml majors) and pnpm pinned to 10.x.

📦 Install

Grab the artifact for your distro below:

  • AppImagechmod +x Orrery_0.2.0_amd64.AppImage && ./Orrery_0.2.0_amd64.AppImage
  • .debsudo apt install ./Orrery_0.2.0_amd64.deb
  • .rpmsudo dnf install ./Orrery-0.2.0-1.x86_64.rpm

The AppImage is larger this release (~93 MB) because it now ships the bundled llama-server engine.

See the documentation for setup and the feature tour.

What's Changed

Full Changelog: v0.1.0...v0.2.0