ccnew
v0.1.14
Published
ccnew relay manager for Codex, OpenCode, and OpenClaw.
Downloads
198
Maintainers
Readme
ccnew
ccnew is a relay configuration manager for:
- Codex
- OpenCode
- OpenClaw
It exposes one install command and one primary setup command:
npm i -g ccnew
ccnew fhlMain Commands
Quick setup:
ccnew fhl
ccnew fhl sk-your-keyInteractive menu:
ccnew
ccnew menuStandard setup:
ccnew setup -k sk-your-key
ccnew setup --preset fhl -k sk-your-keyPlatform management:
ccnew cx list
ccnew cx current
ccnew cx add -n fhl -u https://www.fhl.mom -k sk-xxx --model gpt-5.4
ccnew cx use fhl
ccnew oc list
ccnew ow listPresets and probe:
ccnew preset list
ccnew preset add -n team-a --provider-name teama --base-url https://example.com
ccnew preset use team-a -k sk-xxx -p codex,opencode
ccnew probe -u https://www.fhl.mom -u https://www.fhl.mom/v1Defaults
- Codex / OpenCode route:
https://www.fhl.mom - OpenClaw route:
https://www.fhl.mom/v1 - Primary setup command:
ccnew fhl - Default provider name:
fhl
ccnew fhl follows the old gmn1 style selection flow when --platform is omitted:
Codexchecked by defaultOpenCodechecked by defaultOpenClawunchecked by default
Local Verification
npm run verify:publish
node core/index.js --help
node core/index.js fhl --helpOptional desktop checks:
npm run typecheck
npm run build:web
npm run desktop:checkCustomer Install Simulation
npm pack
npm uninstall -g ccnew
npm install -g .\\ccnew-0.1.14.tgz
ccnew --help
ccnew fhl --help
ccnew gmn1 --help
ccnew fhl sk-demo-1234 --platform codex --no-probePublish
Run publish commands inside C:\Users\Administrator\work\march:
Set-Location C:\Users\Administrator\work\march
npm publish --access public --registry=https://registry.npmjs.org/