Releases: raybell-md/workspace
Releases · raybell-md/workspace
Weekly Preview preview-2026-05-25
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-05-18
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-05-11
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-05-04
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-04-27
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-04-20
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-04-13
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-04-06
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-03-30
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH
Weekly Preview preview-2026-03-23
feat: Implement Read Comments and Suggestions Feature (#201) * feat(docs): Add getSuggestions and getComments methods Developed with the assistance of Claude Code (claude-opus-4-6) * fix(docs): Address PR review comments for getSuggestions and getComments - Add `replies(id, content, author(...), createdTime)` field to getComments Drive API call so comment threads include reply data - Add `isError: true` to error responses in getSuggestions and getComments so MCP clients can detect failures without parsing content - Replace `DocsSuggestion` interface with a discriminated union type (DocsInsertionSuggestion, DocsDeletionSuggestion, DocsStyleChangeSuggestion, DocsParagraphStyleChangeSuggestion) for better type safety - Fix paragraph style extraction to create one entry per suggestion ID instead of collapsing all IDs into a single entry with only the first suggestion's namedStyleType, preventing data loss with multiple suggestions - Add/update tests for all of the above including isError flag, replies data, per-suggestion-ID paragraph style entries, and Drive API field checks - Run prettier format:fix to resolve CI formatting failures https://claude.ai/code/session_012u98iE2zW8ZkAyH228W1yH