What's Changed
- feat(tracker): GitHub issue intake (backend + dashboard) by @anirudh5harma in #2325
- feat: add agent catalog/auth API and safer orchestrator switching by @nikhilachale in #2309
- fix: replace orchestrators through safe canonical branch handoff by @nikhilachale in #2338
- Fix restored terminal reconnect by @codebanditssss in #2313
- refactor(adapters): cut ~3,100 LOC of redundancy in the agent adapter layer (#2349) by @harshitsinghbhandari in #2355
- feat(cli): context-aware agent spawn with agent catalog and auth preflight by @nikhilachale in #2411
- fix(browser): remove excess padding around the inspector browser tab by @aprv10 in #2423
- fix: simplify kanban PR footer by @neversettle17-101 in #2374
- UI : deduplicate agent catalog error messages by @PradeepSahhu in #2428
- fix: consolidate PR summary status details by @neversettle17-101 in #2406
- fix(sidebar): open New Project tooltip rightward when collapsed by @mukesher4 in #2431
- feat(telemetry): instrument renderer failure and CTA events by @Pritom14 in #2360
- fix(desktop): opencode wheel scroll + native Windows notifications by @aprv10 in #2422
- feat: enhance Kiro agent integration with custom AO agent prompts by @nikhilachale in #2444
- New README by @codebanditssss in #2419
- Improve prompt delivery strategy and update launch command logic by @nikhilachale in #2450
- fix: omit unsupported Amp system prompt flags by @nikhilachale in #2446
- Tighten PR 2360 telemetry follow-ups by @laxmanclo in #2407
- feat(frontend): replace empty board shells with first-run onboarding states by @illegalcall in #2432
- release: desktop-release runbook + fix the Prettier CI treadmill by @harshitsinghbhandari in #2394
- feat(session): switch a session's agent mid-flight by @Pulkit7070 in #2412
- [codex] fix README agent links by @illegalcall in #2461
- docs: remove docs/superpowers plans and specs by @harshitsinghbhandari in #2466
- feat(pi): update Pi agent to support interactive sessions and adjust … by @nikhilachale in #2480
- Fix PR reaction nudge control flow by @VenkataSakethDakuri in #2458
- [codex] Guard latest desktop release by @deepakmodidev in #2463
- feat: combine workspace project stack by @neversettle17-101 in #2460
- fix(cli): wrong exit code on too many args for review submit and preview by @akshitj11 in #2457
- Track AO version in PostHog telemetry by @laxmanclo in #2482
- Revert "feat(session): switch a session's agent mid-flight" by @Pulkit7070 in #2502
- Refactor Kimi and Qwen agent adapters for improved prompt delivery an… by @nikhilachale in #2497
- fix(installer): point Windows NSIS shortcut at the real binary (#2414) by @deepakmodidev in #2467
- Enrich PR observation context by @VenkataSakethDakuri in #2492
- fix(scm): hydrate tracked PR repo owner and name by @neversettle17-101 in #2510
- feat(mobile): port supervisor app to current main by @illegalcall in #2522
- fix(dev): isolate dev daemon from installed app on port and state dir by @Pulkit7070 in #2465
- fix(browser): maximize the browser preview over the whole app window by @aprv10 in #2440
- feat(preview): agent driven browser previews + Markdown rendering by @aprv10 in #2455
- Move board notifications by @codebanditssss in #2314
- Polish Agent Orchestrator landing page by @codebanditssss in #2260
- Navigatino back to orchestrator by @PradeepSahhu in #2530
- feat(welcome): minimal empty state by @Pulkit7070 in #2536
- docs: make GitHub Releases the primary install path by @harshitsinghbhandari in #2495
- fix: sync topbar activity pill by @whoisasx in #2541
- fix: stream Vibe worker output by @nikhilachale in #2521
- fix: launch grok prompts interactively by @nikhilachale in #2518
- fix(frontend): show startup state for pending terminals by @neversettle17-101 in #2512
- fix(desktop): wheel-scroll codex transcripts via terminal scrollback by @aprv10 in #2499
- feat(mobile): Connect Mobile: password-authenticated LAN bridge by @Prasad-D-Ware in #2533
- fix: align landing install docs by @illegalcall in #2546
- Add prompt readiness hints for interactive agents by @nikhilachale in #2532
- Remove stray pnpm lockfile from frontend by @deepakmodidev in #2558
- fix: smooth sidebar collapse and expand by @somewherelostt in #2426
- fix: stabilize scm observer dispatch by @VenkataSakethDakuri in #2531
- fix: resolve default reviewer harness by @VenkataSakethDakuri in #2572
- refactor: simplify launch and restore command construction in cursor by @Lucifer4255 in #2571
- fix: align docs accordion sizing with legacy CLI dropdown style by @Annieeeee11 in #2576
- fix: landing nav Features link scrolls to features section by @Annieeeee11 in #2574
- fix(frontend): align new task agent and branch fields by @somewherelostt in #2563
- fix: remove daemon status dot from settings footer by @Annieeeee11 in #2588
- feat(browser): add in-preview annotations by @Vaibhaav-Tiwari in #2548
- fix: deliver amp prompts after startup by @nikhilachale in #2565
- improve empty repository onboarding by @somewherelostt in #2250
- fix: keep browser preview aligned when zoomed by @suraj-markup in #2575
- fix(terminal): stop Ctrl+Arrow/Ctrl+Backspace/Ctrl+V from double-firing by @mukesher4 in #2586
- feat(frontend): migrate renderer to token-based design system by @Annieeeee11 in #2535
- fix(send): submit multiline prompts + never nudge a session paused on a permission dialog by @axisrow in #2357
- fix(workspace): recover stale orchestrator worktrees during replacement by @nikhilachale in #2600
- Feat(frontend): Adding a Confirm Delete component to the Sidebar by @Pyasma in #2513
- Send browser annotations despite stale activity status by @codebanditssss in #2607
- fix: remove duplicate CreateProjectFlow from Sidebar by @Annieeeee11 in #2612
- fix(terminal): force UTF-8 client mode on tmux attach by @mukesher4 in #2602
- fix: hide root topbar crumb on macOS by @Annieeeee11 in #2613
- fix: scope reviews tab to open PRs by @neversettle17-101 in #2506
- fix(browser): keep preview live and under modal dialogs by @Aditya8840 in #2618
- fix: omit unsupported Amp permission flags by @VenkataSakethDakuri in #2573
- chore(release): stamp desktop app version 0.10.3 by @harshitsinghbhandari in #2637
New Contributors
- @mukesher4 made their first contribution in #2431
- @Pulkit7070 made their first contribution in #2412
- @deepakmodidev made their first contribution in #2463
- @akshitj11 made their first contribution in #2457
- @Prasad-D-Ware made their first contribution in #2533
- @somewherelostt made their first contribution in #2426
- @Lucifer4255 made their first contribution in #2571
- @axisrow made their first contribution in #2357
- @Pyasma made their first contribution in #2513
- @Aditya8840 made their first contribution in #2618
Full Changelog: v0.10.2...v0.10.3