Internal macOS menu bar app for secure multi-account switching.
- Auto-switch when the active account drops below the configured remaining quota threshold.
- Global threshold plus per-account override support.
- Auto-repair desktop session/cache residue before deciding whether a stale low-quota state really requires switching.
- Transactional post-switch verification using
codex login statusplus a minimumcodex execsmoke test. - Batch relogin flow for stale accounts.
- Repair Codex desktop session/cache residue after plan upgrades so new Plus / Pro subscriptions are recognized.
doctorCLI entrypoint for verify / repair / stale scan / autoswitch dry-run.- Helper CLI as the single source of truth for app and agent automation.
- Account credentials are stored using the macOS secure storage model.
- Local account metadata and active-session compatibility data are managed inside the app runtime.
- Legacy data from older builds is migrated during install when compatible.
./Scripts/package.sh./.build/arm64-apple-macosx/release/jnslayer2-helper list --json
./.build/arm64-apple-macosx/release/jnslayer2-helper config get --json
./.build/arm64-apple-macosx/release/jnslayer2-helper verify --json
./.build/arm64-apple-macosx/release/jnslayer2-helper repair-session --json
./.build/arm64-apple-macosx/release/jnslayer2-helper autoswitch --json
./.build/arm64-apple-macosx/release/jnslayer2-helper doctor --json
./.build/arm64-apple-macosx/release/jnslayer2-helper relogin --stale --json

