New Features
- 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.
Improvements
- 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.
Fixes
- 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.
What's Changed
- refactor(release): streamline versioning and update docs by @allenhutchison in #55
- chore(deps): bump jws from 4.0.0 to 4.0.1 by @dependabot[bot] in #57
- fix(auth): add 5-minute buffer to token expiration check by @allenhutchison in #61
- Update Markdown formatting in development.md for generating a pre-commit hook. by @kamladi in #65
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.48.0 to 8.48.1 by @dependabot[bot] in #70
- chore(deps-dev): bump esbuild from 0.27.0 to 0.27.1 by @dependabot[bot] in #69
- chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 by @dependabot[bot] in #68
- chore(deps): bump @modelcontextprotocol/sdk from 1.24.0 to 1.24.3 by @dependabot[bot] in #67
- chore(deps-dev): bump @typescript-eslint/parser from 8.48.0 to 8.48.1 by @dependabot[bot] in #66
- Fix: Support Google Docs Tabs in DocsService by @allenhutchison in #60
- fix: remove invalid assignees from dependabot config by @allenhutchison in #72
- fix: strip leading 'v' from version in release script by @allenhutchison in #73
- feat: add calendar.deleteEvent tool by @allenhutchison in #74
- chore(deps): bump googleapis from 166.0.0 to 167.0.0 by @dependabot[bot] in #79
- chore(deps): bump dompurify from 3.3.0 to 3.3.1 by @dependabot[bot] in #78
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.48.1 to 8.49.0 by @dependabot[bot] in #75
- chore(deps): bump jsdom from 27.2.0 to 27.3.0 by @dependabot[bot] in #76
- chore(deps-dev): bump @types/node from 24.10.1 to 24.10.2 by @dependabot[bot] in #77
- fix: ensure logs directory is created in project root by @allenhutchison in #80
- feat: implement drive.downloadFile tool and tests by @allenhutchison in #81
- doc: example of testing single file by @raybell-md in #96
- chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 by @dependabot[bot] in #102
- chore(deps): bump @googleapis/docs from 8.1.1 to 9.0.0 by @dependabot[bot] in #101
- chore(deps): bump googleapis from 167.0.0 to 168.0.0 by @dependabot[bot] in #100
- chore(deps-dev): bump @types/node from 24.10.2 to 25.0.2 by @dependabot[bot] in #99
- chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #97
- chore(deps): bump @googleapis/drive from 19.2.0 to 19.2.1 by @dependabot[bot] in #98
- fix: use direct jest.js path and run CI on all OSs by @allenhutchison in #91
- feat(docs): setup vitepress and github pages deployment by @allenhutchison in #94
- feat(gmail): add attachment download and extraction by @allenhutchison in #95
- ci: add weekly preview release workflow by @allenhutchison in #104
- feat(chat): update chat.getMessages tool to support filtering by thread name by @kamladi in #110
- chore(deps): bump googleapis from 168.0.0 to 169.0.0 by @dependabot[bot] in #123
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.49.0 to 8.50.0 by @dependabot[bot] in #122
- chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #120
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #118
- chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #117
- feat(chat): add threading support to sendMessage and sendDm by @NTaylorMullen in #124
- Document testing process with Gemini CLI by @raybell-md in #115
- chore(deps-dev): bump esbuild from 0.27.1 to 0.27.2 by @dependabot[bot] in #121
- chore(deps-dev): bump vue from 3.5.25 to 3.5.26 by @dependabot[bot] in #119
- chore(deps-dev): bump @typescript-eslint/parser from 8.49.0 to 8.50.0 by @dependabot[bot] in #116
- add getUserRelations (PR #59 continuation) by @raybell-md in #82
- Doc: add new function to docs by @raybellwaves in #125
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.0 to 8.50.1 by @dependabot[bot] in #131
- chore(deps): bump @modelcontextprotocol/sdk from 1.24.3 to 1.25.1 by @dependabot[bot] in #127
- chore(deps): bump jsdom from 27.3.0 to 27.4.0 by @dependabot[bot] in #129
- chore(deps): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #132
- chore(deps-dev): bump @types/node from 25.0.2 to 25.0.3 by @dependabot[bot] in #130
- chore(deps): bump @googleapis/drive from 19.2.1 to 20.0.0 by @dependabot[bot] in #128
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 by @dependabot[bot] in #137
- chore(deps-dev): bump @typescript-eslint/parser from 8.50.1 to 8.51.0 by @dependabot[bot] in #136
- feat: add drive.createFolder by @raybell-md in #134
- fix: separate release creation and asset upload in weekly preview by @allenhutchison in #139
- chore: release v0.0.4 by @allenhutchison in #140
New Contributors
- @kamladi made their first contribution in #65
- @raybell-md made their first contribution in #96
- @NTaylorMullen made their first contribution in #124
Full Changelog: v0.0.3...v0.0.4