v0.0.7
Highlights
⚠️ Breaking Changes
- Google Sheets: Removed
sheets.findtool — usedrive.searchwith MIME type filter instead (e.g.,mimeType='application/vnd.google-apps.spreadsheet') - Google Slides: Removed
slides.findtool — usedrive.searchwith MIME type filter instead (e.g.,mimeType='application/vnd.google-apps.presentation')
🔧 Improvements
- Skills: Renamed all skill directories to
google-*prefix (e.g.,calendar→google-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.searchguidance for finding spreadsheets - Slides Skill: New skill with
drive.searchguidance for finding presentations - Docs Skill: Updated with
drive.searchguidance and removed staledocs.find/docs.movereferences
📦 Documentation & Chores
- Cleaned up stale tool references (
docs.find,docs.move,slides.find,sheets.find) from documentation
New Contributors
- @abhipatel12 made their first contribution in #274
Full Changelog
- docs: mandate calendarId='primary' in calendar skill by @allenhutchison in #272
- feat: remove slides.find and sheets.find in favor of drive.search by @allenhutchison in #271
- refactor: rename skills to avoid slash command conflicts by @abhipatel12 in #274
- chore: release v0.0.7 by @allenhutchison in #275
Full Changelog: v0.0.6...v0.0.7