Commit Graph

57 Commits

Author SHA1 Message Date
Ogulcan Celik a2e71d31bb docs: add whop to website logo scroller 2026-05-20 14:58:01 +03:00
Ogulcan Celik 6bd8bb6bf1 docs: clarify remote workflows and agent overview 2026-05-20 04:35:57 +03:00
github-actions[bot] 78dfed9798 docs: update website manifest for v0.5.12 2026-05-19 20:18:47 +00:00
Ogulcan Celik 2e2785008c docs: clarify herdr workflows and agent skill 2026-05-19 16:34:17 +03:00
Ogulcan Celik 9cf7d3f9b3 docs: restore mobile screenshot credit 2026-05-19 15:44:20 +03:00
Ogulcan Celik fe2197a0f9 docs: refresh configuration docs 2026-05-19 15:23:35 +03:00
github-actions[bot] ebb7c721d9 docs: update website manifest for v0.5.11 2026-05-19 11:54:04 +00:00
Ogulcan Celik c97f1a5c00 docs: finalize release readiness updates 2026-05-19 14:44:34 +03:00
Ogulcan Celik 6cbdba434f fix: polish pre-release issue fixes
refs #152
refs #189
refs #190
2026-05-19 14:14:30 +03:00
Ogulcan Celik ee6a8f9411 docs: move public references to website docs 2026-05-19 05:08:00 +03:00
Ogulcan Celik 13d2f1f1dc website: add company logo marquee 2026-05-19 02:47:36 +03:00
Ogulcan Celik e7f94a3f35 feat: support hermes agent integration
refs #144
2026-05-19 00:26:05 +03:00
Ogulcan Celik 19295b85e5 docs: add compare page and refresh site assets 2026-05-19 00:18:50 +03:00
Ogulcan Celik 57e907977c docs: clarify live docs agent cli 2026-05-18 20:17:43 +03:00
Ogulcan Celik f33e1a0faa fix(website): bust open graph image cache 2026-05-18 18:20:49 +03:00
Ogulcan Celik fb94fff98d docs: finish website redesign 2026-05-18 05:06:41 +03:00
Ogulcan Celik f74602b881 docs: redesign website and add starlight docs 2026-05-18 05:06:41 +03:00
github-actions[bot] 5ebb5e28e6 docs: update website manifest for v0.5.10 2026-05-17 17:26:35 +00:00
Ogulcan Celik f161be0461 fix: detect Grok Build agent state
refs #133
2026-05-17 20:07:18 +03:00
github-actions[bot] 720e7074ff docs: update website manifest for v0.5.9 2026-05-15 15:54:23 +00:00
Ogulcan Celik fff5544030 feat(website): credit moshi ssh client in mobile section 2026-05-14 17:48:24 +03:00
Ogulcan Celik 287bf51640 fix(website): update demo video 2026-05-13 21:45:06 +03:00
Ogulcan Celik bca2f033f3 test: decouple release manifest from source protocol 2026-05-13 14:58:09 +03:00
Ogulcan Celik 4da250ad17 test: update protocol fixtures 2026-05-13 14:51:47 +03:00
github-actions[bot] a876e6156e docs: update website manifest for v0.5.8 2026-05-12 13:25:54 +00:00
Ogulcan Celik 520f4272d0 feat: add agent cycling and tab wheel switching
fixes #92
2026-05-12 00:24:13 +03:00
github-actions[bot] e1df09a82b docs: update website manifest for v0.5.7 2026-05-10 21:00:52 +00:00
Ogulcan Celik 3c3f69bc22 fix: preflight running servers before update 2026-05-10 14:06:53 +03:00
Ogulcan Celik d984ab2a3c docs: bust website css cache 2026-05-09 21:39:47 +03:00
Ogulcan Celik d0a150a70a docs: fix self-hosted website font 2026-05-09 21:36:33 +03:00
Ogulcan Celik d7d31df062 docs: update website remote mobile story 2026-05-09 21:29:19 +03:00
github-actions[bot] c95afc455f docs: update website manifest for v0.5.6 2026-05-09 13:05:49 +00:00
github-actions[bot] 9f94974de7 docs: update website manifest for v0.5.5 2026-05-06 18:09:02 +00:00
github-actions[bot] ab9b81f3fc docs: update website manifest for v0.5.4 2026-05-02 21:41:08 +00:00
github-actions[bot] 74ad23120e docs: update website manifest for v0.5.3 2026-04-29 21:55:29 +00:00
github-actions[bot] d7879fafe8 docs: update website manifest for v0.5.2 2026-04-27 19:16:13 +00:00
Ogulcan Celik ef4182efd9 chore: update website preview card 2026-04-26 00:21:32 +03:00
Ogulcan Celik b073e7fd28 docs: update website manifest for v0.5.1 2026-04-25 23:39:52 +03:00
Mr. ED e85bcb993a
Website fix - fixes a miss typed url in the footer to the github releases. (#42) 2026-04-21 21:18:19 +03:00
Ogulcan Celik 9a8400e7ab docs: update website manifest for v0.5.0 2026-04-21 21:04:21 +03:00
Ogulcan Celik b71184b178 docs: restore persistence readme and website 2026-04-21 20:22:22 +03:00
Ogulcan Celik 8a4571198d docs: revert readme and website before persistent sessions 2026-04-21 17:14:40 +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 2818ff492d docs: update website manifest for v0.4.11 2026-04-16 23:00:25 +03:00
Ogulcan Celik bf1dfc7b7a fix: update changelog and installer script output 2026-04-16 22:44:19 +03:00
Ogulcan Celik d76a5b8cec docs: update website manifest for v0.4.10 2026-04-14 22:15:12 +03:00
Ogulcan Celik df1930d8c3 docs: update website manifest for v0.4.9 2026-04-13 03:48:33 +03:00
Ogulcan Celik 43d8fdd8a5 docs: update website manifest for v0.4.8 2026-04-12 00:29:24 +03:00
Ogulcan Celik aa6da3c833 docs: update website manifest for v0.4.7 2026-04-10 15:27:02 +03:00
Ogulcan Celik a6cbc97651 docs: update website manifest for v0.4.6 2026-04-09 19:27:13 +03:00