Files
herdr/website/agent-detection/index.toml
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

78 lines
889 B
TOML

schema_version = 1
[[agents]]
id = "amp"
path = "amp.toml"
[[agents]]
id = "agy"
path = "antigravity.toml"
[[agents]]
id = "claude"
path = "claude.toml"
[[agents]]
id = "cline"
path = "cline.toml"
[[agents]]
id = "codex"
path = "codex.toml"
[[agents]]
id = "cursor"
path = "cursor.toml"
[[agents]]
id = "devin"
path = "devin.toml"
[[agents]]
id = "droid"
path = "droid.toml"
[[agents]]
id = "gemini"
path = "gemini.toml"
[[agents]]
id = "grok"
path = "grok.toml"
[[agents]]
id = "hermes"
path = "hermes.toml"
[[agents]]
id = "kilo"
path = "kilo.toml"
[[agents]]
id = "kimi"
path = "kimi.toml"
[[agents]]
id = "kiro"
path = "kiro.toml"
[[agents]]
id = "maki"
path = "maki.toml"
[[agents]]
id = "opencode"
path = "opencode.toml"
[[agents]]
id = "pi"
path = "pi.toml"
[[agents]]
id = "qodercli"
path = "qodercli.toml"
[[agents]]
id = "copilot"
path = "github-copilot.toml"