Change8

v1.12.1

Goose
3 fixes2 improvementsmcp

Summary

This release focuses on stability and performance improvements, notably by removing the external gsap dependency in the desktop UI and enhancing compatibility with the Gemini provider. Users will benefit from better session tracking via sessionId inclusion in permission requests and more reliable job execution through updated scheduler prompting.

Bug Fixes

  • Removed dependency on the external gsap library in the desktop UI by switching to the native Web Animations API.
  • Ensured that user messages preserved in context management are filtered to be text only.
  • Improved compatibility and error handling specifically for the Gemini provider.

Improvements

  • Included the sessionId in tool permission requests to enable better session tracking.
  • Used Instructions as the Prompt within the Scheduler to improve job execution reliability.

Goose Documentation