Commit Graph
2946 Commits
Author SHA1 Message Date
Jinjing 288d96be03 Show one focused settings pane at a time (#2451) 2026-05-20 14:28:30 -07:00
Jinjing f25741b372 Keep renderer focus when switching worktrees (#2443)
- Move focus out of any focused registered webview before hiding it
- Prevent macOS from activating the previously frontmost app during worktree switches
- Cover both direct webview detach and worktree-switch focus handling with tests
2026-05-20 12:03:55 -07:00
Jinwoo HongandOrca 489321ac15 Fix Claude usage polling against expired metadata (#2441)
Co-authored-by: Orca <help@stably.ai>
2026-05-20 11:18:04 -07:00
Neil 54a2547ff6 Clean up styled scrollbar guard 2026-05-20 10:38:23 -07:00
Neil ed23e04073 Fix styled scrollbar guard cn handling 2026-05-20 02:53:40 -07:00
Neil e0e9807cc6 Avoid retaining oversized watcher event batches
Follow-up to #2419: mark oversized filesystem watcher batches as overflow at enqueue time so the app does not retain thousands of paths before sending the conservative refresh.
2026-05-20 01:35:56 -07:00
github-actions[bot] d1f9dd34c3 release: v1.4.13-rc.2 v1.4.13-rc.2 2026-05-20 08:11:53 +00:00
Jinwoo Hong 956320e830 Fix Codex Shift+Enter on Windows (#2418) 2026-05-20 04:06:51 -04:00
Neil c386df6638 Fix filesystem watcher deletion bursts
Fixes #2409 by avoiding stack-overflowing watcher event accumulation and using overflow refreshes for oversized watcher batches.
2026-05-20 00:55:35 -07:00
github-actions[bot] cf4bde846d release: v1.4.13-rc.1 v1.4.13-rc.1 2026-05-20 07:38:08 +00:00
Neil 0275807367 Fix terminal bottom scroll during resize 2026-05-20 00:36:20 -07:00
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