- Gmail: Added
createLabeltool to manage email labels. - Slides: Added
getImagesandgetSlideThumbnailtools for better visual integration, and included slide IDs ingetMetadataoutput. - Drive: Enhanced support for shared drives.
- Calendar: Added support for event descriptions.
- GCP: Added comprehensive documentation and automation for GCP project recreation.
- Logging: Added authentication status updates via MCP logging for better observability.
- Tools: Added annotations for read-only tools to improve agent interaction.
- Security: Resolved esbuild vulnerability via vite override.
- Compatibility: Normalised tool names to underscores for better compatibility with other agents (e.g., Cursor).
- Config: Removed unused arguments in extension configuration.
- Formatting: Updated context documentation with Chat-specific formatting instructions.
- Infrastructure: Allowed
.geminidirectory in git and added Prettier to CI/CD pipeline. - Dependencies: Updated MCP SDK, Hono, Google APIs, and other core libraries.
- Google Drive: Added
drive.createFolderto create new folders. - People: Added
people.getUserRelationsto retrieve user relationships (manager, reports, etc.). - Google Chat: Added threading support to
chat.sendMessageandchat.sendDm, and filtering by thread inchat.getMessages. - Gmail: Added
gmail.downloadAttachmentto download email attachments. - Google Drive: Added
drive.downloadFileto download files from Google Drive. - Calendar: Added
calendar.deleteEventto delete calendar events. - Google Docs: Added support for Tabs in DocsService.
- Dependencies: Updated various dependencies including
@googleapis/drive,google-googleapis, andjsdom. - CI/CD: Added a weekly preview release workflow and updated GitHub Actions versions.
- Testing: Added documentation for the testing process with Gemini CLI.
- Fixed an issue where the
vprefix was not stripped correctly in the release script. - Fixed an issue with invalid assignees in dependabot config.
- Fixed log directory creation.
- Initial release with support for Google Docs, Sheets, Slides, Drive, Calendar, Gmail, Chat, Time, and People.