Release v0.75.0 #872
Pinned
wladimiiir
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Highlights
🚀 Migrated to AI SDK v7
We've finally migrated our agent engine to AI SDK v7. This lays the groundwork for exciting new features coming in future releases. If you maintain an extension that creates a custom provider, you may need to update it for compatibility - check the extension migration guide if you encounter issues.
📡 Tool Call Streaming
Tool call streaming has finally arrived in agent runs! Instead of staring at a "Preparing tool..." message while the LLM streams long file writes or edits, you can now watch the content stream in real-time - just like you're familiar with from Aider's edit mode. This makes long tool calls feel much more responsive and gives you immediate visibility into what the agent is doing. Some tool messages have been intentionally excluded from streaming to avoid weird behavior, and providers/models can individually disable streaming if needed.
🖼️ Improved Image Handling
images generated by tools are now properly supported and displayed inline in tool messages, and we've fixed issues where image content wasn't being sent back to the LLM correctly. You can also now click on images attached to user messages to view them at full size.
📊 Usage Dashboard: Cache Hit Rate & Savings
The usage dashboard now includes cache hit rate and savings charts, giving you better insight into how effectively prompt caching is being utilized across your providers and models.
📏 Resizable Task Sidebar
The task sidebar is now resizable - drag the edge to give yourself more or less space as needed. The working mode switcher has also been updated to use explicit buttons for clearer interaction. Additionally, parent tasks now collapse automatically in the sidebar when a subtask is selected.
Other Changes
OSandAutonomyModeenums to the extension runtime to prevent undefined errors.🧩 Extensions
rm -rf ~/. If you're not working inside a sandboxed environment, we highly recommend installing this extension. It intercepts bash commands and blocks dangerous operations - protecting against accidental data loss, recursive deletion, force pushes, and more.💡 We'd love to hear your thoughts! Your feedback helps us improve AiderDesk - feel free to share any suggestions or issues. Happy coding! 🚀
This discussion was created from the release 0.75.0.
All reactions