@afffun/codexbot
v1.0.125
Published
Thin npm bootstrap CLI for installing and operating Codexbot nodes
Readme
Codexbot npm CLI
This package is the thin npm-distributed entrypoint for Codexbot.
It does not embed the full runtime payload, systemd units, or native sidecars. Instead it exposes explicit commands such as:
codexbot installcodexbot upgradecodexbot auth statuscodexbot auth login
install and upgrade fetch the signed release package through the existing
Codexbot update pipeline, then apply it with the official installer.
Current install-time connector bootstrap supports:
- Telegram
- WeCom
- Weixin
For Weixin, the install flow prints a raw QR login URL after install so the operator can copy it into WeChat File Transfer Assistant and open it inside WeChat to complete personal-WeChat binding.
The install wizard also supports both OPENAI_API_KEY and optional
OPENAI_BASE_URL, so operators can point Codexbot at an OpenAI-compatible
proxy endpoint instead of only api.openai.com.
