Commit Graph
2335 Commits
Author SHA1 Message Date
Jinwoo HongandOrca aef2dc5281 Fix filesystem watcher large event batches (#2413)
Co-authored-by: Orca <help@stably.ai>
2026-05-20 03:14:11 -04:00
github-actions[bot] 422e5f10bf release: v1.4.13-rc.0 v1.4.13-rc.0 2026-05-20 06:52:29 +00:00
Neil f5bd312642 Move workspace board button near new workspace (#2411) 2026-05-19 23:50:25 -07:00
Neil ca441a4f45 Fix terminal scroll reflow restore (#2410) 2026-05-19 23:40:06 -07:00
Neil 58c1bb6be8 fix: notify inactive hook completions (#2408) 2026-05-19 23:39:58 -07:00
dependabot[bot] 5ce01c8644 build(deps): bump ws from 8.20.0 to 8.20.1 in /mobile (#2278)
Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 23:21:55 -07:00
github-actions[bot] 5ed4f0d347 release: v1.4.12 v1.4.12 2026-05-20 06:21:47 +00:00
Jinwoo Hong 23871f40e3 Fix Windows agent launch readiness matching (#2404) 2026-05-20 02:20:58 -04:00
Neil db4199e91a Enforce styled scrollbars in renderer 2026-05-19 23:12:37 -07:00
github-actions[bot] 7f48ef29a9 release: v1.4.12-rc.0 v1.4.12-rc.0 2026-05-20 05:37:40 +00:00
Neil 8dab0af68a Use shadcn scroll area for agent hover details (#2403) 2026-05-19 22:36:46 -07:00
Neil 51d823586a fix: deflake release e2e checks
Fixes the current release E2E flakes by restoring dashboard agent row title attributes for prompt-based locators, making the crowded tab rename test dispatch the rename event deterministically, and hardening the Russian-layout terminal shortcut test against Linux CI PTY startup races.
2026-05-19 22:26:05 -07:00
Brennan BensonandOrca dab7cf7d7e Fix terminal pane title input focus (#2400)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 22:22:18 -07:00
Jinjing dbc24be41d fix: prepare branch before PR field generation (#2401) 2026-05-19 22:20:56 -07:00
Neil 9adb33c24a Fix replayed terminal cursor style reset
Reset stale DECSCUSR cursor overrides after terminal replay so restored sessions return to the configured cursor style/blink state.
2026-05-19 22:00:43 -07:00
Jinjing dae696ab8f Handle unborn worktrees with resolvable base (#2398)
- Treat new remote worktrees without a HEAD commit as an empty compare when
  the base ref exists, avoiding a broken source-control compare state
- Keep the existing unborn-head error for cases where the base cannot resolve
2026-05-19 21:59:25 -07:00
github-actions[bot] d9e38cb469 release: v1.4.11 v1.4.11 2026-05-20 04:43:36 +00:00
Neil e4ecd80f5f Fix sidebar scrollbar hit area (#2395) 2026-05-19 21:08:15 -07:00
cbf2a52e5d feat: add notification sound volume slider (#2391)
* feat: add notification sound volume slider

Custom audio files vary widely in loudness; the new 0-100% slider in
Settings → Notifications lets the user lower an over-amplified sound
without re-encoding the file.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: harden notification sound volume setting

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>
2026-05-19 21:02:44 -07:00
github-actions[bot] e49bb2a175 release: v1.4.11-rc.0 v1.4.11-rc.0 2026-05-20 03:56:50 +00:00
Neil f5466d9922 Update Antigravity docs and prompt cache (#2394) 2026-05-19 20:55:46 -07:00
Neil 580e264e21 Keep Kanban selection active while scrolling (#2390) 2026-05-19 20:51:03 -07:00
Neil 1be56a53d1 Revert "Improve current workspace reveal control (#2327)" (#2392) 2026-05-19 20:49:45 -07:00
Neil a424908562 Fix Antigravity done status regression (#2393) 2026-05-19 20:48:34 -07:00
Neil 8afdbea256 Add Antigravity agent support (#2389) 2026-05-19 20:24:06 -07:00
Jinwoo HongandOrca 3299635013 Add automation session reuse (#2329)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 20:03:06 -07:00
Neil 5486bd2740 Improve workspace card details affordances 2026-05-19 19:27:06 -07:00
Neil 5f29341a54 fix: preserve terminal cursor after snapshot reattach (#2383) 2026-05-19 19:02:37 -07:00
github-actions[bot] 3448dd349c release: v1.4.10 v1.4.10 2026-05-20 01:48:59 +00:00
Neil 75f4044156 Stabilize workspace board selection and drag (#2369) 2026-05-19 18:45:29 -07:00
Jinjing 38ccb999d4 fix: render PR review comments inline (#2382) 2026-05-19 18:24:51 -07:00
Brennan BensonandOrca e52ec0d454 Remove sidebar lineage parent badge (#2376)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 18:20:53 -07:00
Jinjing f79c03e3df fix: address review findings (#2381) 2026-05-19 18:14:49 -07:00
Jinwoo HongandOrca fc82a914ff Fix Claude managed token refresh read-back (#2372)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 18:05:10 -07:00
Jinwoo Hong db3765fc17 Revert terminal stream backpressure changes (#2380) 2026-05-19 18:04:42 -07:00
Jinjing ad14aa9d4e fix: address review findings (#2379) 2026-05-19 17:55:59 -07:00
Neil c2c0969ae6 Smooth sidebar sticky header swaps
Keep virtualized sidebar sticky header row heights stable during active header swaps to avoid scroll jitter.
2026-05-19 17:50:36 -07:00
Jinjing 8321ea2e03 fix: address review findings (#2377) 2026-05-19 17:50:04 -07:00
github-actions[bot] 4eddaf901b release: v1.4.10-rc.3 v1.4.10-rc.3 2026-05-20 00:45:46 +00:00
Jinjing ef45b6930f fix: address review findings (#2374) 2026-05-19 17:44:47 -07:00
Jinjing a4c4837a56 Fix terminal scroll restore behavior (#2368)
* Fix terminal scroll restore behavior

* Fix terminal pane global effects test args
2026-05-19 17:44:18 -07:00
Jinjing 9d5f27fa3c Fix PR check refresh and terminal tombstone test (#2375)
* Prefetch task PR checks by head SHA

* Fix terminal host tombstone cap test
2026-05-19 17:42:30 -07:00
Brennan BensonandOrca 79eaea4399 Clarify Orca CLI worktree lineage guidance (#2363)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 17:37:24 -07:00
Jinjing 060851dc3d Move explorer extras into the overflow menu (#2370)
- Add open-in launchers to the file explorer toolbar overflow menu
- Keep Git ignored visibility behind the same menu to reduce toolbar clutter
- Align the conflict review button text consistently
2026-05-19 17:09:34 -07:00
github-actions[bot] ba7cb5be22 release: v1.4.10-rc.2 v1.4.10-rc.2 2026-05-19 23:57:08 +00:00
Neil de53ecf689 Preserve terminal scroll across hidden worktree resume
Preserve the last visible terminal scroll state before hiding so worktree switches and hidden layout changes restore the expected viewport.
2026-05-19 16:55:52 -07:00
Neil b98f0fa6ee Fix release E2E notification and keyboard flakes
Merged after local lint/typecheck/unit/E2E verification. The PR check remained pending with no failure attached.
2026-05-19 16:41:18 -07:00
Jinjing 87c16a99c9 Improve lineage parent chip UI (#2364)
* fix: address review findings

* fix: unblock PR CI checks
2026-05-19 16:31:56 -07:00
Jinwoo HongandOrca 73142b9f58 Support browser and markdown tabs in floating terminal (#2338)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 16:04:37 -07:00
github-actions[bot] f1cceec58b release: v1.4.10-rc.1 v1.4.10-rc.1 2026-05-19 22:53:22 +00:00