Commit Graph
2946 Commits
Author SHA1 Message Date
Nikolatesla-ljandCodex 543d9a6c30 fix(linux): avoid Ubuntu orca package conflict (#1306)
Co-authored-by: Codex <codex@users.noreply.github.com>
2026-05-14 01:52:24 -07:00
Neilandhermes 11bd7dfe37 fix: pr-bug-scan findings from #1415 (re-applied on current main) (#1516)
Re-applies the four ResourceUsageStatusSegment fixes from #1464 on top of
current main. Original PR was branched off the #1415 merge commit and
would have silently reverted #1451 (focus right pane after clicking an
agent), which reworks navigateToTab to thread paneKey through and call
activateTabAndFocusPane.

Findings:
- Orphan kill race re-adds the killed row (await kill before refresh).
- Duplicate sessions interval inside open-gated effect (removed).
- Kill-confirm Dialog mounted inside PopoverContent (hoisted to sibling).
- daemonUnreachable required at least one snapshot failure (also treat
  null snapshot + sessions error as unreachable).

Co-authored-by: hermes <bot@hermes>
2026-05-14 01:50:25 -07:00
Neil f0705af998 perf(git): fold upstream status into git poll (#1828)
* perf(git): fold upstream status into git poll

* fix: keep git status polling lint-clean
2026-05-14 01:37:36 -07:00
Neil 5d6992d7f0 Gate editor autosave store subscriber (#1826)
* Gate editor autosave store subscriber

* fix: keep autosave controller lint-clean
2026-05-14 01:34:39 -07:00
Neil 2762fdb38c perf(tasks): narrow task page cache subscriptions (#1824)
* perf(tasks): narrow task page cache subscriptions

Avoid re-rendering the full Tasks page for unrelated GitHub and Linear cache writes by selecting only the cache entries the page can render, and by returning null from dialog/drawer selectors while those surfaces are closed.

* fix: satisfy task selector lint
2026-05-14 01:32:00 -07:00
Neil 0c1429e26b perf(terminal): batch daemon pty stream events (#1818)
Coalesce adjacent daemon PTY data chunks before NDJSON stream serialization while preserving exit ordering.
2026-05-14 01:22:57 -07:00
Neil 133f57da3d perf(renderer): gate mobile pairing polling (#1820) 2026-05-14 01:22:53 -07:00
Neil 4c7f5e3370 Avoid local scrollback serialization on shutdown (#1821) 2026-05-14 01:22:49 -07:00
Neil b0e7fe94ab Cap persisted browser history payloads (#1822) 2026-05-14 01:22:46 -07:00
Neil dbeb89436a Reduce serial startup waits before first window (#1823)
* Avoid local scrollback serialization on shutdown

* Reduce serial startup waits before first window
2026-05-14 01:22:42 -07:00
Neil ee2b8b861c perf(explorer): avoid full refresh after replayed events (#1827)
Skip the expensive expanded-tree refresh after deferred file explorer watcher payloads when the replayed events can be reconciled with targeted directory refreshes. Keep the fallback for unreplayable rename payloads.
2026-05-14 01:22:38 -07:00
Neil 105d0a50f8 perf(fs): avoid probing WSL root files (#1829) 2026-05-14 01:22:35 -07:00
Neil c53eec6b53 perf(metadata): dedupe metadata cache requests (#1833)
Dedupes in-flight GitHub and Linear metadata lookups behind the existing short TTL caches, and prevents cleared caches from being repopulated by stale in-flight responses.
2026-05-14 01:22:31 -07:00
Neil d8610a714e perf(claude-usage): batch transcript scans (#1836) 2026-05-14 01:22:28 -07:00
Neil 41d642bd29 Coalesce pane divider drag updates (#1816)
Batch terminal pane splitter flex writes behind requestAnimationFrame so high-rate drag pointermove bursts do at most one layout write per frame, while flushing the latest size before final refit.
2026-05-14 01:18:56 -07:00
Neil 2908367186 fix(terminal): repaint after WebGL attach (#1817)
Centralize the xterm refresh after successful WebGL attachment so resumed, reparented, or setting-toggled panes do not show a stale empty WebGL canvas until the next output or resize.
2026-05-14 01:18:53 -07:00
Neil e2e6f43b2a perf(browser): scope webview drag listeners (#1834) 2026-05-14 01:18:50 -07:00
Neil bfb62e2bcf perf(editor): debounce markdown doc link decorations (#1830)
Debounce Monaco markdown doc-link decoration refreshes so rapid content changes coalesce into one full-model scan, while preserving immediate initial render and cleanup behavior.
2026-05-14 01:18:46 -07:00
Neil dca8206c32 perf(renderer): remove agent command draft reset effect (#1825) 2026-05-14 01:18:43 -07:00
Neil 4d8fe63fe9 perf(browser): clear anti-detection reattach timers (#1832)
Cancel delayed browser anti-detection debugger reattach timers when guest policy cleanup runs so closed or re-registered webviews are not retained until the retry fires.
2026-05-14 01:18:39 -07:00
Neil f12119d2cd perf(main): bound process cwd cache (#1831)
Cap the per-PID cwd result cache and sweep expired entries on each lookup.
Add a regression test that freezes time and churns unique PIDs so TTL expiry cannot mask unbounded cache growth.
2026-05-14 01:18:35 -07:00
Neil 11ce1647d1 test(rpc): use OS-assigned websocket test ports (#1835) 2026-05-14 01:18:32 -07:00
Neil 7bc3ba1054 fix: preserve terminal panes across split groups (#1837) 2026-05-14 01:06:54 -07:00
Jinjing 4889daf1c0 feat: group activity agent threads (#1815) 2026-05-14 00:51:00 -07:00
Jinjing f9f7c2ff6b fix: address review findings (#1819) 2026-05-14 00:48:28 -07:00
Neil 812831a18e fix: remember worktree creation agent (#1814) 2026-05-14 00:42:07 -07:00
Neil de04b7497f perf(renderer): cut hidden polling and repeated sync scans (#1813)
* perf(renderer): cut hidden polling and repeated sync scans

* fix(renderer): keep mobile file lookup worktree scoped
2026-05-14 00:30:48 -07:00
Neil dd6f0e63bb perf(fs): prevent overlapping WSL watcher polls (#1811) 2026-05-14 00:29:52 -07:00
Neil 40528262c0 perf(terminal): checkpoint only dirty daemon sessions (#1812) 2026-05-14 00:28:01 -07:00
Brennan BensonandOrca eb5470408b Fix updater feed resolution for cancelled RC releases (#1809)
Co-authored-by: Orca <help@stably.ai>
2026-05-14 00:25:03 -07:00
buf0-bot[bot]andorca-bug-scan-bot 5cf52199e0 fix: pr-bug-scan validated finding from #1757 (#1791)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-14 00:07:20 -07:00
github-actions[bot] d3d263ba08 release: v1.4.1-rc.4 v1.4.1-rc.4 2026-05-14 06:47:03 +00:00
Jinwoo HongandOrca 1948458fb0 Add local automations workflow (#1806)
* Add local automations

Co-authored-by: Orca <help@stably.ai>

* Add local automations workflow

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Orca <help@stably.ai>
2026-05-14 02:31:52 -04:00
github-actions[bot] ffec767a4c release: v1.4.1-rc.3 v1.4.1-rc.3 2026-05-14 06:10:42 +00:00
github-actions[bot] f2ac16ce17 release: v1.4.1-rc.2 v1.4.1-rc.2 2026-05-14 05:35:35 +00:00
Jinjing 17aef50c82 fix: handle non-git worktree paths (#1805) 2026-05-13 22:22:51 -07:00
Jinjing d08a1b9525 fix: route terminal file drops by tab (#1804) 2026-05-13 22:15:46 -07:00
Jinjing c003a88777 feat: group activity threads by status (#1803) 2026-05-13 22:12:28 -07:00
Brennan BensonandOrca ba0a5b47ed feat(ssh): agent-status over SSH (#1702)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 22:09:32 -07:00
Jinjing e7bdd18e2f fix: address review findings (#1800) 2026-05-13 22:06:03 -07:00
buf0-bot[bot]andorca-bug-scan-bot 3c21e08781 fix: pr-bug-scan validated finding from #1751 (#1790)
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
2026-05-13 22:02:57 -07:00
github-actions[bot] 55c04e44ad release: v1.4.1-rc.1 v1.4.1-rc.1 2026-05-14 05:02:18 +00:00
Brennan BensonandOrca 6e28df60d7 fix(updater): pin stable feed before download (#1797)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 22:01:49 -07:00
Jinjing bfd365afa5 fix: stop file explorer drag edge scroll (#1798) 2026-05-13 21:53:14 -07:00
Brennan BensonandOrca e361b4339e fix(release): harden prerelease update fallback checks (#1793)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 21:45:33 -07:00
Brennan BensonandOrca 70ec7c0603 Activity agent response previews (#1795)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 21:37:39 -07:00
ac7ac81137 feat(main): Add droid to AgentHooks and sidebar agents status (#1695)
Co-authored-by: Orca <help@stably.ai>
Co-authored-by: brennanb2025 <brennankbenson@gmail.com>
2026-05-13 21:30:13 -07:00
Jinwoo HongandOrca 3d07c2a28a Add floating terminal orchestration setup (#1763)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 20:10:53 -07:00
github-actions[bot] ffaaf9f51a release: v1.4.1-rc.0 v1.4.1-rc.0 2026-05-14 02:44:40 +00:00
Jinwoo HongandOrca 9964d98107 Fix e2e worker teardown cleanup (#1785)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 19:39:05 -07:00