You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.