Commit Graph

37 Commits

Author SHA1 Message Date
Ogulcan Celik da86d49d0e release: v0.5.7 2026-05-10 23:56:19 +03:00
Ogulcan Celik 1d3cb670bb release: v0.5.6 2026-05-09 16:00:24 +03:00
Ogulcan Celik 523d50ec6c release: v0.5.5 2026-05-06 21:02:51 +03:00
Ogulcan Celik 3a6bc42f91 release: v0.5.4 2026-05-03 00:33:07 +03:00
Ogulcan Celik fd9e40fae8 release: v0.5.3 2026-04-30 00:50:11 +03:00
Ogulcan Celik 63fee138ad release: v0.5.2 2026-04-27 22:10:24 +03:00
Ogulcan Celik 071a22afde release: v0.5.1 2026-04-25 23:28:23 +03:00
Ogulcan Celik 763f6ebe3b release: v0.5.0 2026-04-21 20:48:00 +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 a44b1631ac release: v0.4.11 2026-04-16 22:53:27 +03:00
Ogulcan Celik 30bf3214ca release: v0.4.10 2026-04-14 22:09:49 +03:00
Ogulcan Celik 4965f8708c release: v0.4.9 2026-04-13 03:42:37 +03:00
Ogulcan Celik 0df702796f release: v0.4.8 2026-04-12 00:23:35 +03:00
Ogulcan Celik 2d6b87de96 release: v0.4.7 2026-04-10 15:20:03 +03:00
Ogulcan Celik cfbde68bb0 release: v0.4.6 2026-04-09 19:09:40 +03:00
Ogulcan Celik 14808e9e29 release: v0.4.5 2026-04-09 14:36:02 +03:00
Ogulcan Celik ac32197115 release: v0.4.4 2026-04-08 14:20:22 +03:00
Ogulcan Celik 9a0f7cdafc release: v0.4.3 2026-04-07 18:57:31 +03:00
Ogulcan Celik c76b0b26b8 release: v0.4.2 2026-04-07 03:56:58 +03:00
Ogulcan Celik ffa23b9cb0 release: v0.4.1 2026-04-06 01:24:20 +03:00
Ogulcan Celik 7561da29b0 release: v0.4.0 2026-04-05 23:15:16 +03:00
Can Celik b2e6929aa8 refactor: remove vt100 backend and make ghostty default 2026-04-05 16:38:50 +03:00
Can Celik 46c6572503 fix: prevent ghostty pane redraw corruption on wide cells 2026-04-05 15:37:01 +03:00
Ogulcan Celik 306f2b5a87 release: v0.3.2 2026-04-03 22:14:25 +03:00
Ogulcan Celik 05d6c6c2cd release: v0.3.1 2026-04-03 17:38:48 +03:00
Ogulcan Celik 37581b1dd8 release: v0.3.0 2026-04-03 02:38:34 +03:00
Ogulcan Celik c12825d737 release: v0.2.4 2026-04-01 02:07:20 +03:00
Ogulcan Celik bec5d6d879 release: v0.2.3 2026-03-31 23:22:54 +03:00
Ogulcan Celik 5f97b0c26d release: v0.2.2 2026-03-31 20:51:58 +03:00
Ogulcan Celik 41e009f9b7 fix alt-screen scrollback handling 2026-03-31 20:49:05 +03:00
Ogulcan Celik dbb83e0f29 release: v0.2.1 2026-03-31 14:25:51 +03:00
Ogulcan Celik d14ac09b63 release: v0.2.0 2026-03-30 16:43:03 +03:00
Ogulcan Celik fd1e3b8b05 feat: add initial socket api for workspace and pane control
add unix socket request/response api scaffolding

implement initial workspace and pane commands:
- ping
- workspace.list
- workspace.get
- workspace.create
- pane.list
- pane.get
- pane.read
- pane.send_text
- pane.send_keys
- pane.wait_for_output

improve pane read semantics:
- visible trims trailing blank viewport rows
- recent reads from parser scrollback/current screen
- wait_for_output returns matched snapshot plus matched_line

add real subprocess integration tests for socket api
2026-03-29 04:23:22 +03:00
Ogulcan Celik c71af5fec6 release: v0.1.2 2026-03-28 21:29:54 +03:00
Ogulcan Celik a100c9d014 release: v0.1.1 2026-03-28 02:00:11 +03:00
Ogulcan Celik 4955dd6024 harden release workflow: musl builds, --locked, version check, portable sed 2026-03-27 22:51:25 +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