v1.12.1
aaif-goose/goosev1.12.1Oct 28, 2025by github-actions[bot]
AI Summary
Fixes UI dependency issues by replacing the gsap library and improves context management for user messages.
Key Highlights
- Remove dependency on gsap library in desktop UI, replacing with native Web Animations API
- Filter preserved user messages to be text only in context management
- Improved Gemini provider compatibility and error handling
New Features
- Remove dependency on gsap library in desktop UI, replacing with native Web Animations API
- Filter preserved user messages to be text only in context management
- Improved Gemini provider compatibility and error handling
Full Release Notes
## goose 1.12.1 is here :tada: ### :bug: Bug Fixes - Remove dependency on gsap library in desktop UI, replacing with native Web Animations API [#5330](https://github.com/block/goose/pull/5330) - Filter preserved user messages to be text only in context management [#5391](https://github.com/block/goose/pull/5391) - Improved Gemini provider compatibility and error handling [#5390](https://github.com/block/goose/pull/5390) ### :sparkles: Improvements - Include sessionId in tool permission requests for better session tracking [#5394](https://github.com/block/goose/pull/5394) - Use Instructions as Prompt in Scheduler for improved job execution [#5359](https://github.com/block/goose/pull/5359)