0.15.0
Added
- Export exact Google API JSON when the normal CLI view is too lossy:
docs raw,sheets raw,slides raw,drive raw,gmail raw,calendar raw,people raw,contacts raw,tasks raw, andforms raw, with--pretty, safer Drive defaults, Sheets grid-data warnings, and a raw-output security audit. (#495, #496) — thanks @karbassi. - Audit Drive storage without changing files:
drive tree,drive du, anddrive inventorynow report folder contents, sizes, and inventory data for cleanup/review workflows. (#116) — thanks @rohan-patnaik. - Find duplicate contacts safely:
contacts dedupeis preview-only, matches by email/phone by default, supports opt-in name matching, and emits JSON/table merge plans without applying changes. (#116) — thanks @rohan-patnaik. - Read Gmail messages in agent-safe form:
gmail get --sanitize-content/--safeandgmail thread get --sanitize-contentreturn sanitized content without exposing raw Gmail payloads in JSON. (#238, #220) — thanks @urasmutlu. - Ship official container images: release tags now publish a non-root GHCR Docker image, with file-keyring docs for container automation. (#539, #444) — thanks @HuckOps and @rdehuyss.
- Request custom Drive fields:
drive ls --fieldsanddrive get --fieldspass Drive API field masks for data beyond the default JSON set. (#495) — thanks @karbassi. - Format Google Docs from the CLI:
docs formatand plain-textdocs writeformatting flags cover fonts, colors, bold/italic/underline/strikethrough, alignment, and line spacing. (#479) — thanks @mmaghsoodnia. - Manage Google Docs tabs:
docs add-tab,docs rename-tab,docs delete-tab, plus tab-scoped Markdown append and find-replace flows. (#547, #541) — thanks @chopenhauer and @donbowman. - Work with structured Google Sheets tables:
sheets tablelist/get/create/delete,sheets table append, and header-safesheets table clear. (#470) — thanks @Pedrohgv. - Format Sheets visually:
sheets conditional-formatandsheets bandingadd rule-based formatting and alternating color banded ranges. (#378) — thanks @codBang. - Add Meet links to existing calendar events with
calendar update --with-meet. (#538) — thanks @alexisperumal. - Move calendar events between calendars with
calendar move/calendar transfer, including organizer changes. (#448) — thanks @markusbkoch. - Export Gmail filters as Gmail WebUI-importable Atom XML, while keeping API JSON export via
--format json. (#174) — thanks @gwpl. - Build safer agent binaries with baked
agent-safe,readonly, andfullsafety profiles, fail-closed command filtering, filtered help/schema output, docs, and build tooling. (#366, #239) — thanks @drewburchfield. - Use gog from coding agents more safely with the bundled
gogskill for JSON-first Google Workspace automation. (#353, #451) — thanks @TimPietrusky and @sluramod.
Fixed
- Make full-mailbox backups survive large Gmail exports by promoting completed checkpoint shards into the final manifest and byte-splitting fallback message shards before GitHub rejects oversized blobs.
- Make backup exports more resumable and fault-tolerant by streaming decrypted shards, preserving Gmail Markdown mirrors, handling very large JSONL rows, and writing Markdown fallbacks for malformed MIME messages instead of aborting.
- Keep agent safety profiles harder to patch by compiling baked policies into generated hash switches instead of embedding raw allow/deny YAML strings. (#540) — thanks @drewburchfield.
- Show correct versions for
go install ...@tagbinaries by inferring module versions from Go build info when linker metadata is absent. (#545, #544) — thanks @joshavant. - Accept the documented
calendar events list/lsselector forms, including positional calendar IDs,--cal,--calendars, and--all. (#546) — thanks @BCudeOpenClaw. - Keep
docs find-replace --dry-runread-only while still reporting match counts, and allow empty replacement strings to delete matches safely. (#542) — thanks @chrismdp.