Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ getCoreInfo
Method
getCoreInfo
packages/agent-core/src/rpc/core-impl.ts:339–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
337
}
338
339
getCoreInfo(): CoreInfo {
340
return
{ version: getCoreVersion() };
341
}
342
343
getExperimentalFeatures(): readonly ExperimentalFeatureState[] {
344
return
this.experimentalFlags.explainAll();
Callers
3
model-alias-session.test.ts
File · 0.80
coreProcessService.test.ts
File · 0.80
start.test.ts
File · 0.80
Calls
1
getCoreVersion
Function · 0.90
Tested by
no test coverage detected