Simple zero-retention model boolean feature flag #1865

Closed
opened 2026-02-16 17:33:00 -05:00 by yindo · 2 comments
Owner

Originally created by @ari-becker on GitHub (Sep 28, 2025).

Originally assigned to: @fwang on GitHub.

Per https://opencode.ai/docs/zen#privacy , in general I understand that OpenCode Zen doesn't use providers that that will retain code/data sent for inference, but the privacy policy does list exceptions.

Could there be some kind of simple boolean feature flag that forbids OpenCode Zen from using a provider that will retain code/data, even if it results in slightly higher prices or suboptimal results?

Originally created by @ari-becker on GitHub (Sep 28, 2025). Originally assigned to: @fwang on GitHub. Per https://opencode.ai/docs/zen#privacy , in general I understand that OpenCode Zen doesn't use providers that that will retain code/data sent for inference, but the privacy policy does list exceptions. Could there be some kind of simple boolean feature flag that forbids OpenCode Zen from using a provider that will retain code/data, even if it results in slightly higher prices or suboptimal results?
yindo closed this issue 2026-02-16 17:33:00 -05:00
Author
Owner

@rekram1-node commented on GitHub (Sep 28, 2025):

Yes there have been talks internally about this, makes total sense

@rekram1-node commented on GitHub (Sep 28, 2025): Yes there have been talks internally about this, makes total sense
Author
Owner

@R44VC0RP commented on GitHub (Jan 25, 2026):

Closing as duplicate of #10416 which covers the same concern about privacy/retention defaults.

Workaround in the meantime:

{
  "disabled_providers": ["opencode"]
}

Or explicitly set your small model:

{
  "small_model": "your-provider/your-model"
}

Thanks for the feature request - tracking in #10416!

@R44VC0RP commented on GitHub (Jan 25, 2026): Closing as duplicate of #10416 which covers the same concern about privacy/retention defaults. **Workaround in the meantime:** ```json { "disabled_providers": ["opencode"] } ``` Or explicitly set your small model: ```json { "small_model": "your-provider/your-model" } ``` Thanks for the feature request - tracking in #10416!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1865