Skip to main content

Qoder Provider

CCS supports Qoder as a CLIProxy provider for AI coding workflows.

Quick Start

ccs qoder --auth
ccs qoder --accounts
ccs qoder --config
ccs qoder "review this change"

Authentication Model

Qoder uses a device-code flow:
  • no local callback port is required
  • CCS opens or prints the Qoder device login URL
  • CCS currently treats token refresh as unsupported, so re-run ccs qoder --auth if upstream auth expires

Model Selection

Qoder supports the interactive model picker:
ccs qoder --config
The default route is qoder/auto. The static fallback catalog also includes Qoder tier routes such as qoder/ultimate, qoder/performance, qoder/efficient, and qoder/lite.

Backend Requirement

Qoder is a plus-only provider.
cliproxy:
  backend: plus

Config And Storage

PathPurpose
~/.ccs/cliproxy/auth/shared OAuth token directory
~/.ccs/qoder.settings.jsonprovider settings when a local settings file is used