Skip to content

Releases: tqdat410/codex-switch

v1.1.0

Choose a tag to compare

@tqdat410 tqdat410 released this 26 Apr 14:26

Added

  • Cache-first foreground quota selection for bare cs, cs switch, and cs status.
  • cs cache start|stop|status|refresh for background quota refresh.
  • Quota worker SQLite state, heartbeat tracking, and cache interval/concurrency config.
  • Exact foreground refresh remains available through cs status --refresh and cs 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

Choose a tag to compare

@tqdat410 tqdat410 released this 25 Apr 13:57

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

Choose a tag to compare

@tqdat410 tqdat410 released this 25 Apr 13:44

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

Choose a tag to compare

@tqdat410 tqdat410 released this 25 Apr 13:05
f870479

Highlights

  • Bare cs is now the smart native Codex launcher.
  • Account selection refreshes quota before launch, so rerunning cs after a limit hit can move to a better account.
  • Added cs auto on|off|status to control automatic account selection.
  • Renamed account/quota table command from cs ls to cs status.
  • Removed public cs run.
  • Codex flags now pass through bare cs and cs use <account>.

Validation

  • CI passed on Ubuntu, macOS, and Windows for PR #3.
  • Local pnpm test, pnpm lint, pnpm typecheck, pnpm build, and npm pack --dry-run passed before merge.

npm

Published manually by maintainer as @tqdat410/codex-switch@1.0.9.

@tqdat410/codex-switch 1.0.8

Choose a tag to compare

@tqdat410 tqdat410 released this 25 Apr 06:18

Summary

  • Published npm package as @tqdat410/codex-switch@1.0.8.
  • Keeps global binaries: cs and codex-switch.
  • Documents scoped install: npm i -g @tqdat410/codex-switch.

Validation

  • npm registry reports latest as 1.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

Choose a tag to compare

@tqdat410 tqdat410 released this 25 Apr 06:03

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-switch bins 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.