Quorum v0.6.4
What's Changed
- fix(ask-question): show single-select choice before all questions answered by @alchaplinsky in #225
- chore: add Biome for linting and formatting by @alchaplinsky in #226
- refactor(git-panel): split GitPanel god component into modules + hooks by @alchaplinsky in #227
- refactor(commands): centralize agent → repo → worktree resolution by @alchaplinsky in #228
- refactor(git-panel): centralize merge-gate semantics into describeMergeGate by @alchaplinsky in #230
- perf(supervisor): keep blocking fs syscalls off the async executor by @alchaplinsky in #229
- refactor(workspace): extract shared agent row mapping by @alchaplinsky in #233
- refactor(store): extract shared git mutation + agent-patch helpers by @alchaplinsky in #234
- refactor(git): extract shared subprocess helpers + bound local git ops by @alchaplinsky in #232
- refactor: decompose oversized multi-responsibility functions by @alchaplinsky in #231
- refactor(agent): dedupe per-turn arg builders + session-id extractors by @alchaplinsky in #235
- refactor(supervisor): factor shared spawn-wrapper closures by @alchaplinsky in #236
- refactor(adapters): extract shared buildTurnUsage + endTurn helpers by @alchaplinsky in #237
- feat(chat): add ⌘F find-in-conversation search by @alchaplinsky in #238
- feat(chat): turn navigator for jumping between messages by @alchaplinsky in #240
- perf(sidebar): optimistically hide agent on archive by @alchaplinsky in #241
- fix(delegation): require causal turn link before reporting git-action success by @alchaplinsky in #239
- chore: release v0.6.4 and fix ETXTBSY spawn flake by @alchaplinsky in #242
Full Changelog: v0.6.3...v0.6.4