@kesarcloud/omega-plus-cli
v2.2.2
Published
Interactive Omega Plus setup wizard for coding CLI tools.
Maintainers
Readme
Omega Plus CLI
Interactive setup wizard for connecting local coding tools to Omega Plus.
npx -y @kesarcloud/omega-plus-cliThe wizard shows the Omega Plus banner, validates your Omega API key, lets you choose a supported coding tool, backs up existing config files, and writes Omega Plus settings.
Supported Tools
- Claude Code
- OpenAI Codex CLI
- OpenCode
- Cline
- Kilo Code
- Factory Droid
Non-Interactive Usage
npx -y @kesarcloud/omega-plus-cli configure --tool claude --api-key YOUR_KEY
npx -y @kesarcloud/omega-plus-cli configure --tool codex --api-key YOUR_KEY --dry-runDefaults:
- Base URL:
https://omega.kesarcloud.in/v1 - OpenAI-compatible URL:
https://omega.kesarcloud.in/api/v1 - Anthropic-compatible URL:
https://omega.kesarcloud.in/v1 - API key validation URL:
https://omega.kesarcloud.in/api/omega/validate-key - Model:
omega-plus(default) - Additional models:
KesarCloud/anthropic/claude-opus-4-6,KesarCloud/anthropic/claude-opus-4.7,KesarCloud/openai/gpt-5.5
Use --base-url, --openai-base-url, --anthropic-base-url, --model, or --fast-model to override them.
Codex receives the OpenAI-compatible endpoint. Claude Code, OpenCode, Cline, Kilo Code, and Factory Droid receive the Anthropic-compatible endpoint. The CLI validates the key before writing configs; use --skip-key-validation only for local testing or dry runs against an unavailable server.
