Commit Graph

72 Commits

Author SHA1 Message Date
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