Files
herdr/website
LaneandOgulcan Celik 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
..
2026-07-07 15:28:50 +03:00
2026-07-06 19:43:42 +03:00
2026-06-12 14:22:25 +03:00
2026-06-02 21:48:02 +03:00
2026-07-06 19:43:42 +03:00
2026-07-06 12:26:34 +00:00

herdr website

The homepage is index.html. The documentation source is in src/content/docs/ and is rendered by Astro Starlight.

bun install
bun run dev
bun run build

The build output is dist/. Configure Cloudflare Pages to use website as the project root and publish dist.