mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
chore: release versions (#180)
This commit is contained in:
committed by
GitHub
parent
5205467ecb
commit
c6095ddb27
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
fix(setup): drain stale keypresses between TUI screen transitions
|
||||
@@ -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.
|
||||
@@ -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
@@ -845,7 +845,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "gws"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
||||
+1
-1
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user