Commit Graph
1836 Commits
Author SHA1 Message Date
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
Neil 75d5a65633 Add notebook preview support (#1725)
* Add notebook preview support

* Fix notebook reopen and browser routing

* Add editable runnable notebooks

* Restore notebook highlighting and defer source serialization

* Mark notebook editor beta

* Fix notebook Python syntax highlighting

* Improve notebook cell controls and dark editing

* Fix notebook focus and save shortcuts

* Fix restored notebook file loads

* Harden notebook perf and output rendering

* Fix notebook source toggle shutdown noise

* Harden notebook execution trust prompt
2026-05-13 19:28:19 -07:00
Brennan BensonandOrca 5e9f54808a Show Codex permission requests as waiting (#1788)
Co-authored-by: Orca <help@stably.ai>
2026-05-13 18:53:52 -07:00
Jinjing 14953089a2 fix: restore dead terminal setup e2e hook (#1787) 2026-05-13 18:48:14 -07:00
Neil a2ae62fccd Rename mobile README showcase asset
Rename the mobile companion showcase files to ensure GitHub renders the updated background asset.
2026-05-13 18:36:09 -07:00
NeilandJinjing 638b7e07bb Rename Activity tab to Agent View (#1773)
* rename Activity tab label to Agent View

Renames the user-visible tab label from 'Activity' to 'Agent View' in
the sidebar nav and the activity-page titlebar (plus matching tooltip
and aria-label). Internal view ID, store slice names, and component
filenames remain 'activity' to avoid behavioral risk — this is a pure
copy change.

* rename activity view labels to agents

---------

Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com>
2026-05-13 18:35:18 -07:00
Neil 58e5e5dc19 Polish mobile README showcase
Update the mobile companion README copy, download text, translations, and showcase media.
2026-05-13 18:28:36 -07:00
Neil c713c81eb3 Rename showcase tile to Native Search
Rename Keyboard Native to Native Search in README showcase and translations.
2026-05-13 18:16:57 -07:00
Neil 915e177783 Add Linear and mobile README showcase
Add Linear to the README feature showcase, add mobile companion download links, and update translated READMEs.
2026-05-13 18:12:54 -07:00
Neil f3d8f59567 Focus floating terminal on hotkey toggle (#1775) 2026-05-13 17:52:10 -07:00
Will Hampson 8b12ac658b Fix Linux Wayland terminal WebGL glyph corruption (#1743)
Fixes #1579.
2026-05-13 17:36:27 -07:00