Releases: tqdat410/codex-switch
Releases · tqdat410/codex-switch
Release list
v1.1.0
Added
- Cache-first foreground quota selection for bare
cs,cs switch, andcs status. cs cache start|stop|status|refreshfor background quota refresh.- Quota worker SQLite state, heartbeat tracking, and cache interval/concurrency config.
- Exact foreground refresh remains available through
cs status --refreshandcs cache refresh.
Validation
- Published to npm as
@tqdat410/codex-switch@1.1.0. - Release commit: c694cb1.
- Validation before publish:
pnpm typecheck,pnpm lint,pnpm build,pnpm test, docs validation,npm pack --dry-run.
v1.0.11
Changes
- Mask cs status --private email output with ░, preserving only @.
- Bump package metadata to 1.0.11 after npm publish.
Verification
- pnpm typecheck passed
- pnpm test passed
- pnpm lint passed
pm view @tqdat410/codex-switch version reports 1.0.11
v1.0.10
Changes
- Added \cs switch\ to auto-select and switch accounts without launching Codex.
- Added \cs status --private\ to hide email addresses in table output.
- Removed the public \cs current\ command.
- Updated README status example to show 3 normal accounts.
Package
Published to npm: https://www.npmjs.com/package/@tqdat410/codex-switch/v/1.0.10
v1.0.9
Highlights
- Bare
csis now the smart native Codex launcher. - Account selection refreshes quota before launch, so rerunning
csafter a limit hit can move to a better account. - Added
cs auto on|off|statusto control automatic account selection. - Renamed account/quota table command from
cs lstocs status. - Removed public
cs run. - Codex flags now pass through bare
csandcs use <account>.
Validation
- CI passed on Ubuntu, macOS, and Windows for PR #3.
- Local
pnpm test,pnpm lint,pnpm typecheck,pnpm build, andnpm pack --dry-runpassed before merge.
npm
Published manually by maintainer as @tqdat410/codex-switch@1.0.9.
@tqdat410/codex-switch 1.0.8
Summary
- Published npm package as
@tqdat410/codex-switch@1.0.8. - Keeps global binaries:
csandcodex-switch. - Documents scoped install:
npm i -g @tqdat410/codex-switch.
Validation
- npm registry reports
latestas1.0.8. - CI passes on Ubuntu, macOS, and Windows.
- Local validation passed before publish: typecheck, test, lint, build, docs validation, npm pack dry-run, npm publish dry-run.
codex-switch 1.0.7
Summary
- CLI-only release with terminal quota table in
cs ls. - Adds GitHub Actions CI on Ubuntu and Windows.
- Removes dashboard package, stale generated screenshots, and unused session-history code.
- Keeps npm package focused on root
cs/codex-switchbins plus compiled CLI/shared artifacts.
Validation
- GitHub CI passed on Ubuntu and Windows.
- Local validation passed: typecheck, test, lint, build, docs validation, npm pack dry-run, npm publish dry-run.
npm
npm publish --dry-run passes for codex-switch@1.0.7. Real npm publish requires npm account permission for the existing codex-switch package.