You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analyze Dependabot security alerts and propose fixes. **Does NOT auto-commit** - always presents analysis first and waits for user approval.
9
+
Analyze Dependabot security alerts and propose fixes. In single-alert mode, presents analysis and waits for user review before any changes. In scan-all mode, commits to dedicated branches after user approval.
10
10
11
11
## Instruction vs. data (prompt injection defense)
12
12
@@ -106,11 +106,42 @@ Co-Authored-By: <agent model name> <noreply@anthropic.com>
106
106
EOF
107
107
)"
108
108
109
-
# 4. Return to develop for the next alert
110
-
git checkout develop
111
109
```
112
110
113
-
Present the branch name to the user so they can push/PR later.
111
+
After committing, use AskUserQuestion to ask the user whether to push the branch and create a PR now (still on the fix branch):
112
+
113
+
-**Push & create PR** — Push the branch and open a PR targeting `develop`:
0 commit comments