fhlcc
v0.1.7
Published
FHL Control manager for Codex, OpenCode, and OpenClaw.
Maintainers
Readme
FHL Control
fhlcc is a provider configuration manager for:
- Codex
- OpenCode
- OpenClaw
It includes:
- Customer CLI command:
ccman - Quick setup shortcuts:
fml,fhl,fhl1,fhlcode - Compatibility shortcuts:
gmn,gmn1,gmncode - Desktop/web workspace in this repo:
src/,desktop/,src-tauri/
Install
npm i -g fhlccIf ccman already exists from another package, uninstall the conflicting package first:
npm uninstall -g ccmanCustomer Quick Start
Shortest path:
npm i -g fhlcc
ccman fmlDirect key input:
ccman fml sk-your-keyccman fml follows gmn1-style platform selection when --platform is not provided:
Codexchecked by defaultOpenCodechecked by defaultOpenClawunchecked by default
Main Commands
Interactive quick setup:
ccmanOpen menu:
ccman menuStandard setup:
ccman setup -k sk-your-key
ccman setup --preset fhl -k sk-your-keyShortcut examples:
ccman fml
ccman fml sk-your-key
ccman fhl --platform codex,openclaw
ccman gmn1Command Examples
Codex:
ccman cx list
ccman cx current
ccman cx add -n fhl -u https://gmncode.cn -k sk-xxx --model gpt-5.4
ccman cx use fhl
ccman cx edit fhl --model gpt-5.3-codex
ccman cx clone fhl -n fhl-backup
ccman cx remove fhl-backupOpenCode / OpenClaw:
ccman oc list
ccman ow listPresets:
ccman preset list
ccman preset add -n team-a --provider-name teama --base-url https://example.com
ccman preset use team-a -k sk-xxx -p codex,opencode
ccman preset remove team-aProbe:
ccman probe -u https://gmncode.cn -u https://gmncode.cn/v1Local Verification
npm run check
npm run typecheck
npm run build:web
npm run desktop:check
node scripts/postinstall.mjs
node core/index.js --help
node core/index.js fml --help
node core/index.js fhl --helpIsolated smoke test:
$env:MARCH_HOME="C:\\tmp\\march-smoke"
node core/index.js fml sk-demo-1234 --platform codex --no-probe --no-backupCustomer Install Simulation
npm pack
npm uninstall -g fhlcc
npm install -g .\\fhlcc-0.1.7.tgz
ccman --help
ccman fml --help
ccman fhl --help
ccman gmn1 --help
ccman fml sk-demo-1234 --platform codex --no-probeDesktop
npm run desktop:dev
npm run desktop:install-runtime
npm run desktop:check
npm run desktop:pack