docs/ide-extensions/agent/how-to-customize.mdx
Adding Rules can be done in your configuration locally or in Mission Control. You can explore Rules on the Continue Mission Control and refer to the Rules deep dive for more details.
You can customize the system messages for Chat, Agent, and Plan modes using model-level configuration:
models:
- name: GPT-4o
provider: openai
model: gpt-4o
chatOptions:
baseSystemMessage: "You are a helpful coding agent."
baseAgentSystemMessage: "You are a systematic coding agent. Break down problems methodically."
basePlanSystemMessage: "You are a planning agent. Create clear, actionable steps."
You can add MCP servers to your configuration to give Agent mode access to more tools. Explore MCP Servers on Mission Control and consult the MCP guide for more details.
You can adjust the Agent mode's tool usage behavior to three options:
:::warning Be careful setting tools to "automatic" if their behavior is not read-only. :::
To manage tool policies:
Tool policies are stored locally per user.