Release line: stable
This patch release fixes two command-surface regressions found during local
installed-package verification of v2.1.0.
- 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.
codex auth usage,codex auth account,codex auth budget,codex auth bridge,codex auth integrations,codex auth models, andcodex auth monitornow route through the local multi-auth command handler instead of falling through to the official Codex CLI.codex auth bridge token list --jsonnow 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.
npm test -- test/codex-manager-bridge-command.test.ts test/codex-routing.test.tsnpm 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.tsnpm run lintnpm run typechecknpm run build- installed local CLI command matrix for usage, models, monitor, config, budget, account policy, integrations, bridge token list, features, and verify paths
- Previous release notes:
docs/releases/v2.1.0.md