wrapper-v0.5.0
Pre-release
Pre-release
·
12 commits
to main
since this release
What's Changed
- fix(catalog): default openai to gpt-5.5 (matches bundle's extended_thinking=true) by @manojp99 in #20
- docs(readme): align with Mode A pivot, protocol 0.2.0, and shipped L3 wrappers by @manojp99 in #21
- fix(cli,lib): wire PROTOCOL_VERSION import + track pyproject for version by @manojp99 in #22
- fix(cli): align Azure provider env var with docs (prefer AZURE_OPENAI_API_KEY, accept legacy AZURE_OPENAI_KEY) by @manojp99 in #23
- chore(deps-dev): Bump vitest from 1.6.1 to 4.1.0 by @dependabot[bot] in #26
- fix(wire): align all sites to protocol 0.2.0 (--mcp-config-path, schema rename, fixture bump) by @manojp99 in #24
- docs: add canonical Microsoft Trademarks section to README by @sadlilas in #28
- feat: host config layer + drop hostCapabilities surface by @manojp99 in #27
- chore(cli)!: drop --mcp-config-path argv flag (subsumed by host config + env var) by @manojp99 in #29
- feat: host-config skills: block (D11/D12/D13) + tool-skills bundle composition by @manojp99 in #30
- chore(wrappers)!: drop env-allowlist, env-extra, allow-protocol-skew from wrappers (sync with engine) by @manojp99 in #31
- chore(conformance): restore wrapper-engine cross-validation (post-#24, #27, #29, #31) by @manojp99 in #32
- feat: engine-hardening — fail-fast on headless approval ambiguity (G3) + mcp engine dependency (G4) + host_config schema reference (N1/N2) by @manojp99 in #34
- chore!: release 0.4.0 — host config layer, surface cleanup, conformance restored by @manojp99 in #33
New Contributors
- @dependabot[bot] made their first contribution in #26
- @sadlilas made their first contribution in #28
Full Changelog: wrapper-v0.4.0...wrapper-v0.5.0