What feature would you like to see?
Plugins installed from a custom marketplace (/plugins marketplace <source> / KIMI_CODE_PLUGIN_MARKETPLACE_URL) are snapshotted into plugins/managed/<id>/ at install time and never track the source again. The only way to pick up a new version is to manually reinstall each plugin.
It would help to have:
- A
/plugins update <id> (and/or /plugins update --all) command that re-fetches the source and upgrades in place
- Update availability surfaced in the
/plugins manager for plugins installed from a custom marketplace, similar to how official/curated plugins show updates
- Optionally, a way to refresh the marketplace catalog itself (e.g. re-fetch the marketplace JSON on demand)
Additional information
Context: I maintain a custom marketplace to distribute internal plugins to my team. Every release today means asking each team member to manually reinstall plugins, which doesn't scale.
Other coding-agent harnesses with plugin marketplaces support refreshing/updating marketplace plugins, so teams evaluating Kimi Code alongside them feel this gap.
Current version: kimi --version → 0.33.0
What feature would you like to see?
Plugins installed from a custom marketplace (
/plugins marketplace <source>/KIMI_CODE_PLUGIN_MARKETPLACE_URL) are snapshotted intoplugins/managed/<id>/at install time and never track the source again. The only way to pick up a new version is to manually reinstall each plugin.It would help to have:
/plugins update <id>(and/or/plugins update --all) command that re-fetches the source and upgrades in place/pluginsmanager for plugins installed from a custom marketplace, similar to how official/curated plugins show updatesAdditional information
Context: I maintain a custom marketplace to distribute internal plugins to my team. Every release today means asking each team member to manually reinstall plugins, which doesn't scale.
Other coding-agent harnesses with plugin marketplaces support refreshing/updating marketplace plugins, so teams evaluating Kimi Code alongside them feel this gap.
Current version:
kimi --version→ 0.33.0