Three big additions this release...
๐ค There is now a toggle to show thinking for the agent, the default for new tabs is off, though this can be changed under Settings > General. The toggle shows next to History and Read-Only. Very similar pattern. This has been the #1 most requested feature, though personally, I don't think I'll use it as I prefer to not see the details of the work, but the results of the work. Just as we work with our colleagues.
๐ฏ Added GitHub Spec-Kit commands into Maestro with a built in updater to grab the latest prompts from the repository. We do override /speckit-implement (the final step) to create Auto Run docs and guide the user through their execution, which thanks to Wortrees from v0.11.x allows us to run in parallel!
๐ Added context management options from tab right-click menu. You can now compress, merge, and transfer contexts between agents. You will received (configurable) warnings at 60% and 80% context consumption with a hint to compact.
Other Changes
- I think keyboard shortcut use is imperative, and as such, have added gamification (CMD/CTRL + /) ๐น๏ธ
- Comprehensive IPC handler test coverage improves reliability and stability ๐งช
- ESLint integration enforces code quality with TypeScript/React best practices โจ
- Copy-on-drag support added to Auto Run dialog for document management ๐ (thanks @oliveiraantoniocc)
- Performance optimizations across the UI ๐๏ธ
- Windows compatibility improvements enhance cross-platform support experience ๐ช
- Added quit confirmation modal in the even any active agents are thinking ๐ง
- Myriad of bug fixes of course ๐
What's Changed
- feat: add copy-on-drag support in Auto Run dialog by @oliveiraantoniocc in #71
- ESLint by @pedramamini in #70
- feat: add comprehensive IPC handler test coverage by @pedramamini in #73
- feat: Show Thinking toggle for real-time AI reasoning display by @pedramamini in #74
- Github Spec-Kit Support by @pedramamini in #72
- fix: support OPENCODE_VISION_MODEL env var for image tests by @oliveiraantoniocc in #81
- fix: resolve copy-on-drag not working in Auto Run dialog by @oliveiraantoniocc in #78
- feat: add collapsible tool call display in session browser by @oliveiraantoniocc in #80
- feat: Add Context Management System for Session Merging and Transfer by @pedramamini in #77
- Context Management Tweak by @pedramamini in #90
- Keyboard Gamification by @pedramamini in #84
- Improve context merge toast notifications with useful info by @pedramamini in #93
- Fix Issues #86: CLI installation instructions by @denniswebb in #91
New Contributors
- @denniswebb made their first contribution in #91
Full Changelog: v0.11.0...v0.12.0