Skip to content

v0.0.7

Latest

Choose a tag to compare

@allenhutchison allenhutchison released this 11 Mar 22:48
· 34 commits to main since this release
685a1a0

v0.0.7

Highlights

⚠️ Breaking Changes

  • Google Sheets: Removed sheets.find tool — use drive.search with MIME type filter instead (e.g., mimeType='application/vnd.google-apps.spreadsheet')
  • Google Slides: Removed slides.find tool — use drive.search with MIME type filter instead (e.g., mimeType='application/vnd.google-apps.presentation')

🔧 Improvements

  • Skills: Renamed all skill directories to google-* prefix (e.g., calendargoogle-calendar) to avoid slash command conflicts
  • Calendar Skill: Added explicit calendarId='primary' mandate to prevent agents from omitting the required parameter

📖 Skills

  • Sheets Skill: New skill with drive.search guidance for finding spreadsheets
  • Slides Skill: New skill with drive.search guidance for finding presentations
  • Docs Skill: Updated with drive.search guidance and removed stale docs.find/docs.move references

📦 Documentation & Chores

  • Cleaned up stale tool references (docs.find, docs.move, slides.find, sheets.find) from documentation

New Contributors


Full Changelog

Full Changelog: v0.0.6...v0.0.7