@embire2/codex
v0.129.0
Published
ChatPlus Codex CLI is the ChatPlus.Chat wallet-billed Codex CLI wrapper.
Downloads
476
Readme
ChatPlus Codex CLI
ChatPlus Codex CLI is the ChatPlus.Chat wallet-billed Codex CLI wrapper.
This package is based on the upstream Codex CLI baseline and is installed as:
@embire2/codex@latestInstall
Ubuntu/Debian:
apt-get update
apt-get install -y ca-certificates curl gnupg
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs npm
node --version
npm --version
npm install -g @embire2/codex@latestThe exact npm registry tarball URL for the same build is:
npm install -g https://registry.npmjs.org/@embire2/codex/-/codex-0.125.2.tgzIf npm registry metadata is temporarily unavailable, the exact npm registry tarball URL above or this hosted tarball install the same build:
npm install -g https://chatplus.chat/downloads/embire2-codex-0.125.2.tgzLogin
chatplus-codex loginUse the ChatPlus.Chat username and password created from the ChatPlus dashboard.
Run
chatplus-codex run --prompt "Fix the failing tests."Both chatplus-codex and codex point to the ChatPlus wrapper and use https://chatplus.chat by default.
