Merged
Conversation
a-bonus
pushed a commit
that referenced
this pull request
Oct 29, 2025
…fety This commit extends the initial tabs support from PR #22 with the following improvements: **Core Enhancements:** - Add tabId support to write operations (appendToGoogleDoc, insertText, deleteRange) - Improve type safety by replacing 'any' types with proper TypeScript interfaces - Create TabWithLevel interface for better type checking - Fix getTabTextLength to handle tables in addition to paragraphs **Documentation:** - Add comprehensive tabs documentation to README.md - Include usage examples for tab operations - Document which tools support the tabId parameter **Technical Improvements:** - Use proper docs_v1.Schema$Tab and docs_v1.Schema$DocumentTab types - Add tab validation in write operations - Improve error messages for tab-related operations - Maintain backward compatibility for documents without tabs This builds upon the foundational work in PR #22, completing the tabs feature by adding full read/write support with robust type safety. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Chris Alfano <chris@jarv.us>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
listDocumentTabstool and adds an optionaltabIdparameter to thereadGoogleDoctoolThis is just initial support for reading, much more work to do to enable all the other tools to work across tabs