You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-skill command permissions reference — each skill now includes a references/permissions.md that classifies commands as read or write, enabling agents to auto-execute read-only commands while gating write operations behind user confirmation.
Documentation
Added "Permission Control" section to the user guide explaining how agents can use the permissions reference to pre-configure allow-lists for read-only auto-execution.
Each skill's SKILL.md now links to its permissions reference.
gmail: Extract and display full message body in messages get command.
Previously only headers and a short snippet preview were shown; now the
full decoded body is displayed for --format full, and raw RFC 2822
content is decoded for --format raw.
google-sheets: Stop truncating cell data in formatted output — the values read command now returns full cell content instead of cutting it off at 30 characters.
google-calendar: Automatic pagination for event listing — all matching events are now returned when querying a time range, preventing silent truncation on busy days (#pagination)