Codex session wrapper CLI.
- Keeping sessions separate by use case (development, testing, review) helps maintain accuracy.
- Managing multiple sessions manually is tedious; this tool streamlines it.
- Codex CLI installed and available as
codexin your PATH
- This is an unofficial community tool and is not affiliated with OpenAI.
- This tool does not bundle or redistribute the Codex CLI.
- Scope: manage Codex session selection and launch/resume workflows only.
- OpenAI, Codex, and related marks are trademarks of their respective owners.
Each line is:
<uuid>\t<label>
cdxto select or create a sessioncdx hereto use.cdxfrom the current directory without parent searchcdx newto create a new session without the selection UIcdx new hereorcdx here newto create a new session using.cdxfrom the current directorycdx rmto remove a session from.cdxcdx initto create an empty.cdxin the current directorycdx add <uuid> <label>to add a session to.cdxcdx add <uuid>to add a session and prompt for the labelcdx addto add a session and prompt for uuid and labelcdx -h,cdx --help, orcdx helpto show helpcdx -Vorcdx --versionto show versioncdx -vorcdx --verboseto show verbose logs
npm install -g @fclef819/cdx
npm install
npm link
If you find a bug or want an enhancement, please open an issue in: https://github.com/fclef819/-fclef-cdx Repro steps and environment details are appreciated.