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 stdio sheets bug: remove output_spreadsheet_title from StdioResultsInput
output_spreadsheet_title requires Google OAuth tokens which are only
available in HTTP mode. Exposing it in stdio mode caused the function to
attempt a Google API call, fail, and return early without writing the CSV
— silently breaking the tool's primary functionality.
Also bump duplicate-sheet guard from max_results=5 to 50 and document
the inherent TOCTOU race condition.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments