fix(opencode-plugin): honor geminiSanitization & fetchInterceptor feature flags (#2546)

Follow-up fix for #2529 feature-flag gating. Integrated into release/v3.8.2.
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-05-21 23:21:41 -03:00
committed by GitHub
parent c96ba2d7eb
commit e3ba13bd09
3 changed files with 64 additions and 19 deletions

View File

@@ -2,11 +2,11 @@ name: opencode-plugin CI
on:
push:
branches: [main, release/v3.8.1, release/v3.8.2]
branches: [main, release/v3.8.2]
paths:
- "@omniroute/opencode-plugin/**"
pull_request:
branches: [main, release/v3.8.1, release/v3.8.2]
branches: [main, release/v3.8.2]
paths:
- "@omniroute/opencode-plugin/**"
types: [opened, synchronize, reopened, ready_for_review]