Commit Graph

18 Commits

Author SHA1 Message Date
Ogulcan Celik af4db0f769 fix: detect nix-wrapped agent entrypoints 2026-05-12 14:12:49 +03:00
Ogulcan Celik 94b90043f9 fix: clear native agent detection after shell returns
fixes #66
2026-05-06 20:17:52 +03:00
Ogulcan Celik fba05502cd fix(opencode): detect question prompt heuristics 2026-04-25 03:45:47 +03:00
Ogulcan Celik 34138bbc38 fix: restore headless test reliability on macos 2026-04-21 19:11:22 +03:00
Can Celik 3397e1ce29
feat: add persistent server-client sessions
Make herdr persistent by default.

   Launching herdr now starts or reattaches to a background session
   server. Clients can detach and reattach while panes and agent
   processes keep running. Session mode now supports multi-client attach,
   auto-detect startup, and a thin-client/headless-server split.

   This also refactors the large app, ui, input, pane, config,
   workspace, and persistence modules into smaller focused submodules,
   while preserving behavior and colocating tests with the code they
   exercise.

   Upgrade notes:
   - persistence mode is now the default
   - in-app quit detaches the current client instead of stopping the server
   - use `herdr server stop` to stop the background session
   - use `--no-session` for the old single-process behavior
   - default socket paths now live under the config directory
2026-04-21 16:30:04 +03:00
Ogulcan Celik 0b831c8627 feat: allow hook-reported custom agent labels 2026-04-16 22:17:09 +03:00
Ogulcan Celik 6c8e521bd3 fix treat droid mission control as idle 2026-04-14 18:13:08 +03:00
Ogulcan Celik 31cf4c4201 fix: harden amp blocked detection 2026-04-10 15:14:45 +03:00
Ogulcan Celik dacbfed01e docs: clarify automatic detection and socket integrations 2026-04-09 17:39:13 +03:00
Ogulcan Celik 227f02c58b fix: avoid blocking on claude slash menus 2026-04-09 17:28:02 +03:00
Ogulcan Celik 9495979573 fix: harden codex detection for narrow panes 2026-04-09 17:28:02 +03:00
Can Celik b2e6929aa8 refactor: remove vt100 backend and make ghostty default 2026-04-05 16:38:50 +03:00
Ogulcan Celik 5568449389 refactor sidebar status rollup and preserve pane order 2026-03-30 14:54:21 +03:00
Ogulcan Celik 0426bf53d7 refactor: rename agent states to working and blocked 2026-03-30 13:43:41 +03:00
Ogulcan Celik c0fe95235f fix: stabilize claude state detection 2026-03-28 01:18:03 +03:00
Ogulcan Celik f8c4d6a5f1 feat: add per-agent sound overrides 2026-03-28 00:32:35 +03:00
Ogulcan Celik 787786c620 fix wrapped foreground job agent detection 2026-03-28 00:20:12 +03:00
Ogulcan Celik a57b97285c initial release
terminal workspace manager for AI coding agents.
single rust binary, runs inside your existing terminal.
workspaces, tiled panes, intelligent agent state detection.

https://herdr.dev
2026-03-27 21:37:05 +03:00