Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ summaries
Method
summaries
packages/agent-core/src/plugin/manager.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
summaries(): readonly PluginSummary[] {
277
return
this.list().map((record) => recordToSummary(record));
278
}
279
280
info(id: string): PluginInfo | undefined {
281
const
record = this.get(id);
Callers
3
manager.test.ts
File · 0.80
installPlugin
Method · 0.80
listPlugins
Method · 0.80
Calls
2
list
Method · 0.95
recordToSummary
Function · 0.85
Tested by
no test coverage detected