This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
14
14
``` tf
15
15
module "claude-code" {
16
16
source = "registry.coder.com/modules/claude-code/coder"
17
- version = "1.2.0 "
17
+ version = "1.2.1 "
18
18
agent_id = coder_agent.example.id
19
19
folder = "/home/coder"
20
20
install_claude_code = true
@@ -102,7 +102,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
102
102
``` tf
103
103
module "claude-code" {
104
104
source = "registry.coder.com/modules/claude-code/coder"
105
- version = "1.2.0 "
105
+ version = "1.2.1 "
106
106
agent_id = coder_agent.example.id
107
107
folder = "/home/coder"
108
108
install_claude_code = true
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ resource "coder_script" "claude_code" {
151
151
export LC_ALL=en_US.UTF-8
152
152
153
153
# Create a new tmux session in detached mode
154
- tmux new-session -d -s claude-code -c ${ var . folder } "claude"
154
+ tmux new-session -d -s claude-code -c ${ var . folder } "claude --dangerously-skip-permissions "
155
155
156
156
# Send the prompt to the tmux session if needed
157
157
if [ -n "$CODER_MCP_CLAUDE_TASK_PROMPT" ]; then
You can’t perform that action at this time.
0 commit comments