|
| 1 | +# Release v2.1.3 |
| 2 | + |
| 3 | +Release line: `stable` |
| 4 | + |
| 5 | +This patch release ships the merged app-bind history repair from PR `#460` and |
| 6 | +documents the explicit Codex Desktop workaround when the app bind makes older |
| 7 | +local history appear hidden under the active provider. |
| 8 | + |
| 9 | +## Scope |
| 10 | + |
| 11 | +- Package version prepared for publish: `2.1.3` |
| 12 | +- Previous stable release: `v2.1.2` |
| 13 | +- Semver rationale: patch release for issue `#459`, covering successful |
| 14 | + session-index repair, app-bind status guidance, and Desktop history |
| 15 | + workaround documentation. |
| 16 | + |
| 17 | +## Fixed |
| 18 | + |
| 19 | +- Successful wrapper-launched Codex sessions now repair the local |
| 20 | + `session_index.jsonl` when official Codex reports the known |
| 21 | + `failed to record rollout items` thread-store noise. |
| 22 | +- Session-index repair requires real `session_meta` evidence and does not run |
| 23 | + for failed forwarded sessions. |
| 24 | +- Concurrent repair attempts are serialized through the existing shadow-home |
| 25 | + lock and replace the index atomically. |
| 26 | +- App-bind status warnings use the resolved active status path before printing |
| 27 | + history visibility and model speed guidance. |
| 28 | + |
| 29 | +## Documentation |
| 30 | + |
| 31 | +- Added the explicit Desktop history workaround: |
| 32 | + `codex auth rotation unbind-app` or `codex auth rotation disable`. |
| 33 | +- Clarified that model speed and reasoning control stay with Codex config or |
| 34 | + CLI flags through `model_reasoning_effort`. |
| 35 | + |
| 36 | +## Validation |
| 37 | + |
| 38 | +- `npm run lint` |
| 39 | +- `npm run typecheck` |
| 40 | +- `npm test -- test/index-retry.test.ts` |
| 41 | +- `npm test -- test/codex-manager-rotation-command.test.ts test/app-bind.test.ts test/codex-bin-wrapper.test.ts` |
| 42 | +- full `npm test` |
| 43 | +- `npm run build` |
| 44 | +- `npm run pack:check` |
| 45 | +- installed-session stress smoke on merged `main` |
| 46 | + |
| 47 | +## Release Notes |
| 48 | + |
| 49 | +- Previous release notes: `docs/releases/v2.1.2.md` |
0 commit comments