You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`proprietary`| Vendor-bound (you bring the API key, vendor sees prompts) |
58
+
59
+
Position is intentional: prompts go through OpenCode's infra (less
60
+
private than DIY hosted, more managed than your own vendor key). Sits
61
+
between `hosted_oss` and `proprietary` in the privacy-first cascade.
62
+
63
+
### Changed
64
+
65
+
-`scripts/detect-backends.sh`:
66
+
- New `M_OPENCODE_ZEN_SET="$(env_set OPENCODE_ZEN_API_KEY)"` probe
67
+
- New `managed.opencode.{key_set, env}` entry in JSON output
68
+
- Privacy-first cascade: `managed` placed between `hosted_oss` and `proprietary`
69
+
- Free-tier-first cascade: `managed` placed between `proprietary/zai` and `proprietary/anthropic` (Zen has free models so beats paid Anthropic on cost)
-**400 tests across 12 suites** (was 395 / 12 in v0.11.2)
86
+
87
+
### Why minor bump (v0.11.x → v0.12.0)
88
+
89
+
New top-level tier in the JSON output. Detector schema gained a new
90
+
top-level key (`managed`). User-visible enough to warrant the minor.
91
+
Purely additive — every v0.11.x flag and provider continues to work
92
+
unchanged.
93
+
94
+
### Compat
95
+
96
+
- 16 of 16 v0.11.2 default-model entries unchanged.
97
+
- Every existing tier + provider continues to work identically.
98
+
- Every v0.10.x/v0.11.x flag works on the new `managed/opencode` tier+provider exactly as it does on the other tiers (verified by T69's full hybrid test).
99
+
5
100
## [0.11.2] - 2026-05-18
6
101
7
102
### Added — Security agent (full set: model + temperature + tools-denial sandbox)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "opencode-sdlc-wizard",
3
-
"version": "0.11.2",
3
+
"version": "0.12.0",
4
4
"description": "SDLC enforcement for OpenCode CLI — privacy-first, any-backend portability with a four-tier backend picker plus an OSS-tier cross-model-review skill so the full SDLC loop can run with zero Anthropic+OpenAI lock-in. Ships JSON Schemas for review artifacts so any consumer (cross-model-review, ditto, CI) can validate. Install with `npx opencode-sdlc-wizard init`. Sibling of agentic-sdlc-wizard and codex-sdlc-wizard.",
0 commit comments