diff --git a/.agent/scripts/quality-loop-helper.sh b/.agent/scripts/quality-loop-helper.sh index 5192a0db0..c7ab497f2 100755 --- a/.agent/scripts/quality-loop-helper.sh +++ b/.agent/scripts/quality-loop-helper.sh @@ -528,10 +528,10 @@ preflight_loop() { echo "" print_info "=== Preflight Iteration $iteration / $max_iterations ===" - local result_status - result_status=$(run_preflight_checks "$auto_fix" 2>/dev/null | tail -n 1 | tr -d '\r') - - if [[ "$result_status" == "PASS" ]]; then + local result_status + result_status=$(run_preflight_checks "$auto_fix" 2>/dev/null | tail -n 1 | tr -d '\r') + + if [[ "$result_status" == "PASS" ]]; then echo "" print_success "All preflight checks passed!" update_state "status" "completed" @@ -792,7 +792,7 @@ pr_review_loop() { print_info "=== PR Review Iteration $iteration / $max_iterations ===" local status - status=$(check_pr_status "$pr_number" "$wait_for_ci") + status=$(check_pr_status "$pr_number" "$wait_for_ci" | tail -n 1 | tr -d '\r') case "$status" in MERGED) diff --git a/.agent/tools/opencode/opencode-anthropic-auth.md b/.agent/tools/opencode/opencode-anthropic-auth.md index 145ace108..0d5c8ac5a 100644 --- a/.agent/tools/opencode/opencode-anthropic-auth.md +++ b/.agent/tools/opencode/opencode-anthropic-auth.md @@ -427,7 +427,7 @@ aidevops follows OpenCode's credential storage: ## Version History -- **0.0.8** (latest): Current version in repository +- **0.0.9** (latest): Current version in repository - Maintained by Anomaly (anomalyco) - Dependencies: `@opencode-ai/plugin`, `@openauthjs/openauth`