From 2b00ce7ffa9cf6811777c94bccbd2429025d1744 Mon Sep 17 00:00:00 2001 From: pyob-bot Date: Wed, 18 Mar 2026 00:22:16 +0000 Subject: [PATCH] Refactor: Update AutoReviewer Decision Prompt --- src/pyob/autoreviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyob/autoreviewer.py b/src/pyob/autoreviewer.py index 8ec19ed..ae0911f 100644 --- a/src/pyob/autoreviewer.py +++ b/src/pyob/autoreviewer.py @@ -130,7 +130,7 @@ def _get_dashboard_decision(self, allow_delete: bool) -> str: ) logger.info(f" -> {dashboard_url}") logger.info( - f"Waiting for your decision on the dashboard (PROCEED, SKIP, or {'DELETE' if allow_delete else 'CANCEL'})..." + f"Please open your web browser to the URL above for context. Decision will be taken via CLI (PROCEED, SKIP, or {'DELETE' if allow_delete else 'CANCEL'})..." ) prompt_options = "'PROCEED' to apply, 'SKIP' to ignore"