Commit Graph

28 Commits

Author SHA1 Message Date
Ogulcan Celik b91b084dbe docs: add mastracode integration docs and website agent grid card
refs #337
2026-07-04 01:42:12 +03:00
Ogulcan Celik f36d804359 docs: refactor readme and sharpen site positioning 2026-06-29 20:48:44 +03:00
Ogulcan Celik 705403fe31 feat: add author card to bottom of blog posts 2026-06-22 21:16:51 +03:00
Ogulcan Celik 2eeea9a0cd feat: add plugin marketplace 2026-06-21 17:27:10 +03:00
Ogulcan Celik 469cf9cede docs: show windows install on homepage 2026-06-12 22:11:39 +03:00
Ogulcan Celik f8bb191824 docs: update website 2026-06-12 14:22:25 +03:00
Ogulcan Celik 0b49448e12 docs: finalize release docs and add runtime blog 2026-06-10 23:46:07 +03:00
Ogulcan Celik 0a635a3fc1 docs: hide windows beta homepage entry 2026-06-07 20:40:47 +03:00
Ogulcan Celik 970c07ea31 docs: document windows preview installs 2026-06-07 19:55:44 +03:00
Ogulcan Celik e91b8abfcc fix: update website sitemap discovery 2026-05-31 21:39:23 +03:00
Ogulcan Celik 3325304f89 ci: fix build checks and mobile nav 2026-05-27 21:16:16 +03:00
Ogulcan Celik 7ebc72f3f5 feat: add website release notes 2026-05-27 20:51:48 +03:00
Ogulcan Celik 9a89e3dc18 fix: update website social links 2026-05-27 01:55:13 +03:00
Ogulcan Celik 61bec49572 feat: refactor website homepage 2026-05-27 00:33:25 +03:00
Ogulcan Celik 986218c448 docs: document homebrew install 2026-05-25 22:37:02 +03:00
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