openclaw/extensions/kimi-coding
Peter Steinberger f6131a4fbf
build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks (#114006)
* build(deps): remove npm shrinkwrap; mirror pnpm lock into transient package locks

npm 12 removed shrinkwrap (command + tarball/root loading). Delete all 82
committed npm-shrinkwrap.json files and stop publishing lockfiles; keep
pnpm-lock.yaml as the single reviewed dependency boundary. The generator
becomes scripts/generate-npm-package-lock.mjs and feeds plugin bundling via
a transient package-lock.json + npm ci (works on npm 11 and 12). Tarball
validation treats the published 2026.7.2 beta train as a shrinkwrap
transition; self-update npm detection now uses install topology instead of
the shipped shrinkwrap.

* fix(deps): repair lint, deadcode, and test-type lanes for the npm 12 migration

- sort integrity comparisons with an explicit comparator (oxlint)
- keep resolveBunGlobalNodeModules module-local (knip unused-export gate)
- model npm pack --json as npm<=11 array / npm 12 name-keyed object
- default calver destructuring in the tarball test fixture
2026-07-26 01:29:55 -04:00
..
api.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
implicit-provider.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
index.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
index.ts feat(kimi): add first-class Kimi K3 support (#113909) 2026-07-25 16:48:10 -07: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 refactor(providers): drop unused onboarding wrappers 2026-06-19 12:52:46 +08:00
openclaw.plugin.json fix(providers): refresh zai/kimi/moonshot/xai catalogs against July 2026 vendor docs (#109666) 2026-07-16 22:41:03 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.test.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07:00
provider-catalog.ts fix(kimi): refresh K3 catalog and add 256K variant (#113918) 2026-07-25 20:57:26 -07: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): externalize official provider batch 2026-06-19 01:05:52 +08: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 feat(kimi): add first-class Kimi K3 support (#113909) 2026-07-25 16:48:10 -07: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.