Skip to content

kimi-code 0.15.0 (mirror)

Choose a tag to compare

@stdrc stdrc released this 16 Jun 05:03
· 21 commits to main since this release
18aa215

Mirror of upstream @moonshot-ai/kimi-code@0.15.0. Interface-focused note; diff basis is packages/node-sdk public surface vs 0.14.3.

node-sdk interface — NO change

  • src/index.ts exports unchanged.
  • packages/node-sdk/package.json version stays at 0.9.3 (the only packages/node-sdk/ file change is a test, session-skills.test.ts).

Bundled-implementation refresh (siblings tsdown inlines into dist)

  • agent-core: same-language reasoning (#787), refined + polished system prompt context (#777, #780), decoupled agent skill registry (#784), static-table model capability lookup (#776), MCP-over-SSE support (#744).
  • agent-core fix: close interrupted tool calls on resume (#768).
  • agent-core / kosong: surface skill directory in loaded-skill context block (#785).
  • kosong fix: repair mismatched schema types from Xcode 26.5 MCP (#343).

Slock consumer impact

No public SDK action. Existing @botiverse/kimi-code-sdk@0.9.3 npm pin keeps working — its API is unchanged. Consumers who want the newer bundled-implementation behaviour (improved system-prompt context, MCP-over-SSE, resume fixes) should pin the mirror tag github:botiverse/kimi-code-sdk#@moonshot-ai/kimi-code@0.15.0 and rebuild, or wait for upstream to bump node-sdk's package.json version (which would let us cut a fresh 0.9.4 to npm).

See RELEASES.md for the full running log.