MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / removePlugin

Function removePlugin

apps/kimi-code/src/tui/commands/plugins.ts:442–446  ·  view source on GitHub ↗
(host: SlashCommandHost, id: string)

Source from the content-addressed store, hash-verified

440}
441
442async function removePlugin(host: SlashCommandHost, id: string): Promise<void> {
443 await host.requireSession().removePlugin(id);
444 host.showStatus(`Removed ${id}.`);
445 host.showStatus(PLUGIN_RELOAD_HINT, 'warning');
446}
447
448async function renderPluginsList(
449 host: SlashCommandHost,

Callers 2

handlePluginsCommandFunction · 0.70

Calls 3

requireSessionMethod · 0.65
showStatusMethod · 0.65
removePluginMethod · 0.45

Tested by

no test coverage detected