Wuyue (Tony) Sun
b04c6496a8
fix: detect grok build working and blocked states from current ui chrome ( #1055 )
...
* fix: detect grok build working and blocked states from current ui chrome
refs #1017
* fix: sync grok detection website manifest
refs #1017
---------
Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-06 01:36:49 +03:00
Ogulcan Celik
220b99a9fa
fix: support custom command keybindings on windows
...
refs #1041
2026-07-05 20:19:13 +03:00
ppggff
2bc1724c2d
fix: switch prefix ASCII input source on the foreground client ( #1016 )
...
* fix: switch prefix ASCII input source on the foreground client
The macOS prefix ASCII-switch ran in the headless server, whose
TISCopyCurrentKeyboardInputSource read is a stale per-process cache
(refreshed only via a main-run-loop notification the server never pumps),
so prefix could leave the terminal on the wrong input source.
Forward it to the foreground client, like clipboard: sync_prefix_input_source
emits AppEvent::PrefixInputSource as an intent; the server forwards it to the
foreground client and the monolithic app applies it in-process via
RealPrefixInputSource, which pumps its main run loop before the stale TIS read.
Key it on Mode::wants_ascii_input so multi-level prefix commands keep ASCII
until returning to the terminal, and restore the IME for rename text entry.
Adds ServerMessage::PrefixInputSource to the already-unreleased protocol 15.
refs #774
* fix: keep prefix input-source switch out of the headless server process
An App-internal drain (the exhaustive drain at the top of
handle_api_request, reachable from prefix-key runtime mutations) can
consume a queued PrefixInputSource intent before the server's
forwarding drain sees it, applying the TIS switch in the headless
server process and stranding the restore state. Gate the in-process
switch on App.local_input_source_switch, disabled by the headless
server alongside the other local side effects, so a swallowed intent
degrades to a skipped switch. Widen the forwarding-bypass maintenance
test to the handle_internal_event_with_prefix_sync wrapper.
refs #774
* docs: clarify prefix input-source comments and flag docs
refs #774
* fix: bump protocol for prefix input source
refs #774
---------
Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-05 03:25:47 +03:00
Ogulcan Celik
c78349f422
fix: wait for server stop socket cleanup
2026-07-05 02:17:45 +03:00
Ogulcan Celik
5d9212a55a
feat: expose session snapshot through cli
2026-07-04 16:51:10 +03:00
Ogulcan Celik
15cab964f3
feat: emit layout update events for runtime layout changes
2026-07-04 16:51:10 +03:00
Ogulcan Celik
b91b084dbe
docs: add mastracode integration docs and website agent grid card
...
refs #337
2026-07-04 01:42:12 +03:00
Ward Peeters
d0e333451b
feat: add mastracode integration ( #788 )
...
* feat: add mastracode integration
refs #337
Co-authored-by: Mastra Code (openai/gpt-5.5) <noreply@mastra.ai>
Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-04 01:29:42 +03:00
Ogulcan Celik
6f148588dd
fix: scope empty image paste bridge to remote
...
refs #986
2026-07-03 22:19:47 +03:00
Ogulcan Celik
6ea68f9af2
fix: forward page keys to primary-screen pagers
...
refs #953
2026-07-03 21:50:34 +03:00
Ogulcan Celik
d1471e6483
fix: draw host cursor on windows
...
refs #930
2026-07-02 21:59:06 +03:00
Ogulcan Celik
a9111cbab2
fix: open scrollback editor on windows without sh
...
refs #914
2026-07-02 01:16:21 +03:00
Ogulcan Celik
26db26e416
fix: keep remote sessions alive across disconnects
2026-06-30 19:49:55 +03:00
Ogulcan Celik
c71c6c1082
fix: resolve split current from caller pane
...
refs #902
2026-06-30 19:38:03 +03:00
Ogulcan Celik
13cb5d9ae6
feat: add shell completions
...
refs #435
2026-06-30 17:49:37 +03:00
Ogulcan Celik
e9bcea9c0d
fix: reuse remote ssh connection
...
refs #888
2026-06-30 14:21:11 +03:00
Ogulcan Celik
2a1a8d64de
feat: hide single-tab tab row
...
refs #448
2026-06-30 14:10:12 +03:00
Ogulcan Celik
f54d8e8c0a
feat: add hidden collapsed sidebar mode
...
refs #842
2026-06-30 04:00:33 +03:00
Ogulcan Celik
5e2dc40691
fix: add copy mode ctrl page navigation
...
refs #885
2026-06-30 02:58:41 +03:00
Ogulcan Celik
0fa6440d41
feat: add terminal session control stream
2026-06-30 02:48:02 +03:00
Ogulcan Celik
3cd2e7b6b7
fix: discover package-managed remote herdr installs
...
refs #840
2026-06-30 01:35:15 +03:00
Ogulcan Celik
bffc4a82c8
feat: add terminal session observe stream
2026-06-30 01:10:28 +03:00
Ogulcan Celik
c5c307597f
fix: recover omp resume and blocked states
...
refs #879
2026-06-30 00:35:53 +03:00
Ogulcan Celik
6703413fc7
feat: expose api schema from cli
2026-06-29 22:58:34 +03:00
Ogulcan Celik
09bac7f274
docs: add skills cli install guidance
2026-06-29 22:49:03 +03:00
Ogulcan Celik
25aeaa46f6
feat: generate socket protocol schema
2026-06-29 22:27:19 +03:00
Ogulcan Celik
9150ed6268
feat: add session snapshot api
2026-06-29 21:36:48 +03:00
Ogulcan Celik
8b74fb8a12
feat: emit placement mutation events
2026-06-29 20:39:54 +03:00
Ogulcan Celik
c792f2fd53
fix: preserve alacritty input on windows
...
refs #792
2026-06-25 16:32:00 +03:00
Ogulcan Celik
23b96e48c3
release: v0.7.1
2026-06-24 16:27:01 +03:00
Ogulcan Celik
bae1f14d3b
docs: finalize release docs
2026-06-24 16:23:09 +03:00
Ogulcan Celik
89ca3ba933
fix: check out existing branches for worktree create
...
refs #729
2026-06-22 00:51:00 +03:00
Ogulcan Celik
a5182282a4
fix: support devin hook on python 3.9
...
refs #719
2026-06-22 00:03:21 +03:00
Ogulcan Celik
2eeea9a0cd
feat: add plugin marketplace
2026-06-21 17:27:10 +03:00
Ogulcan Celik
4421c0febb
fix: add configurable pane gaps
...
refs #271
2026-06-21 14:03:59 +03:00
Ogulcan Celik
ef0b4bc6e2
fix: support agent env hints
...
refs #679
related #699
2026-06-20 03:15:21 +03:00
Ogulcan Celik
052f20214b
fix: preserve windows terminal multiline paste
...
refs #670
2026-06-19 22:24:20 +03:00
Ogulcan Celik
26c5f97a90
fix: reanchor lifecycle hook generations
...
refs #684
2026-06-19 03:32:53 +03:00
Ogulcan Celik
9f4f163089
feat: add background update check toggles
...
refs #677
2026-06-18 20:06:43 +03:00
Ogulcan Celik
36b4001f45
feat: sync theme with host appearance
...
refs #675
2026-06-18 02:53:31 +03:00
Ogulcan Celik
aca35ea76f
fix: scope image paste shortcut to remote
...
refs #647
2026-06-18 01:56:26 +03:00
Ogulcan Celik
54490254f7
feat: sort agent panel by priority
...
refs #318
2026-06-17 16:08:43 +03:00
Ogulcan Celik
ebff34063a
fix: restore omp sessions after same-pane restart
...
refs #614
2026-06-16 17:57:52 +03:00
Ogulcan Celik
6f9ca0ea66
fix: hold lone escape while awaiting host color reply
...
refs #549
2026-06-16 15:19:06 +03:00
Ogulcan Celik
41d1c14e07
docs: add plugin trust and security guidance
2026-06-15 20:29:29 +03:00
Ogulcan Celik
0bf9bb58eb
release: v0.7.0
2026-06-15 19:13:42 +03:00
Ogulcan Celik
2ace7f24a9
docs: sync #613 key-combo docs for 0.7.0 and credit @dmmulroy
2026-06-15 19:12:13 +03:00
Ogulcan Celik
befe629312
docs: finalize 0.7.0 release docs
2026-06-15 19:03:24 +03:00
Dillon Mulroy
16b69b6faa
fix: support key-combo syntax for API send keys ( #613 )
...
Co-authored-by: Can Celik <ogulcancelik@gmail.com>
2026-06-15 18:23:24 +03:00
Ogulcan Celik
9805e23a12
docs: note plugin link handlers use ctrl-click on macos too
2026-06-15 18:13:08 +03:00