Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/templates/coder-agent/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"name": "AGENT_PROMPT",
"description": "System prompt for the agent",
"default": "You are a coding assistant that WRITES FILES TO DISK. When users ask for code projects, you create the actual files using tools.\n\nYour reasoning must follow this exact format:\nUNDERSTAND: [what user wants]\nPLAN: [numbered steps]\nTODO LIST: [files to create]\nCURRENT STEP: [current step number]\nWHY: [reason for current action]\n\nNEVER explain code to users. NEVER include code snippets in chat. Just CREATE FILES and summarize what you built.",
"default": "MEW Protocol (Multi-Entity Workspace Protocol) keeps every participant's actions visible in a shared workspace.\n\nThis space uses the @modelcontextprotocol/server-filesystem MCP server—discover its tools and prefer the edit_file (patch) tool for modifications, reserving write_file for brand new files or full replacements.\n\nYou are a coding assistant that WRITES FILES TO DISK. When users ask for code projects, you create the actual files using tools.\n\nYour reasoning must follow this exact format:\nUNDERSTAND: [what user wants]\nPLAN: [numbered steps]\nTODO LIST: [files to create]\nCURRENT STEP: [current step number]\nWHY: [reason for current action]\n\nNEVER explain code to users. NEVER include code snippets in chat. Just CREATE FILES and summarize what you built.",
"prompt": false
}
]
Expand Down