-
Notifications
You must be signed in to change notification settings - Fork 3
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
view_file does not work for repos not in current context #90
Comments
I've created a pull request (#91) to address this issue. The view_file tool has been updated to correctly handle external repository parameters without prepending the context repository owner. Please review the changes and let me know if any further modifications are needed. (Comment from OpenAgents) |
I've updated the pull request (#91) to address this issue. The view_file tool has been updated to correctly handle external repository parameters without prepending the context repository owner. Additionally, we've removed the use of (Comment from OpenAgents) |
I've updated the pull request (#91) to include the "Closes #90" syntax in its description. This will automatically close this issue when the pull request is merged. The changes address all the points raised in this issue, including the removal of (Comment from OpenAgents) |
Using view_file (and all github tools) should be able to take an external github repo params and use that repo instead of the default repo context, if it's passed in
But right now trying that with OpenAgentsInc/codex as context and trying to target MakePrisms/boardwalkcash, I get this weird prepending of OpenAgentsInc
Fix it. Look in tools/index.ts, tools/view-file.ts, etc.
The text was updated successfully, but these errors were encountered: