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 2525 with :
2626 continue-api-key : ${{ secrets.CONTINUE_API_KEY }}
2727 continue-org : " continuedev"
28- continue-agent : " continuedev/ empty-agent"
28+ continue-agent : " empty-agent"
Original file line number Diff line number Diff line change @@ -282,9 +282,9 @@ runs:
282282 echo "Prompt length: $(wc -c < "$PROMPT_FILE") characters"
283283
284284 # Use timeout to prevent hanging (360 seconds = 6 minutes)
285- echo "Executing command: cn --config $CONTINUE_ORG/$CONTINUE_AGENT -p @$PROMPT_FILE --allow Bash"
285+ echo "Executing command: cn --agent $CONTINUE_ORG/$CONTINUE_AGENT -p @$PROMPT_FILE --allow Bash"
286286
287- if timeout 360 cn --config "$CONTINUE_ORG/$CONTINUE_AGENT" -p "@$PROMPT_FILE" --allow Bash > code_review_raw.md 2>cli_error.log; then
287+ if timeout 360 cn --agent "$CONTINUE_ORG/$CONTINUE_AGENT" -p "@$PROMPT_FILE" --allow Bash > code_review_raw.md 2>cli_error.log; then
288288 echo "Continue CLI completed successfully"
289289 echo "Raw output length: $(wc -c < code_review_raw.md) characters"
290290
You can’t perform that action at this time.
0 commit comments