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 72a9027 commit 0bf7ff2Copy full SHA for 0bf7ff2
registry/coder/modules/claude-code/main.tf
@@ -328,7 +328,7 @@ resource "coder_app" "claude_code" {
328
echo "Attaching to existing Claude Code tmux session." | tee -a "$HOME/.claude-code.log"
329
# If Claude isn't running in the session, start it without the prompt
330
if ! tmux list-panes -t claude-code -F '#{pane_current_command}' | grep -q "claude"; then
331
- tmux send-keys -t claude-code "cd ${var.folder} && claude-code -c --dangerously-skip-permissions" C-m
+ tmux send-keys -t claude-code "cd ${var.folder} && claude -c --dangerously-skip-permissions" C-m
332
fi
333
tmux attach-session -t claude-code
334
else
0 commit comments