Skip to content

[Fix]: make sure to track opened PRs using Git MCP #8949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 6, 2025
Merged

Conversation

malhotra5
Copy link
Contributor

@malhotra5 malhotra5 commented Jun 6, 2025

  • This change is worth documenting at https://docs.all-hands.dev/
  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality this introduces.

  • PRs opened by agent is properly tracked in conversation metadata

Summarize what the PR does, explaining any non-trivial design decisions.

There are two fixes here

  1. User ID is None on OSS, which prevents tracking opened PRs in convo metadata; we've made user_id optional now
  2. The header attribute was mismatched between the mcp client and server for the conversation id, which is also fixed now

Link of any specific issues this addresses:


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:bb440f3-nikolaik   --name openhands-app-bb440f3   docker.all-hands.dev/all-hands-ai/openhands:bb440f3

@malhotra5 malhotra5 enabled auto-merge (squash) June 6, 2025 16:41
@malhotra5 malhotra5 merged commit 6605269 into main Jun 6, 2025
18 checks passed
@malhotra5 malhotra5 deleted the pr-tracker branch June 6, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants