Changelog

SuprLogs Changelog

google-workspacebrowser-automationskills-discoverymcp

New Workspace and browser automation skills, plus smarter changelog dates

Aslan Goldenhour
9 commits
+4281-263
  • Google Workspace support expandedSuprLogs now includes new skills for **Google Calendar, Docs, Drive, Gmail, Sheets, and Slides**, along with shared utilities, personas, and workflow recipes to make common Workspace tasks easier from the CLI.
  • Browser automation got a major upgradeA new **agent-browser** skill adds support for navigating sites, filling forms, taking screenshots, recording video, managing sessions, and handling sign-in flows.
  • Changelog dates and feeds are more consistentWeekly and monthly entries, permalink pages, and RSS/XML feeds now use the same date logic, so the dates you see better match the period each entry covers.

Also in this release

New Features5 updates
  • Added new Google Workspace skills for Calendar, Docs, Drive, Gmail, Sheets, Slides, and shared utilities.
  • Added persona skills for customer support and sales operations to support common workflows.
  • Added ready-to-use recipes for generating reports from Sheets and organizing Drive folders.
  • Added the new agent-browser skill for browser automation tasks like browsing, form filling, screenshots, and web app testing.
  • Added a find-skills skill to help users discover and install other agent skills.
Improvements6 updates
  • Updated the locked skill set to include new Vercel Labs skills for browser automation and React best practices.
  • Expanded the local environment example with Supabase and PostHog MCP variables for easier setup.
  • Added a helper script so Cursor can open the project with MCP environment variables loaded automatically.
  • Permalink pages now open all changelog sections by default, while still letting each section be expanded or collapsed individually.
  • Updated XML and RSS feeds to use consistent date handling for rollups and individual entries.
  • RSS last build dates now reflect the latest changelog entry instead of the current time.
Bug Fixes7 updates
  • Fixed weekly and monthly changelog labels so they now show the period end date instead of the start date.
  • Fixed import backfills so only fully completed daily, weekly, and monthly periods are created.
  • Fixed timezone handling for period boundaries so midnight calculations work correctly across fractional offsets and daylight saving changes.
  • Fixed the period aggregation scheduler so missed runs are retried automatically on the next hourly check.
  • Fixed duplicate aggregation work by only re-running summaries when new commits have arrived.
  • Fixed project visibility checks so organization members are evaluated using the project owner’s workspace plan.
  • Aligned the settings page and API so project visibility options match what is actually allowed.
Breaking Changes1 updates
  • Removed the Supabase configuration from mcp.json, so Firecrawl is now the only default MCP integration.
Security2 updates
  • Updated ignore rules to keep the secrets directory out of source control.
  • Updated ignore rules to keep Paperclip upload files and the cloned SuprKeywords project folder out of version control.
Documentation3 updates
  • Added detailed browser automation guidance for authentication, command usage, snapshots, session handling, proxy support, video recording, and profiling.
  • Added reference docs for reusing saved sessions and managing browser snapshots.
  • Added safety guidance for browser automation, including dialog handling, ref lifecycles, and cleanup tips.