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
- npm i
@continuedev/cli
- add script ` "start": "cn --config ./rules/config.yaml", to package.json.
- 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'
Before submitting your bug report
Relevant environment info
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",To reproduce
@continuedev/cliLog output