skip to content
donmai
donmai is in 0.x preview. APIs may change between minor releases. See the changelog.
docs · donmai documentation · rev 2026-07-18github.com/RenseiAI/donmai

Plugins

Extend agent tool sets with ToolPlugin packages.

Agent tools in donmai are extended through plugins. A plugin is a TypeScript package that implements the ToolPlugin interface and returns typed MCP tool definitions via createTools(). The shipped plugins (Linear and code intelligence) are embedded in the donmai binary; the @donmai/* npm scope is deprecated and no new packages will be published to it.

  • Overview - what a plugin is, how the binary wires the Linear and code-intelligence tools to agents, and the full list of af_linear_* and af_code_* tools.
  • Authoring - the ToolPlugin and ToolPluginContext interfaces and a worked example.
doc docs/pluginsrev 2026-07-18 · built 2026-07-18T15:34Z