v0.1.1.md

June 3, 2026 ยท View on GitHub

Auth

Bugfixes

  • Fixed OAuth callback host to 127.0.0.1:1455 across auth constants and user-facing guidance (prevents localhost DNS mismatch).
  • The codex-multi-auth codex bin wrapper lazy-loads auth runtime so clean/global installs avoid early module-load failures.

Storage

Improvements

  • Case-insensitive account email dedup via normalizeEmailKey() (trim + lowercase).
  • Per-project account storage now shared across linked Git worktrees via resolveProjectStorageIdentityRoot.
  • Windows filesystem safety: removeWithRetry with EBUSY/EPERM/ENOTEMPTY backoff in scripts and test cleanup.

CLI

Improvements

  • CLI settings hub extracted from lib/codex-manager.ts into lib/codex-manager/settings-hub/ as five focused sub-modules (shared, dashboard, backend, experimental, index), each under 500 LOC; Q hotkey changed to cancel without save.

Tooling

Improvements

  • Deterministic repo hygiene tooling (scripts/repo-hygiene.js) with CI-gated enforcement.

Documentation

Improvements

  • Documentation architecture rebuilt with dual-track navigation (operator and maintainer paths).
  • Governance templates modernized (PR template, issue templates, CONTRIBUTING, SECURITY).

Tests

Improvements

  • 87 test files, 2071 tests (up from 85 files, 2002 tests in v0.1.0).