·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
General Updates
Updated installation instructions under /docs/installation-guides/
Tool Updates
- Several improvements to
get_file_contents
:- For files, gets matching paths in the Git Tree if the full path isn't known
- For directories, the root "/" is default
- For files, returns file SHA along with content
- Shortened tool name
add_pull_request_review_comment_to_pending_review
toadd_comment_to_pending_review
What's Changed
get_file_content
Match Paths in Git Tree if Full Path Unknown by @LuluBeatson in #650- fix: get_file_contents use "/" for root by @LuluBeatson in #666
- Bump go-github to v73.0.0 by @martinnormark in #597
- Always include SHA in get_file_contents responses by @yonaka15 in #676
- Reorganize README, add dedicated install guides, include policies and governance info for the github server by @D1M1TR10S in #695
- fix: shorten long tool name for adding pr review comments by @LuluBeatson in #697
New Contributors
- @martinnormark made their first contribution in #597
- @yonaka15 made their first contribution in #676
Full Changelog: v0.7.0...v0.8.0