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
fix(github): improve error reporting for GitHub file fetches
I am improving the error handling when fetching files from GitHub. Previously, if reading the response body failed, the error message would be incomplete. Now, I ensure that even if reading the response body fails, the error message will indicate this, providing more context for debugging. This change also renames a variable to clarify its purpose in the `GeminiAskHandler`.
0 commit comments