Skip to content

Commit 895e6cb

Browse files
committed
debug
1 parent 72e259f commit 895e6cb

File tree

1 file changed

+2
-2
lines changed
  • registry/coder/modules/claude-code/scripts

1 file changed

+2
-2
lines changed

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ function start_agentapi() {
181181
if [ "$ARG_REPORT_TASKS" = "true" ]; then
182182
if task_session_exists; then
183183
printf "YAYAYA"
184-
ARGS+=(--session-id "$TASK_SESSION_ID")
184+
ARGS+=(--resume "$TASK_SESSION_ID")
185185
else
186186
printf "JAJAJA"
187-
ARGS+=(--resume "$TASK_SESSION_ID")
187+
ARGS+=(--session-id "$TASK_SESSION_ID")
188188
fi
189189
fi
190190
if [ -n "$ARG_AI_PROMPT" ]; then

0 commit comments

Comments
 (0)