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
Copy file name to clipboardExpand all lines: packages/agent/src/server/agent-server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -747,7 +747,7 @@ After completing the requested changes:
747
747
1. Create a new branch with a descriptive name based on the work done
748
748
2. Stage and commit all changes with a clear commit message
749
749
3. Push the branch to origin
750
-
4. Create a draft pull request using \`gh pr create --draft\` with a descriptive title and body
750
+
4. Create a draft pull request using \`gh pr create --draft${this.config.baseBranch ? ` --base ${this.config.baseBranch}` : ""}\` with a descriptive title and body
751
751
752
752
Important:
753
753
- Always create the PR as a draft. Do not ask for confirmation.
0 commit comments