Skip to content

v0.1.0

Compare
Choose a tag to compare
@chew-z chew-z released this 10 Aug 06:55
· 16 commits to main since this release

New Features

  • GitHub Integration for gemini_ask: The gemini_ask tool can now fetch files directly from GitHub repositories using the github_repo, github_ref, and github_files arguments. This allows for a more secure and flexible way to provide file context, especially when running the server in HTTP mode.
  • Automatic Repository Detection: The server now automatically detects the current Git repository and branch, using them as default values for the github_repo and github_ref arguments in the gemini_ask tool.

Security Enhancements

  • Disabled Local File Access over HTTP: For security reasons, the file_paths argument, which accesses the local filesystem, is now disabled when the server is running in HTTP transport mode. Users should use the new github_files functionality instead.

Bug Fixes

  • Fixed an issue where the parseGitHubRepo function did not correctly handle all Git URL formats.