Cdx Manager banner
AlexAgo83 AlexAgo83

Cdx Manager

Development community

Description

Terminal session manager for Codex, Claude, Antigravity, and Ollama accounts.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CDX Manager icon

CDX Manager


[![License](https://img.shields.io/badge/license-MIT-4C8BF5)](LICENSE) ![Version](https://img.shields.io/badge/version-v0.20.7-4C8BF5) ![Python](https://img.shields.io/badge/python-3.9%2B-3776AB?logo=python&logoColor=white)

**Stop guessing which AI account still has quota.** `cdx` tracks the rate-limit window of every Codex and Claude account you own, tells you which one is usable right now, and launches it with isolated auth — in one command.

If you pay for several AI coding subscriptions, you know the dance: you hit a 5-hour limit mid-task, guess which other account still has room, re-authenticate, and lose your context on the way. `cdx` turns that into `cdx next`.

![cdx status: remaining 5-hour and weekly quota for fifteen accounts, with the recommended one first](docs/assets/status.png)


Quick Start

npm install -g cdx-manager

cdx add codex work      # register an isolated Codex profile named "work"
cdx add claude perso    # and a Claude one
cdx status              # every account's remaining quota, side by side
cdx next                # which account should I use right now?

Supported providers: `codex`, `claude`, `antigravity`, `ollama`.

`cdx next` answers the question you actually have, and prints the command to run:

![cdx next: work1 selected at 100% quota, with the reason and the command to run](docs/assets/next.png)


The Core Five

Everything else is optional. These five cover the daily loop:

Command What it gives you
cdx add An isolated account profile — its own auth, its own home
cdx Launch that account, auth checked first
cdx status Remaining 5-hour and weekly quota for every account at once
cdx next The account you should use right now, and why
cdx run --prompt ... --json The same routing, headless, for scripts and agents