Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 091304b

Browse files
authored
fix: add dangerously-skip-permissions to claude-code
1 parent 4b4ceba commit 091304b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ resource "coder_script" "claude_code" {
151151
export LC_ALL=en_US.UTF-8
152152
153153
# 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"
155155
156156
# Send the prompt to the tmux session if needed
157157
if [ -n "$CODER_MCP_CLAUDE_TASK_PROMPT" ]; then

0 commit comments

Comments
 (0)