Soubi

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.js

Translation 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.

Herdr registers plugins by manifest path instead of scanning a project directory:

herdr plugin link .soubi-out/herdr/.herdr/plugins/my-plugin

Agent state and session authority

This table describes Herdr's process integration. It does not change Soubi's capability tiers.

AgentState authorityIntegration role
Pilifecycle hooks when installed; otherwise screen manifeststate and session
OMPlifecycle hooks when installedstate
GitHub Copilot CLIscreen manifestsession
Devin CLIscreen manifestsession
Kimi Code CLIlifecycle hooks when installed; otherwise screen manifeststate and session
Hermes Agentlifecycle hooks when installed; otherwise screen manifeststate and session
Qoder CLIscreen manifestsession
Factory Droidscreen manifestsession
OpenCodelifecycle plugin when installed; otherwise screen manifeststate and session
Kilo Code CLIlifecycle plugin when installed; otherwise screen manifeststate and session
MastraCodelifecycle hooks when installedstate and session
Claude Codescreen manifestsession
Codex CLIscreen manifestsession
Cursorscreen manifestsession
Ampscreen manifestnone
Grok CLIscreen manifestnone
Antigravity CLIscreen manifestnone
Kiro CLIscreen manifestnone
Makiscreen manifestnone

See Herdr's plugin documentation, agent support, and integration model for the upstream definitions.

On this page