Skip to content

Commit 6fc0682

Browse files
authored
Merge branch 'gemini-cli-extensions:main' into feat/gmail-create-draft-attachments
2 parents c28ac74 + c3fe282 commit 6fc0682

4 files changed

Lines changed: 34 additions & 3 deletions

File tree

docs/release_notes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Release Notes
22

3+
## 0.0.8 (2026-05-01)
4+
5+
### New Features
6+
7+
- **Google Calendar**: Added support for `eventType` (Out of Office, Focus Time,
8+
Working Location) in Calendar Service.
9+
- **Feature Configuration**: Introduced a new feature configuration service for
10+
scope-based toggles, allowing more granular control over available tools.
11+
12+
### Improvements
13+
14+
- **Authentication**: Refactored OAuth scope management to use a single source
15+
of truth and deduplicate read scopes, improving security and consistency.
16+
- **Google Calendar**: Refactored validation logic to be independent of the
17+
service layer.
18+
- **Google Docs**: Improved `getText` and `getSuggestions` tools to include the
19+
document title in their output.
20+
21+
### Fixes
22+
23+
- **Google Docs**: Resolved API errors in `docs.getText`.
24+
- **Windows Support**: Fixed issues with `npm run clean` and handled `npm.cmd`
25+
correctly on Windows.
26+
- **Documentation**: Fixed various documentation links and improved clarity of
27+
API usage.
28+
29+
### Chores
30+
31+
- **Dependencies**: Major update to TypeScript 6.0.3 and various other
32+
dependency bumps (Vite 8, Hono 4.12, etc.).
33+
334
## 0.0.7 (2026-03-11)
435

536
### Breaking Changes

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-workspace",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"contextFileName": "workspace-server${/}WORKSPACE-Context.md",
55
"mcpServers": {
66
"google-workspace": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gemini-workspace-extension",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Google Workspace Server Extension",
55
"private": true,
66
"bin": {

workspace-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-server",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)