Minor Changes
-
#2365
fa2c5ceThanks @7Sageer! - Add support for plugin-contributed custom agents, discovered automatically and available for sub-agent delegation. Ship anagents/directory in the plugin (or declareagentspaths in the plugin manifest) to provide them. -
#2314
02d77b2Thanks @7Sageer! - Allow enabled plugins to contribute agent system-prompt instructions throughsystemPromptorsystemPromptPathinkimi.plugin.json, effective on both agent engines (the TUI,kimi -p, andkimi web). -
#2232
efac96cThanks @7Sageer! - Support Markdown-defined custom agents on agent-core. -
#2232
efac96cThanks @7Sageer! - Add the /secondary_model slash command to configure the secondary model used by subagents.
Patch Changes
-
#2382
40172c7Thanks @liruifengv! - Fix request headers not being passed correctly on some requests. -
#2379
691ec46Thanks @RealKai42! - Remove the blockingblock/timeoutwait from the TaskOutput tool so checking a background task can no longer stall the conversation; it now always returns an immediate snapshot, and completion still arrives via automatic notification. -
#2395
d10b1c1Thanks @sailist! - Fix sessions missing from the session picker when their cached metadata predates the archived flag.