Commit Graph

2318 Commits

Author SHA1 Message Date
Neil e4ecd80f5f
Fix sidebar scrollbar hit area (#2395) 2026-05-19 21:08:15 -07:00
Diego Lorente del Castillo 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 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 Hong 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 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 Benson 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 Hong 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 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 Benson 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 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 Hong 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 2026-05-19 22:53:22 +00:00
Jinjing b6f2b6eed4
Keep focus in Orca when parking webviews (#2362)
- Move focus back to the renderer before detaching a focused webview, including when it is parked rather than destroyed.
- Cover focused, descendant-focused, and unfocused detach cases.
2026-05-19 15:51:08 -07:00
Neil 49b504dc45
Improve terminal input redraw latency
Keep terminal UI drawing glyphs on WebGL and bypass daemon stream batching for small redraws immediately after terminal input.
2026-05-19 15:49:35 -07:00
Brennan Benson c856413d23
Add existing workspace migration telemetry (#2359)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:44:39 -07:00
Jinwoo Hong fb4069be52
Improve GitHub PR status refresh freshness (#1716)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:39:44 -07:00
Brennan Benson 288a8b423d
Improve current workspace reveal control (#2327)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:34:18 -07:00
Brennan Benson 7d71131bb4
Infer interrupted agent status from terminal input (#2263)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:19:38 -07:00
Jinjing e97b109aac
Focus terminal pane when notification is clicked (#2356)
* fix: address review findings

* increase highlight brightness
2026-05-19 15:09:39 -07:00
Brennan Benson fd24061b62
Revert "Add existing workspace migration telemetry" (#2357) 2026-05-19 15:07:24 -07:00
Brennan Benson 56e8e13b1b
Filter SIGTERM process teardown crash reports (#2348)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:06:45 -07:00
Brennan Benson d495a3f3b0
Add existing workspace migration telemetry (#2353)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:06:27 -07:00
github-actions[bot] 6dfcf834cf release: v1.4.10-rc.0 2026-05-19 22:01:32 +00:00
Neil eeb18da4bd
Fix terminal scroll restore during resize
Fix terminal viewport restoration around real fit/resize operations while keeping no-op drag-frame refits cheap.
2026-05-19 14:55:17 -07:00
Neil 28e8981d10
Follow up: validate pending agent title probes
Tie pending terminal title completions to exact fresh process probes and harden related e2e setup.
2026-05-19 14:42:26 -07:00
Neil 73ff6e43dd
fix: close workspace hovercard on context menu (#2347) 2026-05-19 14:00:37 -07:00
Jinwoo Hong f010bb8619
Fix terminal stream backpressure and split-pane input lag (#2341)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:59:01 -07:00
Neil 3333442932
Fix e2e flakes from run 26118992268
Fix e2e flakes from GitHub Actions run 26118992268 and harden related repeat-only flakes.
2026-05-19 13:46:56 -07:00
Jinwoo Hong fbb4db5479
Fix right sidebar activity overflow (#2343)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:44:01 -07:00