Summary
Support pointing Claude Code at a user-defined Anthropic-compatible API base URL (custom gateway / proxy / third-party endpoint), not only the built-in providers.
Proposal
Add a custom provider driven by config:
CUSTOM_BASE_URL
CUSTOM_API_KEY
CUSTOM_MODEL
Commands: ccm custom, ccc custom (plus user/project persistence where applicable).
Implementation
Implemented in #31
Summary
Support pointing Claude Code at a user-defined Anthropic-compatible API base URL (custom gateway / proxy / third-party endpoint), not only the built-in providers.
Proposal
Add a
customprovider driven by config:CUSTOM_BASE_URLCUSTOM_API_KEYCUSTOM_MODELCommands:
ccm custom,ccc custom(plus user/project persistence where applicable).Implementation
Implemented in #31