Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.52 KB

File metadata and controls

38 lines (28 loc) · 1.52 KB

Release v2.1.1

Release line: stable

This patch release fixes two command-surface regressions found during local installed-package verification of v2.1.0.

Scope

  • Package version prepared for publish: 2.1.1
  • Previous stable release: v2.1.0
  • Semver rationale: patch fixes for wrapper command routing and JSON output.

Fixed

  • codex auth usage, codex auth account, codex auth budget, codex auth bridge, codex auth integrations, codex auth models, and codex auth monitor now route through the local multi-auth command handler instead of falling through to the official Codex CLI.
  • codex auth bridge token list --json now returns valid JSON in the empty token-store state.
  • Bridge token JSON output omits token hashes and only returns plaintext tokens from create or rotate actions.

Validation

  • npm test -- test/codex-manager-bridge-command.test.ts test/codex-routing.test.ts
  • npm test -- test/local-bridge.test.ts test/local-client-tokens.test.ts test/integration-generators.test.ts test/codex-manager-integrations-command.test.ts test/codex-manager-monitor-command.test.ts test/codex-manager-usage-command.test.ts test/model-capability-matrix.test.ts test/account-policy.test.ts test/routing-profiles.test.ts
  • npm run lint
  • npm run typecheck
  • npm run build
  • installed local CLI command matrix for usage, models, monitor, config, budget, account policy, integrations, bridge token list, features, and verify paths

Release Notes

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