Skip to content

Releases: raybell-md/workspace

Weekly Preview preview-2026-05-25

25 May 12:36
09ce0c1

Choose a tag to compare

Pre-release
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

18 May 12:38
09ce0c1

Choose a tag to compare

Pre-release
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

11 May 12:16
09ce0c1

Choose a tag to compare

Pre-release
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

04 May 11:08
09ce0c1

Choose a tag to compare

Pre-release
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

27 Apr 11:09
09ce0c1

Choose a tag to compare

Pre-release
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

20 Apr 10:53
09ce0c1

Choose a tag to compare

Pre-release
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

13 Apr 10:50
09ce0c1

Choose a tag to compare

Pre-release
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

06 Apr 10:14
09ce0c1

Choose a tag to compare

Pre-release
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

30 Mar 10:21
09ce0c1

Choose a tag to compare

Pre-release
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

23 Mar 10:07
09ce0c1

Choose a tag to compare

Pre-release
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