Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.68 KB

File metadata and controls

49 lines (37 loc) · 1.68 KB

Release v2.1.3

Release line: stable

This patch release ships the merged app-bind history repair from PR #460 and documents the explicit Codex Desktop workaround when the app bind makes older local history appear hidden under the active provider.

Scope

  • Package version prepared for publish: 2.1.3
  • Previous stable release: v2.1.2
  • Semver rationale: patch release for issue #459, covering successful session-index repair, app-bind status guidance, and Desktop history workaround documentation.

Fixed

  • Successful wrapper-launched Codex sessions now repair the local session_index.jsonl when official Codex reports the known failed to record rollout items thread-store noise.
  • Session-index repair requires real session_meta evidence and does not run for failed forwarded sessions.
  • Concurrent repair attempts are serialized through the existing shadow-home lock and replace the index atomically.
  • App-bind status warnings use the resolved active status path before printing history visibility and model speed guidance.

Documentation

  • Added the explicit Desktop history workaround: codex auth rotation unbind-app or codex auth rotation disable.
  • Clarified that model speed and reasoning control stay with Codex config or CLI flags through model_reasoning_effort.

Validation

  • npm run lint
  • npm run typecheck
  • npm test -- test/index-retry.test.ts
  • npm test -- test/codex-manager-rotation-command.test.ts test/app-bind.test.ts test/codex-bin-wrapper.test.ts
  • full npm test
  • npm run build
  • npm run pack:check
  • installed-session stress smoke on merged main

Release Notes

  • Previous release notes: docs/releases/v2.1.2.md