[PR #12793] feat: allow opting out of individual experimental features #14371

Open
opened 2026-02-16 18:19:10 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12793

State: open
Merged: No


What does this PR do?

  • Allows opting out of individual experimental features while using OPENCODE_EXPERIMENTAL=true by giving OPENCODE_EXPERIMENTAL_<FEATURE>=false higher priority.
  • Env flag parsing: true/on/1 is truthy, false/off/0 is falsy.
  • Updates docs accordingly.

How did you verify your code works?

I tested with bun run dev.

Fixes https://github.com/anomalyco/opencode/issues/12796

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12793 **State:** open **Merged:** No --- ### What does this PR do? - Allows opting out of individual experimental features while using `OPENCODE_EXPERIMENTAL=true` by giving `OPENCODE_EXPERIMENTAL_<FEATURE>=false` higher priority. - Env flag parsing: `true/on/1` is truthy, `false/off/0` is falsy. - Updates docs accordingly. ### How did you verify your code works? I tested with `bun run dev`. Fixes https://github.com/anomalyco/opencode/issues/12796
yindo added the pull-request label 2026-02-16 18:19:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14371