Codex SwitchBridge 0.1.0
Codex SwitchBridge 0.1.0
Codex SwitchBridge is an independent open-source project derived from Codex Account Switch, with a new extension identity, repository, and substantial functional changes.
Highlights
- Synchronizes the active account/provider credentials and Codex routing configuration during switches.
- Shares new local history across account and Responses-compatible provider modes by default.
- Adds an explicit, backup-first repair command for older provider-tagged JSONL/SQLite history.
- Replaces repeated reload popups with a non-blocking Reload recommended status-bar action.
- Serializes cross-window live switches and prevents delayed local/cloud token refreshes from overwriting a completed provider switch.
- Uses atomic
auth.jsonwrites and rollback snapshots for safer transitions. - Renames the extension, commands, settings, packages, storage keys, and assets to Codex SwitchBridge.
Downloads
codex-switchbridge-0.1.0.vsix: VS Code extension (baoshichao001-dev.codex-switchbridge).codex-switchbridge-cli-0.1.0.tgz: npm-compatible CLI tarball; installs thecodex-switchbridgecommand.codex-switchbridge-v0.1.0-SHA256SUMS: SHA-256 checksums for both packages.
Important
Disable or uninstall Codex Account Switch before enabling Codex SwitchBridge. Both extensions operate on the same local Codex files and should not run together.
History repair requires Python 3 and should be run only after active Codex output has stopped. Normal switching does not require Python.
This project preserves the upstream MIT license and attribution to jqknono/codex-account-switch.