Commit Graph

186 Commits

Author SHA1 Message Date
Ogulcan Celik c234f221f9 feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +03:00
Ogulcan Celik 0f161fac28 docs: add alternate-screen output fallback 2026-07-21 22:09:38 +03:00
kangal-bot 62d423515c docs: update preview manifest 2026-07-21 19:02:41 +00:00
Ogulcan Celik 0f10e1453a fix(website): add agent automation to docs sidebar 2026-07-21 21:19:10 +03:00
github-actions[bot] c5293af690 docs: update website manifest for v0.7.5 2026-07-21 18:11:30 +00:00
Ogulcan Celik bc064e9d03 docs: finalize release docs and refresh agent skill 2026-07-21 21:01:27 +03:00
Ogulcan Celik 1f2487554b docs: explain Windows cursor and IME trade-off
refs #1637
2026-07-21 02:53:44 +03:00
akbash 74db2f3a79
fix: detect codex working with static titles (#1574)
* fix: detect codex working with static titles

refs #1563

* fix: ignore interrupted codex footer

refs #1563

---------

Co-authored-by: akbash-bot <300245827+akbash-bot@users.noreply.github.com>
2026-07-18 23:29:04 +03:00
kangal-bot 040956531f docs: update preview manifest 2026-07-17 13:39:27 +00:00
Ogulcan Celik b42c6e661e fix: detect grok state from terminal signals 2026-07-17 01:20:07 +03:00
kangal-bot 76a4e3ccb0 docs: update preview manifest 2026-07-16 17:30:58 +00:00
kangal-bot 8877eaa80c docs: update preview manifest 2026-07-15 19:40:55 +00:00
github-actions[bot] 0aeb37b6c2 docs: update website manifest for v0.7.4 2026-07-15 16:36:31 +00:00
Ogulcan Celik 17208b0641 docs: finalize next release documentation 2026-07-15 19:25:20 +03:00
Ogulcan Celik c9676e46ad feat(website): homepage plugin showcase, live star count, faithful claude code mock 2026-07-15 00:30:28 +03:00
Ogulcan Celik ca7ae086e8 fix(website): scope docs search by locale and channel 2026-07-14 02:44:46 +03:00
Ogulcan Celik a47bc3e068 fix: keep Claude working during /btw
refs #1366
2026-07-13 16:24:50 +03:00
Ogulcan Celik 4800ff54f0 fix: detect reordered codex title spinners
refs #1281
2026-07-13 03:46:37 +03:00
Ogulcan Celik 7f3364a468 docs: add versioned config reference 2026-07-13 02:24:09 +03:00
Ogulcan Celik 3661d99c2e docs: add troubleshooting guide
refs #1116
2026-07-12 15:07:17 +03:00
Ogulcan Celik 4ca6cac445 fix: match homepage mock pane chrome and sidebar to tui rendering 2026-07-12 04:56:12 +03:00
Tony Solomonik 3b8aeee166
feat: add maki agent support (#1302)
* feat: add maki detection support

Maki always draws a one-line status bar at the bottom of the screen, so the manifest reads just that row: a braille spinner before the `[BUILD]`/`[PLAN]`/`[BASH]` mode label means working, the bare label means idle.

Blocked states come from the panels that replace the input box, the `Permission Required` dialog with its `y Allow`/`n Deny` hint rows and the `Plan complete` form. Maki emits no OSC title or progress, so these screen rules are the only evidence.

Also wires `maki` through process-name identification, per-agent sound overrides, and the website manifest catalog.

* docs: stage maki detection docs
2026-07-11 01:19:51 +03:00
Ogulcan Celik 66be0b655f fix: stop windows installer from rewriting config
refs #1162
2026-07-10 16:09:17 +03:00
Ogulcan Celik 0de503ccd9 docs: document windows config path 2026-07-10 01:44:49 +03:00
Ogulcan Celik b03f033d09 fix: detect active amp turns
refs #1208
2026-07-09 01:41:56 +03:00
Ogulcan Celik 7a2c230064 docs: enforce localized release doc parity
refs #1151
2026-07-08 02:16:48 +03:00
github-actions[bot] 80616e895c docs: update website manifest for v0.7.3 2026-07-07 23:00:30 +00:00
kangal-bot 53d85be782 docs: update preview manifest 2026-07-07 20:55:08 +00:00
github-actions[bot] d0b75de025 docs: update website manifest for v0.7.2 2026-07-07 16:26:53 +00:00
Ogulcan Celik fb5a46a03c docs: finalize release docs 2026-07-07 19:17:15 +03:00
Lane 7a85249617
fix: support esc
interrupt for github copilot (#1120)

* fix: support esc interrupt for github copilot

Github Copilot CLI version v1.0.69-2 introduces the "esc interrupt" prompt.
Update the Github Copilot agent detection manifest to match this prompt and correctly report the agent as working.
Add test cases in tests.rs to verify state detection.
Synchronize the website's copy of the manifest.

refs #1119

* test: clean up github copilot detection rules and tests

Clean up formatting and comments for the github copilot detection rule and tests.

refs #1119

* test: remove copilot manifest literal test

---------

Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-07 15:28:50 +03:00
Ogulcan Celik eb03995128 docs: add community video section 2026-07-06 19:43:42 +03:00
Ogulcan Celik dd67f8591e docs: expose stats page in website nav 2026-07-06 17:20:39 +03:00
kangal-bot 90debb9cef docs: update preview manifest 2026-07-06 12:26:34 +00:00
Ogulcan Celik d36a6ded3b feat(website): add japanese and simplified chinese docs with i18n, translation issue flow 2026-07-06 04:54:21 +03:00
Wuyue (Tony) Sun b04c6496a8
fix: detect grok build working and blocked states from current ui chrome (#1055)
* fix: detect grok build working and blocked states from current ui chrome

refs #1017

* fix: sync grok detection website manifest

refs #1017

---------

Co-authored-by: Ogulcan Celik <ogulcancelik@gmail.com>
2026-07-06 01:36:49 +03:00
Ogulcan Celik 8248767590 feat: add public stats page at herdr.dev/stats 2026-07-06 00:41:49 +03:00
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 e1bbc252e2 feat: paginate plugins page with show more button 2026-07-02 22:26:53 +03:00
Ogulcan Celik 32146f19d8 fix: allow windows arm64 installer fallback
refs #897
2026-07-02 20:44:20 +03:00
kangal-bot 659c3f51ec docs: update preview manifest 2026-06-30 18:15:32 +00:00
Ogulcan Celik 09bac7f274 docs: add skills cli install guidance 2026-06-29 22:49:03 +03:00
Ogulcan Celik f36d804359 docs: refactor readme and sharpen site positioning 2026-06-29 20:48:44 +03:00
kangal-bot 7a1578d949 docs: update preview manifest 2026-06-25 14:45:21 +00:00
Ogulcan Celik 58b9fecc21 fix: detect antigravity background-task wait without /tasks hint
refs #755
2026-06-24 23:19:05 +03:00
github-actions[bot] 642c6ab9ea docs: update website manifest for v0.7.1 2026-06-24 13:47:21 +00:00
Ogulcan Celik bae1f14d3b docs: finalize release docs 2026-06-24 16:23:09 +03:00
Ogulcan Celik d7ae163f88 fix: make windows installer checksum independent of get-filehash
refs #751
2026-06-22 23:25:40 +03:00
Ogulcan Celik 705403fe31 feat: add author card to bottom of blog posts 2026-06-22 21:16:51 +03:00
kangal-bot 995a429cb8 docs: update preview manifest 2026-06-22 12:16:32 +00:00