Skip to content

Releases: brunoqgalvao/ccx

ccx v1.1.0 — pinned sessions, self-refreshing tokens, window warming

Choose a tag to compare

@brunoqgalvao brunoqgalvao released this 05 Jul 16:18

Everything since v1.0.0:

  • ccx run <account> — pin a terminal to an account via CLAUDE_CODE_OAUTH_TOKEN; concurrent terminals on different accounts, identity-verified before launch, auto-resume with --continue when a session outlives its token
  • ccx refresh — proactive refresh of parked vault tokens (launchd recipe in README)
  • ccx warm — the 5h window anchors at your first request; warm starts idle windows with a silent haiku ping so resets land sooner during real work
  • Statusline v2 — reset countdowns on a dedicated second row (statuslineEta: line2|inline|off) and a 🔥 use-it-or-lose-it nudge when a window resets soon with quota unspent
  • --dangerously-skip-permissions by default (skipPermissions: false to opt out)
  • Pitch README, SVG logo, MIT license
  • 138 tests

🤖 Generated with Claude Code

ccx v1.0.0

Choose a tag to compare

@brunoqgalvao brunoqgalvao released this 05 Jul 00:06

First production release.

  • Keychain vault for multiple Anthropic accounts' Claude Code credentials
  • Model-aware limit tracking: 5h session / weekly / Fable-scoped gauges per account
  • Best-account picking at launch, with cache-aware swap+--continue failover offers
  • Pinned sessions (ccx run <account>): concurrent terminals on different accounts via CLAUDE_CODE_OAUTH_TOKEN, identity-verified before launch, auto-resume when a session outlives its token
  • Proactive token refresh (ccx refresh) with a launchd timer recipe
  • Statusline bridge showing all accounts' gauges in Claude Code
  • --dangerously-skip-permissions by default (skipPermissions: false to opt out)
  • 125 tests. macOS + Bun.

🤖 Generated with Claude Code