Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-cargo-audit-ci.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-cargo-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docs-github-releases-install.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-pnpm-binary-install.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/migrate-yaml-to-toml.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/npm-sha256-verify.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pin-cross-version.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @googleworkspace/cli

## 0.22.5

### Patch Changes

- 5d24ac2: Add cargo-audit CI workflow for automated dependency vulnerability scanning
- ecddf2e: Add cargo-deny configuration for license, advisory, and source auditing
- 503315b: Update installation instructions to prioritize GitHub Releases over npm
- 6ccbb42: fix: auto-install binary on run if missing

pnpm skips postinstall when the package is already up to date.
This ensures run.js will auto-trigger install.js if the
binary is missing, fixing the 'gws binary not found' error.

- b307856: Migrated the internal AI skills registry (personas and recipes) from YAML to TOML. This allows us to drop the unmaintained serde_yaml dependency, improving the project's supply chain security posture.
- 158f93a: Verify SHA256 checksum of downloaded binary in npm postinstall script
- b422e5d: Pin cross-rs to v0.2.5 in release workflow to prevent unpinned git HEAD builds

## 0.22.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/google-workspace-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "google-workspace-cli"
version = "0.22.4"
version = "0.22.5"
edition = "2021"
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
license = "Apache-2.0"
Expand All @@ -30,7 +30,7 @@ name = "gws"
path = "src/main.rs"

[dependencies]
google-workspace = { version = "0.22.4", path = "../google-workspace" }
google-workspace = { version = "0.22.5", path = "../google-workspace" }
tempfile = "3"
aes-gcm = "0.10"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/google-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "google-workspace"
version = "0.22.4"
version = "0.22.5"
edition = "2021"
description = "Google Workspace API client — Discovery Document types, service registry, and HTTP utilities"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@googleworkspace/cli",
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"version": "0.22.4",
"version": "0.22.5",
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@googleworkspace/cli",
"version": "0.22.4",
"version": "0.22.5",
"private": true,
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-admin-reports/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-admin-reports
description: "Google Workspace Admin SDK: Audit logs and usage reports."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar-agenda/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar-agenda
description: "Google Calendar: Show upcoming events across all calendars."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar-insert/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar-insert
description: "Google Calendar: Create a new event."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-calendar/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-calendar
description: "Google Calendar: Manage calendars and events."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-chat-send/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-chat-send
description: "Google Chat: Send a message to a space."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-chat/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-chat
description: "Google Chat: Manage Chat spaces and messages."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-classroom/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-classroom
description: "Google Classroom: Manage classes, rosters, and coursework."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-docs-write/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-docs-write
description: "Google Docs: Append text to a document."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-docs/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-docs
description: "Read and write Google Docs."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-drive-upload/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-drive-upload
description: "Google Drive: Upload a file with automatic metadata."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-drive/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-drive
description: "Google Drive: Manage files, folders, and shared drives."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events-renew/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events-renew
description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events-subscribe/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events-subscribe
description: "Google Workspace Events: Subscribe to Workspace events and stream them as NDJSON."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-events/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-events
description: "Subscribe to Google Workspace events."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-forms/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-forms
description: "Read and write Google Forms."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-forward/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-forward
description: "Gmail: Forward a message to new recipients."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-read/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-read
description: "Gmail: Read a message and extract its body or headers."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-reply-all/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-reply-all
description: "Gmail: Reply-all to a message (handles threading automatically)."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-reply/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-reply
description: "Gmail: Reply to a message (handles threading automatically)."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-send/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-send
description: "Gmail: Send an email."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-triage/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-triage
description: "Gmail: Show unread inbox summary (sender, subject, date)."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail-watch/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail-watch
description: "Gmail: Watch for new emails and stream them as NDJSON."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-gmail/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-gmail
description: "Gmail: Send, read, and manage email."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-keep/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-keep
description: "Manage Google Keep notes."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-meet/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-meet
description: "Manage Google Meet conferences."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-create-template/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-create-template
description: "Google Model Armor: Create a new Model Armor template."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-sanitize-prompt/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-sanitize-prompt
description: "Google Model Armor: Sanitize a user prompt through a Model Armor template."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor-sanitize-response/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor-sanitize-response
description: "Google Model Armor: Sanitize a model response through a Model Armor template."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "security"
requires:
Expand Down
2 changes: 1 addition & 1 deletion skills/gws-modelarmor/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: gws-modelarmor
description: "Google Model Armor: Filter user-generated content for safety."
metadata:
version: 0.22.4
version: 0.22.5
openclaw:
category: "productivity"
requires:
Expand Down
Loading
Loading