OmniRoute/@omniroute
diegosouzapw 8066e823ff fix(opencode-plugin): honor geminiSanitization & fetchInterceptor feature flags
Review follow-up: createOmniRouteAuthHook ignored opts.features and always
composed createGeminiSanitizingFetch(createOmniRouteFetchInterceptor(...)).
The flags were documented and schema-validated but silently no-ops. Now each
fetch layer is gated by its flag (both default ON, matching the plugin's
features.X !== false convention); disabling both falls back to the SDK default
fetch. Adds gating tests. Also drops the vestigial release/v3.8.1 from the CI
branch filter (this package only exists from release/v3.8.2).
2026-05-21 23:20:57 -03:00
..
opencode-plugin fix(opencode-plugin): honor geminiSanitization & fetchInterceptor feature flags 2026-05-21 23:20:57 -03:00
opencode-provider fix(@omniroute/opencode-provider): include limit.context in model entries for OpenCode context window detection 2026-05-21 14:38:47 +02:00