openclaw/extensions/kimi-coding
loong 7bdd1f646b
fix(memory-host-sdk): resolve stable execPath for worker fork to survive Homebrew Node upgrades (#99318)
* fix(memory): survive Homebrew Node upgrades

Co-authored-by: 袁龙辉0668001277 <yuan.longhui@xydigit.com>

* test(whatsapp): isolate last-route coverage

* fix(deepinfra): preserve offline model compatibility

* test(memory): isolate migration cleanup lifecycle

* test: stabilize aggregate extension gates

* ci: retrigger pull request workflow

* test: preserve inherited Node options

* test(cli): tolerate cold hosted startup

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-29 06:49:02 -04:00
..
api.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
implicit-provider.test.ts fix(memory-host-sdk): resolve stable execPath for worker fork to survive Homebrew Node upgrades (#99318) 2026-07-29 06:49:02 -04:00
index.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
index.ts refactor(providers): unify lifecycle-safe manifest registration (#114381) 2026-07-27 03:20:02 -04:00
kimi-coding.live.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
onboard.test.ts chore(tooling): enforce formatting and refresh TypeScript checks (#104239) 2026-07-11 01:09:51 -07:00
onboard.ts feat(plugins): catch code-mode drift between catalogs shipping the same model (#115183) 2026-07-28 08:52:21 -04:00
openclaw.plugin.json fix(models): preserve provider ranking through discovery (#115406) 2026-07-28 17:25:33 -04:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.test.ts fix(models): preserve provider ranking through discovery (#115406) 2026-07-28 17:25:33 -04:00
provider-catalog.ts feat(plugins): catch code-mode drift between catalogs shipping the same model (#115183) 2026-07-28 08:52:21 -04:00
provider-policy-api.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
provider-policy-api.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
README.md feat(plugins): catch code-mode drift between catalogs shipping the same model (#115183) 2026-07-28 08:52:21 -04:00
replay-policy.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
replay-policy.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
stream.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
stream.ts refactor(providers): consolidate compatible replay policies (#114669) 2026-07-27 14:15:53 -04:00
tsconfig.json

OpenClaw Kimi Coding Provider

Official OpenClaw provider plugin for Kimi Coding.

Install from OpenClaw:

openclaw plugins install @openclaw/kimi-provider
openclaw gateway restart

See https://docs.openclaw.ai/providers/moonshot for setup and configuration.

Catalog notes

Model rows live in openclaw.plugin.json under modelCatalog.providers.kimi.

  • k3 serves up to 1M context, tier-gated server-side; k3-256k is the cheaper 256K variant of the same weights. Both point at moonshot/kimi-k3 through upstreamModel, which keeps their compat capability tiers aligned with the moonshot catalog for the same model.
  • Legacy k3[1m] was retired upstream and normalizes to k3 for shipped configurations.
  • KIMI_K3_MODEL_IDS in provider-policy-api.ts must cover exactly the catalog rows that carry a K3 thinkingLevelMap; provider-catalog.test.ts asserts it.