Ogulcan Celik
2c7c8beb07
feat: add floating popup panes
...
refs #1125
2026-07-15 04:02:14 +03:00
Ogulcan Celik
88370e1516
feat: add isolated pane graphics streaming
2026-07-15 02:32:52 +03:00
Ogulcan Celik
5d24d0d214
fix: preserve escape before sgr mouse reports
...
refs #1334
2026-07-15 00:59:38 +03:00
Ogulcan Celik
c9676e46ad
feat(website): homepage plugin showcase, live star count, faithful claude code mock
2026-07-15 00:30:28 +03:00
Ogulcan Celik
80d2958aba
fix(linux): scope foreground process discovery to panes
...
refs #1399
2026-07-14 23:40:35 +03:00
Ogulcan Celik
464c658fdd
fix: reassemble split sgr mouse input
...
refs #1382
2026-07-14 23:26:02 +03:00
akbash and akbash-bot
3023228736
fix: preserve associated emoji input ( #1410 )
...
refs #1404
Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com >
2026-07-14 22:46:33 +03:00
Ogulcan Celik
d482836a87
test: shorten macos api socket fixture path
2026-07-14 22:14:49 +03:00
Ogulcan Celik
012e819b5b
ci: restore fast reliable checks
2026-07-14 22:07:08 +03:00
Ogulcan Celik
b88aa1301e
fix: flush live handoff responses before exit
2026-07-14 22:07:06 +03:00
Ogulcan Celik
5b91dae12f
feat: configure sidebar entry gaps
2026-07-14 20:41:20 +03:00
akbash
b0d46fb9bc
fix: stop copy mode line-end at text ( #1411 )
2026-07-14 15:54:28 +03:00
akbash and akbash-bot
4c9a3f380d
fix: forward horizontal wheel events to panes ( #1402 )
...
refs #1349
Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com >
2026-07-14 04:18:18 +03:00
Ogulcan Celik
9e4fdd6102
fix: retry dropped omp lifecycle reports
...
refs #1310
2026-07-14 04:10:43 +03:00
Ogulcan Celik
ca7ae086e8
fix(website): scope docs search by locale and channel
2026-07-14 02:44:46 +03:00
2e5da968ea
fix: forward outer focus events to panes ( #1388 )
...
* fix: forward outer focus events to panes
refs #1337
* fix: preserve ordered focus forwarding
refs #1337
---------
Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com >
Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com >
2026-07-14 01:06:11 +03:00
Ogulcan Celik
3a8490f651
fix: show renamed single tabs in agents sidebar
...
refs #1369
2026-07-13 17:27:54 +03:00
akbash and akbash-bot
75ed6abc62
fix: reap detached custom command children ( #1384 )
...
* fix: reap detached custom command children
refs #1360
* test: harden child cleanup and sidebar metrics
refs #1360
---------
Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com >
2026-07-13 17:25:52 +03:00
Ogulcan Celik
6e85ff07f1
docs: explain modified-arrow shell bindings
...
refs #1370
2026-07-13 17:11:24 +03:00
Ogulcan Celik
a47bc3e068
fix: keep Claude working during /btw
...
refs #1366
2026-07-13 16:24:50 +03:00
Ogulcan Celik
2cee801ea8
docs: streamline configuration guide
2026-07-13 15:34:30 +03:00
Ogulcan Celik
64de9279e3
fix: allow slow server shutdowns
2026-07-13 04:08:23 +03:00
Ogulcan Celik
4800ff54f0
fix: detect reordered codex title spinners
...
refs #1281
2026-07-13 03:46:37 +03:00
Ogulcan Celik
5cfe5e5e73
feat: add configurable sidebar metadata tokens
2026-07-13 03:30:13 +03:00
Ogulcan Celik
7f3364a468
docs: add versioned config reference
2026-07-13 02:24:09 +03:00
Ogulcan Celik
2c444eee35
refactor: centralize agent identity lookup
2026-07-13 00:57:02 +03:00
Ogulcan Celik
3661d99c2e
docs: add troubleshooting guide
...
refs #1116
2026-07-12 15:07:17 +03:00
Ogulcan Celik
0cd0b1aef0
fix: number collapsed agent rows by list position
...
refs #1344
2026-07-12 15:04:26 +03:00
Ogulcan Celik
d64cf40ca3
fix: keep windows api connections open
...
refs #1279
2026-07-12 15:00:05 +03:00
Ogulcan Celik
4ca6cac445
fix: match homepage mock pane chrome and sidebar to tui rendering
2026-07-12 04:56:12 +03:00
Ogulcan Celik
a6905364b6
fix: clarify config fallback diagnostics
2026-07-12 03:58:27 +03:00
Ogulcan Celik
749e85e0fb
fix: detach windows server from host terminal
...
refs #1329
2026-07-12 03:01:45 +03:00
Ogulcan Celik
e418e4a4f9
chore: remove unmerged approved contributors
2026-07-12 02:28:52 +03:00
Ogulcan Celik
4617456348
feat: add copy-on-select setting
2026-07-11 02:46:58 +03:00
Tony Solomonik
3b8aeee166
feat: add maki agent support ( #1302 )
...
* feat: add maki detection support
Maki always draws a one-line status bar at the bottom of the screen, so the manifest reads just that row: a braille spinner before the `[BUILD]`/`[PLAN]`/`[BASH]` mode label means working, the bare label means idle.
Blocked states come from the panels that replace the input box, the `Permission Required` dialog with its `y Allow`/`n Deny` hint rows and the `Plan complete` form. Maki emits no OSC title or progress, so these screen rules are the only evidence.
Also wires `maki` through process-name identification, per-agent sound overrides, and the website manifest catalog.
* docs: stage maki detection docs
2026-07-11 01:19:51 +03:00
kangal-bot
15c046a1bd
chore: approve contributor tontinton
2026-07-10 20:37:03 +00:00
Ogulcan Celik
c76e96878b
docs: refresh herdr agent skill
...
refs #1297
2026-07-10 23:34:21 +03:00
Ogulcan Celik
3e8f9df14e
fix: improve config diagnostic delivery
2026-07-10 17:28:31 +03:00
Ogulcan Celik
66be0b655f
fix: stop windows installer from rewriting config
...
refs #1162
2026-07-10 16:09:17 +03:00
Pitchfork-and-Torch
4f7fcc48d1
fix: follow foreground cwd for new terminals
...
refs #1245
2026-07-10 15:06:54 +03:00
Ogulcan Celik
c8850a2e3e
feat: add copy mode search and tmux word motions
...
refs #1230
2026-07-10 04:22:10 +03:00
Ogulcan Celik
0de503ccd9
docs: document windows config path
2026-07-10 01:44:49 +03:00
Ogulcan Celik
b137c7b5ea
ci: pin rust toolchain to 1.96.1
2026-07-09 22:43:25 +03:00
Ogulcan Celik
9c45342766
fix: preserve explicit session sockets during live handoff
...
refs #1180
reported-by: dvic
based-on: https://github.com/dvic/herdr/pull/3
2026-07-09 16:32:26 +03:00
Ogulcan Celik
36b2e2f546
fix: use drawn cursor by default in wsl
...
refs #930
2026-07-09 03:35:35 +03:00
Dillon Mulroy
adbaae68da
fix: reanchor pi status after session replacement ( #1189 )
...
* fix: reanchor pi status after session replacement
refs #943
* fix: guard active pi sessions from nested startup
refs #943
* fix: serialize pi session replacement reports
refs #943
2026-07-09 01:55:14 +03:00
Ogulcan Celik
b03f033d09
fix: detect active amp turns
...
refs #1208
2026-07-09 01:41:56 +03:00
kangal-bot
b352e7cde0
chore: approve merged contributor kovalov
2026-07-08 22:15:17 +00:00
Vladyslav Kovalov and Vlad Kovalov
010afe5305
fix: refresh tab bar after plugin-driven tab rename ( #1179 )
...
refs #1111
Co-authored-by: Vlad Kovalov <kovalov@users.noreply.github.com >
2026-07-09 01:15:05 +03:00
Ogulcan Celik
c3df61b564
fix: make remote helper installs shell-portable
...
refs #1203
2026-07-08 23:12:29 +03:00