Herdr
Herdr actions for portable plugin content, explicit runtime drops, and agent-session integration notes.
Herdr is a terminal multiplexer, not an LLM plugin host. Soubi therefore emits readable actions for prompt content and keeps model-runtime features out of the bundle when Herdr cannot execute them safely.
Native output
.herdr/plugins/<plugin-id>/herdr-plugin.toml
.herdr/plugins/<plugin-id>/index.jsTranslation details
- Instructions, skills, commands, and agent definitions become actions that print their portable content.
- Assets are copied into the plugin root.
- Lifecycle hooks are dropped because Soubi agent events do not map safely to multiplexer events.
- MCP servers are dropped because Herdr is not an MCP client.
- Tools are dropped because Herdr actions are not model-callable tools.
Link the plugin
Herdr registers plugins by manifest path instead of scanning a project directory:
herdr plugin link .soubi-out/herdr/.herdr/plugins/my-pluginAgent state and session authority
This table describes Herdr's process integration. It does not change Soubi's capability tiers.
| Agent | State authority | Integration role |
|---|---|---|
| Pi | lifecycle hooks when installed; otherwise screen manifest | state and session |
| OMP | lifecycle hooks when installed | state |
| GitHub Copilot CLI | screen manifest | session |
| Devin CLI | screen manifest | session |
| Kimi Code CLI | lifecycle hooks when installed; otherwise screen manifest | state and session |
| Hermes Agent | lifecycle hooks when installed; otherwise screen manifest | state and session |
| Qoder CLI | screen manifest | session |
| Factory Droid | screen manifest | session |
| OpenCode | lifecycle plugin when installed; otherwise screen manifest | state and session |
| Kilo Code CLI | lifecycle plugin when installed; otherwise screen manifest | state and session |
| MastraCode | lifecycle hooks when installed | state and session |
| Claude Code | screen manifest | session |
| Codex CLI | screen manifest | session |
| Cursor | screen manifest | session |
| Amp | screen manifest | none |
| Grok CLI | screen manifest | none |
| Antigravity CLI | screen manifest | none |
| Kiro CLI | screen manifest | none |
| Maki | screen manifest | none |
See Herdr's plugin documentation, agent support, and integration model for the upstream definitions.