Commit Graph
8614 Commits
Author SHA1 Message Date
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
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 BensonandOrca c856413d23 Add existing workspace migration telemetry (#2359)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:44:39 -07:00
Jinwoo HongandOrca fb4069be52 Improve GitHub PR status refresh freshness (#1716)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:39:44 -07:00
Brennan BensonandOrca 288a8b423d Improve current workspace reveal control (#2327)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:34:18 -07:00
Brennan BensonandOrca 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 BensonandOrca 56e8e13b1b Filter SIGTERM process teardown crash reports (#2348)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 15:06:45 -07:00
Brennan BensonandOrca 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 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 HongandOrca 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 HongandOrca fbb4db5479 Fix right sidebar activity overflow (#2343)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:44:01 -07:00
Jinwoo HongandOrca 8b6f666de5 Suppress false crash reports during expected renderer reloads (#2342)
Co-authored-by: Orca <help@stably.ai>
2026-05-19 13:41:48 -07:00
Jinjing 9bbfb04a09 fix: address review findings (#2339) 2026-05-19 13:03:47 -07:00
buf0-bot[bot]andorca-bug-scan-bot 05286ce00b fix: pr-bug-scan validated finding from #2316 (#2335)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 12:47:54 -07:00
buf0-bot[bot]andorca-bug-scan-bot 66bbe1c443 fix: pr-bug-scan validated finding from #2304 (#2336)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-19 12:47:47 -07:00