openclaw/extensions/opencode-go
Peter Steinberger 99ec30b44b
feat(plugins): catch code-mode drift between catalogs shipping the same model (#115183)
* feat(plugins): catch code-mode drift between catalogs sharing one model

Adds a contract test that groups bundled catalog rows by shared upstream
model and requires every row in a group to declare compat.codeMode once any
sibling does. Rows sharing a model id group automatically; rows under
different ids opt in with the new manifest-only `upstreamModel` marker.

Moves the kimi catalog into its manifest so the scan can see it, and records
the tier reseller catalogs were silently missing as explicit "capable".

* docs: regenerate docs map for the shared-model code-mode section
2026-07-28 08:52:21 -04:00
..
api.ts
index.test.ts refactor(providers): unify lifecycle-safe manifest registration (#114381) 2026-07-27 03:20:02 -04:00
index.ts refactor(providers): unify lifecycle-safe manifest registration (#114381) 2026-07-27 03:20:02 -04:00
media-understanding-provider.test.ts
media-understanding-provider.ts
onboard.test.ts
onboard.ts
openclaw.plugin.json feat(plugins): catch code-mode drift between catalogs shipping the same model (#115183) 2026-07-28 08:52:21 -04:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-catalog.ts fix(opencode-go): expose DeepSeek V4 max thinking (#99643) 2026-07-21 08:12:46 -07:00
provider-discovery.ts
provider-policy-api.ts fix(opencode-go): expose DeepSeek V4 max thinking (#99643) 2026-07-21 08:12:46 -07:00
reasoning-sanitizer.test.ts
reasoning-sanitizer.ts
stream-termination.test.ts refactor: use native abort signal composition (#105947) 2026-07-12 22:39:43 -07:00
stream-termination.ts refactor: use native abort signal composition (#105947) 2026-07-12 22:39:43 -07:00
stream.ts fix(opencode-go): expose DeepSeek V4 max thinking (#99643) 2026-07-21 08:12:46 -07:00
tsconfig.json