Commit Graph
1632 Commits
Author SHA1 Message Date
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 KovalovandVlad 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
Ogulcan Celik b708f85e7d fix: match shifted indexed number keybinds
refs #1184
2026-07-08 22:31:40 +03:00
akbashandakbash-bot 552aa8ca22 fix: align collapsed sidebar agent rows (#1182)
refs #1168

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
2026-07-08 15:22:57 +03:00
Ogulcan Celik 77f0339c3c docs: link plugin marketplace from readme 2026-07-08 02:51:24 +03:00
Ogulcan Celik e8174caeb7 docs: lean readme, add terminal trove gold sponsor 2026-07-08 02:47:47 +03:00
Ogulcan Celik 7a2c230064 docs: enforce localized release doc parity
refs #1151
2026-07-08 02:16:48 +03:00
github-actions[bot] 80616e895c docs: update website manifest for v0.7.3 2026-07-07 23:00:30 +00:00
Ogulcan Celik 299dd4163a release: v0.7.3 v0.7.3 2026-07-08 01:53:09 +03:00
Ogulcan Celik 370c90b2da docs: stage 0.7.3 release notes 2026-07-08 01:43:23 +03:00
Ogulcan Celik 4e3970ca31 fix: restore workspace picker keyboard navigation
refs #1149
2026-07-08 01:00:24 +03:00
Ogulcan Celik d6285aaa59 fix: avoid render-time plain url scans 2026-07-08 00:44:49 +03:00
Ogulcan Celik 35e9838a44 docs: change sponsorships tiers and add lead sponsor 2026-07-08 00:27:18 +03:00
kangal-bot 53d85be782 docs: update preview manifest 2026-07-07 20:55:08 +00:00
Ogulcan Celik f5354780e4 ci: ignore microsoft apt repos in artifact builds preview-2026-07-07-f5354780e4ef 2026-07-07 23:34:50 +03:00
Ogulcan Celik 1d49fa7639 ci: clear zig cache before windows checks 2026-07-07 23:14:12 +03:00
Ogulcan Celik 2b99ced89a fix: keep cursor hide inside sync output
refs #967
2026-07-07 21:20:24 +03:00
Ogulcan Celik e4a7095c93 fix: guard windows process tree cycles
refs #1083
2026-07-07 21:20:06 +03:00
Ogulcan Celik 0a684b4130 fix: clear done status on repeated pane focus 2026-07-07 21:13:34 +03:00
Bryan Lee 1e1d06328c fix: preserve navigator search commands (#1140)
Navigator search treated Escape as either modal close or query reset,
which left no way to return to command mode while keeping the filtered
row set. `/` also rebuilt search mode by clearing the query, so a user
could not resume editing the same filter after backing out.

Make Escape leave search focus only, reserve command-mode Escape for
closing the picker, and let `/` refocus the existing query. The footer
now lists the shortcuts for the active mode so command keys are not
advertised while text input owns them.

refs #1115
2026-07-07 20:54:42 +03:00
github-actions[bot] d0b75de025 docs: update website manifest for v0.7.2 2026-07-07 16:26:53 +00:00
Ogulcan Celik 199c27609c release: v0.7.2 v0.7.2 2026-07-07 19:19:22 +03:00
Ogulcan Celik fb5a46a03c docs: finalize release docs 2026-07-07 19:17:15 +03:00
Ogulcan Celik d190c1f55e fix: send shifted punctuation as text in kitty mode
refs #1105
2026-07-07 16:25:36 +03:00
akbashandakbash-bot 39ba6b7a02 fix: preserve alt-shift letters (#1102)
refs #1088

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
2026-07-07 15:54:03 +03:00
Ogulcan Celik b425260f9d perf: move session autosaves off main loop 2026-07-07 15:35:20 +03:00
Ogulcan Celik b017d21290 fix: stop windows server over named pipes
refs #1113
2026-07-07 15:35:20 +03:00
LaneandOgulcan Celik 7a85249617 fix: support esc
interrupt for github copilot (#1120)

* fix: support esc interrupt for github copilot

Github Copilot CLI version v1.0.69-2 introduces the "esc interrupt" prompt.
Update the Github Copilot agent detection manifest to match this prompt and correctly report the agent as working.
Add test cases in tests.rs to verify state detection.
Synchronize the website's copy of the manifest.

refs #1119

* test: clean up github copilot detection rules and tests

Clean up formatting and comments for the github copilot detection rule and tests.

refs #1119

* test: remove copilot manifest literal test

---------

Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-07 15:28:50 +03:00
kangal-bot 670a2bb064 chore: approve contributor liby 2026-07-07 12:14:15 +00:00
Ogulcan Celik 5b4450c969 docs: remove star history embed 2026-07-07 01:32:06 +03:00
Ogulcan CelikandRobin Gagnon 17e2b2b878 fix: honor prefix in copy mode
refs #681

Based on PR #1092 by @reobin.

Co-authored-by: Robin Gagnon <me@reobin.dev>
2026-07-07 01:20:13 +03:00
4f22e9a73b fix: preserve wrapped pane links (#1099)
refs #1098

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
Co-authored-by: Can Celik <ogulcancelik@gmail.com>
2026-07-06 23:59:59 +03:00
Ogulcan Celik 56edcbcba8 feat: expose pane scroll state 2026-07-06 23:06:00 +03:00
Ogulcan Celik efceb30f0b docs: update sponsors 2026-07-06 22:59:24 +03:00
akbashandakbash-bot ed31632ebf fix: bridge remote image file drops (#1085)
refs #828

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
2026-07-06 19:51:28 +03:00