|
| 1 | +# Release v2.1.4 |
| 2 | + |
| 3 | +Release line: `stable` |
| 4 | + |
| 5 | +This patch release ships the combined PR `#462` and PR `#463` runtime-goal |
| 6 | +proxy fixes, plus the release-gate hardening found during merged stress |
| 7 | +testing. |
| 8 | + |
| 9 | +## Scope |
| 10 | + |
| 11 | +- Package version prepared for publish: `2.1.4` |
| 12 | +- Previous stable release: `v2.1.3` |
| 13 | +- Semver rationale: patch release for runtime proxy compatibility, deactivated |
| 14 | + account handling, and model-matrix release validation behavior. |
| 15 | + |
| 16 | +## Fixed |
| 17 | + |
| 18 | +- Thread-goal fallback handling now supports snake-case `thread_id` request |
| 19 | + bodies when upstream returns the local blocked-goal HTML fallback response. |
| 20 | +- Workspace-disabled `403` responses keep priority over thread-goal fallback |
| 21 | + behavior, so deactivated accounts are disabled and surfaced correctly. |
| 22 | +- Model-matrix release validation now treats unsupported current-account model |
| 23 | + capabilities as skipped cases by default while keeping strict capability |
| 24 | + checks available through `--strict-capabilities`. |
| 25 | +- Matrix success detection now ignores echoed prompt tokens after terminal JSON |
| 26 | + failures, preventing false green live checks. |
| 27 | + |
| 28 | +## Testing |
| 29 | + |
| 30 | +- Vitest release scripts now run serialized to avoid the known Windows |
| 31 | + parallel fake-timer timeout in the runtime-toast block. |
| 32 | +- Added focused regression coverage for the merged runtime proxy paths and |
| 33 | + model capability matrix availability. |
| 34 | + |
| 35 | +## Validation |
| 36 | + |
| 37 | +- `npm run build` |
| 38 | +- `npm run typecheck` |
| 39 | +- `npm run typecheck:scripts` |
| 40 | +- `npm run lint` |
| 41 | +- full `npm test` |
| 42 | +- `npm run test:coverage` |
| 43 | +- `npm run test:model-matrix` |
| 44 | +- `npm run vendor:verify` |
| 45 | +- `npm run clean:repo:check` |
| 46 | +- `npm run pack:check` |
| 47 | +- `git diff --check` |
| 48 | + |
| 49 | +## Release Notes |
| 50 | + |
| 51 | +- Previous release notes: `docs/releases/v2.1.3.md` |
0 commit comments