openclaw/extensions/opencode-go
Peter Steinberger 218dcd815a
feat(tooling): enforce noUncheckedIndexedAccess in the extensions lane (NUIA phase 4) (#105132)
* fix(extensions): make indexed access explicit across channel plugins

Transport-payload-safe burn-down: malformed Telegram/Discord/QQ/LINE
and sibling channel input keeps existing skip paths; no synthesized
fields, no new throws in delivery loops. Zalo escape sentinels preserve
literal matches instead of undefined replacements.

* fix(extensions): make indexed access explicit across provider and memory plugins

Stream and model iteration, tool-block guards, capture guards, and
sparse accumulators; singleton model reads carry named invariants.

* fix(extensions): make indexed access explicit across tooling plugins, flip the extensions lane

Remaining plugins (oc-path, qa-lab, browser, logbook, and siblings) plus
the tsconfig.extensions.json flag flip. Cleanup: logbook sampleFrames
NaN index at max=1, QA retry clamp at non-positive attempts, dead Canvas
probe and OpenShell no-op slice removed, twitch test setup leak excluded
from the prod lane.

* refactor(plugin-sdk): expose expectDefined via a focused SDK subpath

Extensions imported @openclaw/normalization-core directly, crossing the
external-plugin packaging boundary (it only worked because the runtime
builder bundles undeclared workspace helpers). expect-runtime joins the
canonical entrypoints JSON, generated exports, API baseline, docs, and
subpath contract test; all 78 extension imports now use the SDK seam.
Two scanner-shaped locals renamed for review-bundle hygiene.

* chore(plugin-sdk): raise surface budgets for the expect-runtime subpath

One new entrypoint with one callable export, added intentionally as the
packaging-honest seam for extension invariant helpers.
2026-07-12 09:17:31 +01:00
..
api.ts refactor: remove unused internal exports (#100882) 2026-07-06 05:59:18 -07:00
index.test.ts fix(opencode-go): remove deprecated mimo-v2-omni and mimo-v2-pro model aliases (#103329) 2026-07-10 06:49:09 +01:00
index.ts feat: add live provider model catalog helper 2026-06-07 14:16:00 -07: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(macos): load provider catalog during AI onboarding (#101132) 2026-07-06 20:57:56 +01: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): remove deprecated mimo-v2-omni and mimo-v2-pro model aliases (#103329) 2026-07-10 06:49:09 +01:00
provider-discovery.ts fix(opencode-go): warm context metadata from provider catalog (#92913) 2026-06-14 12:08:49 -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 fix(agents): time out local streams without first event (#98525) 2026-07-01 23:01:46 +08:00
stream-termination.ts feat(tooling): enforce noUncheckedIndexedAccess in the extensions lane (NUIA phase 4) (#105132) 2026-07-12 09:17:31 +01:00
stream.ts refactor(opencode-go): localize stream internals (#101440) 2026-07-07 00:16:14 -07:00
tsconfig.json