Quorum v0.2.0
See the assets to download and install this version.
What's Changed
- Publish releases and trigger website redeploy by @alchaplinsky in #63
- Redesign the Git panel to match the Quorum v2 design by @alchaplinsky in #64
- Dynamic provider icons from CDN with monogram fallback by @alchaplinsky in #65
- Map Codex
shelltool to the Bash presenter by @alchaplinsky in #66 - Add Codex agent support by @alchaplinsky in #67
- Add Cursor agent support by @alchaplinsky in #68
- Add OpenCode agent support by @alchaplinsky in #69
- Make file panel rows 24px for a denser list by @alchaplinsky in #70
- Add Pi agent support by @alchaplinsky in #71
- Show agent icons in the composer model picker by @alchaplinsky in #72
- Collapse the file panel worktree by default by @alchaplinsky in #73
- Fix multi-agent registry drift and gate unwired providers by @alchaplinsky in #74
- Consolidate per-turn agents into a descriptor table by @alchaplinsky in #75
- Add an explicit per-agent capability model by @alchaplinsky in #76
- Extract shared aliasToolInput helper by @alchaplinsky in #77
- Make SQLite the canonical, robust agent history store by @alchaplinsky in #78
- Canonical agent history via raw-event sourcing + entity-model split by @alchaplinsky in #79
- Fix Codex shell
(no command)label and surface Codex thinking by @alchaplinsky in #80 - Surface thinking/reasoning for Claude, Cursor, OpenCode, and Pi by @alchaplinsky in #81
- Fix Cursor glob/read/edit tool labels via input aliasing by @alchaplinsky in #82
- Fix initial user message duplicated on conversation reopen by @alchaplinsky in #83
- Rest agents at Idle on boot; resume lazily instead of auto-spawning by @alchaplinsky in #84
- Wire thinking budget picker to provider CLI flags by @alchaplinsky in #85
- Native (PTY/TUI) view for codex, cursor, opencode, and pi by @alchaplinsky in #86
- Unify custom & native views on a canonical session_records store (PR1: all file-backed agents) by @alchaplinsky in #88
- Retire session_events: session_records is the single session store by @alchaplinsky in #90
- Retire session_events: session_records is the single session store by @alchaplinsky in #89
- Add Antigravity (agy) as a transcript agent by @alchaplinsky in #91
- Wire native (PTY/TUI) view for Antigravity + fix live session-id refresh by @alchaplinsky in #92
- User-message attachments: durable capture + live/restore rendering by @alchaplinsky in #93
- Incremental O(new) transcript ingest: batch, byte-offset tail, settle poll by @alchaplinsky in #94
- Wire Claude session-level --effort through spawn by @alchaplinsky in #95
- Add interactive branch picker to new-agent composer by @alchaplinsky in #96
- Add cinematic onboarding flow with Settings replay entry by @alchaplinsky in #97
- Show the actual model per agent turn in the composer by @alchaplinsky in #98
- Show spawned reasoning effort as read-only chip in chat view by @alchaplinsky in #99
- Real OAuth (GitHub + Google) device-flow login in onboarding by @alchaplinsky in #100
- Bake OAuth client keys into production builds at compile time by @alchaplinsky in #101
- chore: bump app version to v0.2.0 by @alchaplinsky in #102
- feat(settings): promote Antigravity to installed providers by @alchaplinsky in #103
Full Changelog: v0.1.2...v0.2.0