Commit Graph
3117 Commits
Author SHA1 Message Date
Jinjing 3884f6d267 docs: revert AGENTS styleguide edit (#3470) 2026-05-29 22:57:47 -07:00
Neil 310adcadbb fix: clear share usage timer from button ref (#3489) 2026-05-29 22:56:30 -07:00
Neil e7be9c50f0 fix: cancel inline input refocus frames (#3488) 2026-05-29 22:54:36 -07:00
Neil e6b04820ea fix: clear transient feedback timers (#3485) 2026-05-29 22:48:00 -07:00
Neil 620b6ab7e8 fix: clear close dialog debounce timers (#3478) 2026-05-29 22:41:30 -07:00
Neil fbed7dd923 fix: cancel pane reparent frames (#3477) 2026-05-29 22:35:54 -07:00
Neil d6abeb0c0c fix: fold terminal pane frame cleanup into unmount effect (#3476) 2026-05-29 22:34:46 -07:00
Neil 4f682631ad release: add Homebrew RC cask channel (#3462) 2026-05-29 22:34:44 -07:00
Neil 13bde9f161 fix: cancel terminal pane refresh frames (#3474) 2026-05-29 22:28:25 -07:00
Neil e45440c545 fix: cancel source comment reveal frames (#3471) 2026-05-29 22:20:41 -07:00
Neil d82f453d17 fix: cancel orchestration animation frames (#3468) 2026-05-29 22:11:57 -07:00
Neil f9a5c65359 fix: cancel document theme frames (#3465) 2026-05-29 22:03:58 -07:00
Jinjing a66dc12cb9 fix: address review findings (#3461) 2026-05-29 22:02:44 -07:00
Neil 388bc59a58 fix: cancel popover wheel frames (#3460) 2026-05-29 21:57:00 -07:00
Neil 64dd35ecf4 fix: cancel worktree palette focus frames (#3459) 2026-05-29 21:48:08 -07:00
Neil bf29042668 fix: cancel diff comment scroll frame (#3456) 2026-05-29 21:42:03 -07:00
Neil a9a29df203 fix: cancel floating panel focus frame (#3455) 2026-05-29 21:34:34 -07:00
Neil 071eb74729 fix: cancel floating return focus frame (#3454) 2026-05-29 21:27:51 -07:00
Neil 0028b81a82 fix: cancel composer caret frame (#3453) 2026-05-29 21:22:29 -07:00
Neil 3a2a1ea8c0 fix: cancel file explorer reveal scroll frame (#3450) 2026-05-29 21:15:08 -07:00
Neil e627960e38 fix: cancel resource popover focus frame (#3448) 2026-05-29 21:09:54 -07:00
Neil 9977fb18ab Cancel sparse preset focus from ref cleanup (#3446) 2026-05-29 21:03:40 -07:00
Neil f46381b3e6 fix: cancel reviewer picker focus frame (#3447) 2026-05-29 21:03:30 -07:00
Neil ea7772efc6 fix: cancel file explorer auto reveal frame (#3445) 2026-05-29 20:58:29 -07:00
Neil f8e3c02ae1 Cancel add repo radio focus from ref cleanup (#3444) 2026-05-29 20:55:33 -07:00
Neil 838d6f19af fix: cancel sparse preset focus frame (#3443) 2026-05-29 20:52:24 -07:00
Neil ace7040b27 fix: cancel add repo radio focus frames (#3442) 2026-05-29 20:47:55 -07:00
Neil c8d94aa841 fix: cancel keybindings toggle frame (#3441) 2026-05-29 20:42:30 -07:00
Neil 935d0aa7ad fix: cancel file explorer inline focus frame (#3440) 2026-05-29 20:37:52 -07:00
Neil 913a167437 Remove sidebar menu cleanup effects (#3439) 2026-05-29 20:37:49 -07:00
Neil 009b7c699c fix: cancel workspace focus frames (#3438) 2026-05-29 20:33:21 -07:00
Neil 5e371a7474 fix: cancel ipynb structural frames (#3436) 2026-05-29 20:25:23 -07:00
Neil 0b2f3c2630 Cancel untitled rename focus from input cleanup (#3437) 2026-05-29 20:23:59 -07:00
Neil ce9d7093cb fix: cancel untitled rename focus frame (#3434) 2026-05-29 20:15:48 -07:00
Neil c0580bf12b fix: cancel rich markdown autofocus frame (#3430) 2026-05-29 20:07:12 -07:00
Neil a95603fe7c fix: cancel drag selection guard frame (#3429) 2026-05-29 19:53:39 -07:00
Neil 99bbed1a92 Move checks resolve spinner timer into handler (#3428) 2026-05-29 19:47:44 -07:00
Neil 0b497ed7fe fix: cancel markdown preview reveal frames (#3427) 2026-05-29 19:45:02 -07:00
Jinwoo HongandOrca fc10bc4cc0 Fix mobile terminal tap mouse reports
Co-authored-by: Orca <help@stably.ai>
2026-05-29 22:44:57 -04:00
github-actions[bot] de8038f611 release: v1.4.36-rc.3 v1.4.36-rc.3 2026-05-30 02:42:23 +00:00
Neil e422264d75 Allow sidebar workspaces to drop onto Kanban (#3420) 2026-05-29 19:41:48 -07:00
Neil 8983cf6dc9 Move MCP config confirm timer into handler (#3426) 2026-05-29 19:38:16 -07:00
Neil a36fdad182 fix: cancel settings subsection scroll frame (#3424) 2026-05-29 19:35:55 -07:00
Neil 3775ad2680 Move markdown review copy timer into handler (#3423) 2026-05-29 19:30:40 -07:00
f2f6493316 Move mobile browser ref mirrors out of effects (#3230)
* Move mobile browser refs out of effects

* Use layout effect for mobile browser ref mirrors

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

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-29 22:27:24 -04:00
6bf69c3638 feat: add amp agent status hook integration (#2864)
* Add Amp agent hook service and /hook/amp status pipeline

- Register Amp across managed and remote hook installers so it installs, removes, and reports like other agents.
- Add a dedicated Amp plugin service that writes a managed plugin file, preserves user-authored plugins, and exposes consistent status detection.
- Wire Amp endpoints and payload normalization through relay/listener, including agent/start, tool call/result, and end/cancel handling.
- Extend IPC/preload/web/renderer contracts with ampStatus plus UI catalog label/icon support.
- Add tests for plugin installation/removal/status, remote installer behavior, and server acceptance/normalization of Amp hook events.

* Fix Amp hook ordering and status normalization

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

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-29 22:26:58 -04:00
Neil 0ca3b1403c fix: cancel browser settings scroll frames (#3422) 2026-05-29 19:25:52 -07:00
6cb12d99a5 Handle browser grab cancellation before payload validation (#3321)
* Fix browser grab cancellation payload handling

* Harden browser grab cancellation handling

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

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-29 22:19:14 -04:00
Neil c6c05d2a5d fix: cancel onboarding enter frames (#3418) 2026-05-29 19:16:47 -07:00
a6f7a6cb61 Fix SSH remote workspace stale sync conflicts (#3324)
* fix: serialize remote workspace sync writes

* test: cover newer remote workspace stale revision

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

---------

Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com>
Co-authored-by: Orca <help@stably.ai>
2026-05-29 22:15:44 -04:00