Allow for the following operations on both prs and issues (currently adding a comment is supported):
- view thread
- edit comment
- add reaction
- reply to other comment
We also need to add ways to create a PR or create an issue.
Additionally, add a way to get the issue and pr that reference the current branch the agent is on. If the branch starts with a number, assume its tied to that issue. The PR that is from the current branch should be referenced as well (if multiple exist, return both of them since that probably indicates a weird state).
Allow for the following operations on both prs and issues (currently adding a comment is supported):
We also need to add ways to create a PR or create an issue.
Additionally, add a way to get the issue and pr that reference the current branch the agent is on. If the branch starts with a number, assume its tied to that issue. The PR that is from the current branch should be referenced as well (if multiple exist, return both of them since that probably indicates a weird state).