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 72e259f commit 895e6cbCopy full SHA for 895e6cb
registry/coder/modules/claude-code/scripts/start.sh
@@ -181,10 +181,10 @@ function start_agentapi() {
181
if [ "$ARG_REPORT_TASKS" = "true" ]; then
182
if task_session_exists; then
183
printf "YAYAYA"
184
- ARGS+=(--session-id "$TASK_SESSION_ID")
+ ARGS+=(--resume "$TASK_SESSION_ID")
185
else
186
printf "JAJAJA"
187
- ARGS+=(--resume "$TASK_SESSION_ID")
+ ARGS+=(--session-id "$TASK_SESSION_ID")
188
fi
189
190
if [ -n "$ARG_AI_PROMPT" ]; then
0 commit comments