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 refactor: remove unused internal exports (#100882) 2026-07-06 05:59:18 -07:00
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 docs: document small extension sources 2026-06-04 21:02:07 -04:00
media-understanding-provider.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
onboard.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
onboard.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
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 fix(opencode-go): warm context metadata from provider catalog (#92913) 2026-06-14 12:08:49 -07:00
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 docs: document small extension sources 2026-06-04 21:02:07 -04:00
reasoning-sanitizer.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
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