v0.1.0

0.1.0 — 2026-09-04

First public build. macOS only (Apple silicon and Intel), signed and notarized. Installs with curl -fsSL https://rexa.sh/install.sh | sh.

Agents

  • Run coding agents (Claude Code, Codex, and others via adapters) in native terminals, one card per session, with fact-derived status: running, waiting for input, done, exited.
  • Agents sidebar with per-provider usage, session history, resume and relaunch.
  • Launch picker (cmd-n) from manifest-declared commands.
  • Transcript reader for past and live sessions: cross-block selection, copy path, live row opens the reader.

Review

  • Comments: annotate anywhere in an editor, markdown preview or diff, then send the batch to an agent's terminal; review tray in the status bar.
  • Git: status, per-file diff (split or inline), stage by block, selection or file, line counts per section, worktree add/remove/prune tracked from outside the app.
  • Agent graph canvas.

Workspace

  • Editor: tree-sitter highlighting, per-language settings, injection layers, soft wrap with separate code and prose settings, find and replace, vim bindings, LSP with opt-in server suggestions and install progress.
  • Terminal: PTY-backed, daemon-owned so sessions survive a relaunch, IME input, hyperlinks.
  • Files: tree with git status colors, gitignore toggle, image and svg tabs, image diffs.
  • Search: project-wide content search and replace.
  • Run: project actions with task-owned PTYs, group kill, status popover.
  • Splits, tabs and docks; command palette with files, commands, extensions and themes; settings with text-size chords.
  • Resource governance: per-kind budgets, status bar meters, perf HUD.

Extensions

  • Deno-hosted extension system: manifests, capabilities, storage, endpoints, status bar items and popups, ui:confirm native dialogs, dynamic UI rendered as native gpui.
  • Zed compatibility: themes, language grammars (wasm) and language servers from the Zed registry.
  • Bundled Tasks board extension for dogfooding.

Updates

  • Self-update from the stable channel: background check, sidebar badge with download progress, restart prompt. rexa CLI installs alone or bundled.