openclaw/extensions/chutes
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 refactor(providers): shared manifest row builder and fleet default-model adoption (#113879) 2026-07-25 15:00:02 -07:00
implicit-provider.test.ts
index.ts
model-discovery-env.ts
models.proxy.test.ts fix(chutes): discover models when HTTP proxy is required (#111266) 2026-07-21 09:38:36 -07:00
models.test.ts refactor(providers): shared manifest row builder and fleet default-model adoption (#113879) 2026-07-25 15:00:02 -07:00
models.ts refactor(providers): collapse live model discovery onto shared projection hook (#113903) 2026-07-25 16:17:27 -07:00
oauth.test.ts fix(chutes): cancel userinfo error response body before returning null (#109677) 2026-07-17 01:11:11 -07:00
oauth.ts fix(chutes): cancel userinfo error response body before returning null (#109677) 2026-07-17 01:11:11 -07:00
onboard.ts refactor(providers): shared manifest row builder and fleet default-model adoption (#113879) 2026-07-25 15:00:02 -07:00
openclaw.plugin.json refactor(providers): manifest-declared default models and unified onboarding presets (#113794) 2026-07-25 12:54:53 -07:00
package.json
provider-catalog.ts refactor(providers): shared manifest row builder and fleet default-model adoption (#113879) 2026-07-25 15:00:02 -07:00
README.md
tsconfig.json

OpenClaw Chutes Provider

Official OpenClaw provider plugin for Chutes.

Install from OpenClaw:

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

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