CommandCodeAI / CommandCodeAI/desktop
[Feedback]: Desktop lacks support for adding custom providers (parity with CLI `Add a provider`)
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 80
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
What problem are you trying to solve?
In Command Code Desktop (Linux, v0.1.30) there is no equivalent to the CLI v1.54.0 flow for adding custom providers (Add a provider / provider id: ollama, work-llm, openrouter… plus the list with vercel, groq, mistral, xai, together, cerebras, ↓ 184 more).
This is what the flow looks like in the CLI:
# Command Code v1.54.0
# models: muse-spark-1.3-contributor
Add a provider
Pick a known provider below, or type your own id.
provider id: ollama, work-llm, openrouter…
vercel · https://ai-gateway.vercel.sh/v1
groq · https://api.groq.com/openai/v1
mistral · https://api.mistral.ai/v1
xai · https://api.x.ai/v1
together · https://api.together.xyz/v1
cerebras · https://api.cerebras.ai/v1
↓ 184 more
In the Desktop app there is no screen/button/command (cmd) to do the same — only the default provider/login can be used, with no way to connect third-party providers (Ollama, OpenRouter, Groq, Together, etc.).
What would improve it?
Parity with the CLI in the Desktop app:
- An "Add a provider" screen/button in Settings (or in the model picker);
- A list of known providers plus a field for a custom
provider id+baseURL+API key; - The same 190+ providers available in the CLI.
What do you do today?
I use CLI v1.54.0 in the terminal to configure the provider, but the configuration is not reflected/reusable in the Desktop app on Linux — TUI/CLI and Desktop flows seem not to sync providers/sessions (related to #25).
Context / Environment
- Desktop: v0.1.30 (latest as of 2026-09-16), Linux
- CLI: v1.54.0 (
muse-spark-1.3-contributor) - Reported on: Linux
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the CLI “Add a provider” flow with the Desktop Settings or model-picker flow described in the issue, including the provider configuration and session-sync behavior related to #25. Define how known providers, custom provider IDs, base URLs, and API keys should be represented. Done means Desktop can add and reuse providers with parity for the requested CLI functionality on Linux.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, ollama
- Domain
- api, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100