- OS: Windows 10 Enterprise
- Continue version:
- IDE version: 1.0.10
- Model: Local LLM
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: "Qwen/QwQ-32B"
model: "Qwen/QwQ-32B"
systemMessage: "Answer in Korean"
provider: "openai"
apiKey: "{API Key}"
apiBase: "http://{localllmIP}:4000/v1"
contextLength: 30000
capabilities:
- tool_use
roles: [chat, edit, apply]
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
data:
- name: "logs"
schema: "0.2.0"
events: ["autocomplete"]
destination: "file:///d:/tmp/continue_logs/"
mcpServers:
- name: Filesystem
type: stdio
command: cmd
args: ["/c", "npx","-y", "@modelContextProtocol/server-filesystem", "d:/test"]
- name: op_sharp
type: stdio
command: python
args: [ "C:/Users/user/.continue/mcp/test_log.py"]
- name: op-test
type: stdio
command: mcp
args: ["-dev", "C:/Users/user/.continue/mcp/test_log.py"]
OR link to assistant in Continue hub:
The systemMessage field in config.yaml is not being applied to the prompt as expected.
This issue appears to have started after a recent update.
Before submitting your bug report
Relevant environment info
Description
The systemMessage field in config.yaml is not being applied to the prompt as expected.
This issue appears to have started after a recent update.
To reproduce
Log output