continuedev / continuedev/continue

Continue/CLI does not handle local ollama AUTODETECT directive correctly

Open
#12,633 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:configuration area:ollama kind:bug stale
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS: LMDE7
- Continue version: Continue CLI v1.5.45
- IDE version: --
- Model: --
- config:
  
  - name: MyOllama
    provider: ollama
    model: AUTODETECT
    apiBase: http://localhost:11434
    roles:
      - chat
      - edit
      - apply
Description

No response

To reproduce
  1. Install VSCod(ium) + Continue Addon
  2. Configure Continue providers, included local ollama with AUTODETECT support
  3. Install Continue CLI
  4. Start CLI
  5. Type whatever command as prompt , your get:
Error: 404 model 'AUTODETECT' not found
Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with Continue CLI v1.5.45 using the shown Ollama configuration and the model value AUTODETECT. Trace how the CLI reads that configuration before sending a prompt to http://localhost:11434; done means AUTODETECT is handled correctly and the CLI no longer requests a model literally named AUTODETECT.

Written by the indexing model from the issue text.

Assessment

Tech stack
ollama, typescript
Domain
ai, cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.