Kimi Code version 0.31 expands its plugin system so packages can contribute their own agents and instructions.
What changed
Plugins can declare agent directories, add system-prompt instructions, and expose Markdown-defined custom agents in the terminal interface. The release also adds a secondary-model command for sub-agents and makes task output non-blocking while completion arrives through notification.
Why it matters
Teams can package specialized engineering roles, tool permissions, and workflow instructions instead of rebuilding prompts for each repository or user.
Our take
Extensibility also increases supply-chain and prompt-governance risk. Review plugin code, agent permissions, and injected instructions before enabling them. Compare Kimi with other options in our AI coding tools guide.