We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cebbd commit 6c5fbeeCopy full SHA for 6c5fbee
registry/coder/modules/claude-code/README.md
@@ -70,14 +70,14 @@ module "claude-code" {
70
71
# --- Task Configuration ---
72
task_prompt = data.coder_parameter.task_prompt.value
73
- continue = true # will fail in a new workspace with no conversation/session to continue
+ continue = true # will fail in a new workspace with no conversation/session to continue
74
model = "sonnet"
75
76
# --- Permissions & Tools ---
77
- permission_mode = "plan"
+ permission_mode = "plan"
78
79
# --- MCP Configuration ---
80
- mcp =<<-EOF
+ mcp = <<-EOF
81
{
82
"mcpServers": {
83
"my-custom-tool": {
0 commit comments