npm.io
2.3.0 • Published 1 week agoCLI

@kesarcloud/omega-plus-cli

Licence
MIT
Version
2.3.0
Deps
0
Size
52 kB
Vulns
0
Weekly
0

Omega Plus CLI

Interactive setup wizard for connecting local coding tools to Omega Plus.

npx -y @kesarcloud/omega-plus-cli

The 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

Additional tools (Cursor, Windsurf, Roo Code, Zed IDE, Warp Terminal, OpenClaw, Continue, Aider) are supported via manual setup guides in the Omega Plus documentation.

Available Models (11 available models)

Model ID Display Name
omega-plus Omega Plus
claude-opus-4-6 Claude Opus 4.6
claude-opus-4-7 Claude Opus 4.7
claude-opus-4-8 Claude Opus 4.8
gpt-5.5 GPT 5.5
claude-sonnet-4-6 Claude Sonnet 4.6
gemini-3.1-pro Gemini 3.1 Pro
deepseek-v4-pro DeepSeek V4 Pro
qwen-3.7-plus Qwen 3.7 Plus
minimax-m3 MiniMax M3
glm-5.2 GLM 5.2

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-run

Defaults:

  • 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)
  • All 11 available models are included in generated configs

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.