mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 08:45:23 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| api.ts | ||
| cache-wrapper.test.ts | ||
| cache-wrapper.ts | ||
| doctor-contract-api.test.ts | ||
| doctor-contract-api.ts | ||
| embedding-provider.ts | ||
| image-generation-provider.test.ts | ||
| image-generation-provider.ts | ||
| index.test.ts | ||
| index.ts | ||
| media-models.ts | ||
| media-understanding-provider.test.ts | ||
| media-understanding-provider.ts | ||
| memory-embedding-adapter.test.ts | ||
| memory-embedding-adapter.ts | ||
| onboard.test.ts | ||
| onboard.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider-catalog.ts | ||
| provider-discovery.ts | ||
| provider-models.proxy.test.ts | ||
| provider-models.test.ts | ||
| provider-models.ts | ||
| provider-policy-api.test.ts | ||
| provider-policy-api.ts | ||
| provider.contract.test.ts | ||
| README.md | ||
| speech-provider.test.ts | ||
| speech-provider.ts | ||
| surface-model-catalogs.test.ts | ||
| surface-model-catalogs.ts | ||
| tsconfig.json | ||
| video-generation-provider.test.ts | ||
| video-generation-provider.ts | ||
OpenClaw DeepInfra Provider
Official OpenClaw provider plugin for DeepInfra.
Install from OpenClaw:
openclaw plugins install @openclaw/deepinfra-provider
openclaw gateway restart
See https://docs.openclaw.ai/providers/deepinfra for setup and configuration.