Commit Graph
13 Commits
Author SHA1 Message Date
Ogulcan Celik 3c7c4464e5 chore: update homepage logo marquee 2026-05-22 14:43:21 +03:00
Ogulcan Celik 9cf7d3f9b3 docs: restore mobile screenshot credit 2026-05-19 15:44:20 +03:00
Ogulcan Celik 13d2f1f1dc website: add company logo marquee 2026-05-19 02:47:36 +03:00
Ogulcan Celik 19295b85e5 docs: add compare page and refresh site assets 2026-05-19 00:18:50 +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
Ogulcan Celik fff5544030 feat(website): credit moshi ssh client in mobile section 2026-05-14 17:48:24 +03:00
Ogulcan Celik 520f4272d0 feat: add agent cycling and tab wheel switching
fixes #92
2026-05-12 00:24:13 +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
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