Skip to content

Wrong location for the cli config file #10645

@ChenPeleg

Description

@ChenPeleg

Before submitting your bug report

Relevant environment info

- OS:WINDOWS
- Continue version: 
- IDE version:    v1.5.43
- Model:
- config:
  
name: Local config
version: 0.0.1
schema: v1

models:
  - name: qwen/qwen3-vl-8b
    provider: lmstudio
    model: qwen/qwen3-vl-8b>
    apiBase: http://localhost:8000/v1 # if running a remote instance of LM Studio

  
  OR link to agent in Continue hub:

Description

I have installed continue cli - not globaly.
Trying to make the cli start with a specific config:
"scripts": { "start": "cn --config ./rules/config.yaml",

cn --config ./rules/config.yaml

Fatal error: Failed to load config from "./rules/config.yaml": Error: ENOENT: no such file or directory, open 'C:\Projects\local-LLM\rules\rules\config.yaml'

To reproduce

  1. npm i @continuedev/cli
  2. add script ` "start": "cn --config ./rules/config.yaml", to package.json.
  3. run 'npm run start'

Log output

Fatal error: Failed to load config from "./rules/config.yaml": Error: ENOENT: no such file or directory, open 'C:\Projects\local-LLM\rules\rules\config.yaml'

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:configurationRelates to configuration optionskind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions