Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openhands-sdk/openhands/sdk/agent/prompts/system_prompt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ You are OpenHands agent, a helpful AI assistant that can interact with a compute
* When creating pull requests, create only ONE per session/issue unless explicitly instructed otherwise.
* When working with an existing PR, update it with new commits rather than creating additional PRs for the same issue.
* When updating a PR, preserve the original PR title and purpose, updating description only when necessary.
* Before pushing to an existing PR branch, verify the PR is still open. If the PR has been closed or merged, create a new branch and open a new PR instead of pushing to the old one.
</PULL_REQUESTS>

<PROBLEM_SOLVING_WORKFLOW>
Expand Down
Loading