chore: release versions (#180)

This commit is contained in:
googleworkspace-bot
2026-03-05 10:56:15 -07:00
committed by GitHub
parent 5205467ecb
commit c6095ddb27
7 changed files with 16 additions and 20 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"@googleworkspace/cli": patch
---
Add `-s`/`--services` flag to `gws auth login` to filter the scope picker
by service name (e.g. `-s drive,gmail,sheets`). Also expands the workspace
admin scope blocklist to include `chat.admin.*` and `classroom.*` patterns.
-5
View File
@@ -1,5 +0,0 @@
---
"@googleworkspace/cli": patch
---
fix(setup): drain stale keypresses between TUI screen transitions
-5
View File
@@ -1,5 +0,0 @@
---
"@googleworkspace/cli": minor
---
Add `--tool-mode compact|full` flag to `gws mcp`. Compact mode exposes one tool per service plus a `gws_discover` meta-tool, reducing context window usage from 200-400 tools to ~26.
+13
View File
@@ -1,5 +1,18 @@
# @googleworkspace/cli
## 0.5.0
### Minor Changes
- 9cf6e0e: Add `--tool-mode compact|full` flag to `gws mcp`. Compact mode exposes one tool per service plus a `gws_discover` meta-tool, reducing context window usage from 200-400 tools to ~26.
### Patch Changes
- 0a16d0b: Add `-s`/`--services` flag to `gws auth login` to filter the scope picker
by service name (e.g. `-s drive,gmail,sheets`). Also expands the workspace
admin scope blocklist to include `chat.admin.*` and `classroom.*` patterns.
- 5205467: fix(setup): drain stale keypresses between TUI screen transitions
## 0.4.4
### Patch Changes
Generated
+1 -1
View File
@@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "gws"
version = "0.4.4"
version = "0.5.0"
dependencies = [
"aes-gcm",
"anyhow",
+1 -1
View File
@@ -14,7 +14,7 @@
[package]
name = "gws"
version = "0.4.4"
version = "0.5.0"
edition = "2021"
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
license = "Apache-2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/cli",
"version": "0.4.4",
"version": "0.5.0",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",