Skip to content

fix: pass --non-interactive to setup.sh from supervisor and full-loop deploy#749

Merged
marcusquinn merged 2 commits intomainfrom
bugfix/t193-setup-noninteractive
Feb 9, 2026
Merged

fix: pass --non-interactive to setup.sh from supervisor and full-loop deploy#749
marcusquinn merged 2 commits intomainfrom
bugfix/t193-setup-noninteractive

Conversation

@marcusquinn
Copy link
Copy Markdown
Owner

Summary

  • Root cause: supervisor-helper.sh and full-loop-helper.sh call ./setup.sh without --non-interactive, causing interactive read prompts to get EOF and exit before reaching deploy_aidevops_agents()
  • setup.sh already has full --non-interactive support (line 4604) — callers just weren't using it
  • Added AIDEVOPS_NON_INTERACTIVE env var support for flag-free activation (e.g., from cron, CI)

Changes

File Change
setup.sh Honor AIDEVOPS_NON_INTERACTIVE env var at initialization
.agents/scripts/supervisor-helper.sh Pass --non-interactive + env var in run_deploy_for_task()
.agents/scripts/full-loop-helper.sh Pass --non-interactive + env var in run_deploy_phase()

Testing

  • Verified AIDEVOPS_NON_INTERACTIVE=true ./setup.sh --non-interactive runs to completion without prompts
  • ShellCheck clean (no new warnings)
  • 3 files changed, 4 insertions, 4 deletions

Closes #720

… deploy

setup.sh already supports --non-interactive mode but supervisor-helper.sh and
full-loop-helper.sh were calling it without the flag. When the supervisor runs
setup.sh as a deploy step, read prompts get EOF and the script exits before
reaching deploy_aidevops_agents().

Changes:
- setup.sh: honor AIDEVOPS_NON_INTERACTIVE env var for flag-free activation
- supervisor-helper.sh: pass --non-interactive + env var in run_deploy_for_task()
- full-loop-helper.sh: pass --non-interactive + env var in run_deploy_phase()

Closes #720
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 9, 2026

Warning

Rate limit exceeded

@marcusquinn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 58 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bugfix/t193-setup-noninteractive

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 9, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 46 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Mon Feb 9 03:48:58 UTC 2026: Code review monitoring started
Mon Feb 9 03:48:59 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 46

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 46
  • VULNERABILITIES: 0

Generated on: Mon Feb 9 03:49:01 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

…106.0

- Fix env var name: AIDEVOPS_NONINTERACTIVE -> AIDEVOPS_NON_INTERACTIVE
- Pass --non-interactive flag to setup.sh in post_install
- Update tarball URL and sha256 to v2.106.0
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 9, 2026

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 46 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Mon Feb 9 03:50:33 UTC 2026: Code review monitoring started
Mon Feb 9 03:50:34 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 46

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 46
  • VULNERABILITIES: 0

Generated on: Mon Feb 9 03:50:36 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 9, 2026

@marcusquinn marcusquinn merged commit 9209b7b into main Feb 9, 2026
11 checks passed
@marcusquinn marcusquinn deleted the bugfix/t193-setup-noninteractive branch February 21, 2026 01:59
@marcusquinn marcusquinn added the code-reviews-actioned All review feedback has been actioned label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-reviews-actioned All review feedback has been actioned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

t193: setup.sh fails in non-interactive supervisor deploy step

1 participant