Release v0.62.0 #757
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
📝 Batch Code Change Requests & File Navigation in Updated Files
The Updated Files review experience has been significantly upgraded. Previously, you could only submit a single change request at a time - now you can collect multiple comments and change requests across different files and execute them all at once. This gives you much better control over the review process, letting you go through all the changes before committing to the edits. We've also added a file list sidebar directly in the modal, making navigation between files quick and convenient.
📄 File Viewer for Project Files
You can now open a File Viewer directly from the Project Files section in the sidebar. View any file's contents without leaving AiderDesk—and it comes with the same commenting feature, so you can request changes on any line of any file, not just the ones the AI has already modified. It's a great way to review existing code and suggest improvements in context.
🌐 Proxy Configuration
Working behind a proxy? You can now configure proxy settings directly in AiderDesk's Settings. No more fiddling with environment variables or system-level configurations - just set it once and all AiderDesk network requests will route through your proxy.
🇪🇺 New Provider: Mistral
We're excited to welcome Mistral as a directly supported provider! No need to manually configure it through an OpenAI-compatible endpoint anymore - just add your API key and go. We're also looking into integrating more of what Mistral offers, such as image generation and OCR, as direct model capabilities. If you have ideas for Mistral-specific features that would benefit your workflow, don't hesitate to create a Feature Request on our GitHub!
🧠 Memory API for Extensions
The Extension system continues to grow: extensions now have access to a Memory API. This allows your extensions to fetch, add, update, and control AiderDesk's memory directly. Use cases include automatically consolidating old memories, adding contextual memories based on external events, or even building your own custom UI for memory management.
🌳 Improved Worktree Rebase UX
We've improved the rebase workflow for worktrees with better visibility and control. A new sticky state panel keeps you informed during conflict resolution, and merge conflict indicators now appear directly on updated files so you can immediately see which files need attention. We've also started using
--no-verifyduring rebases to prevent pre-commit hooks from causing unexpected failures.🌡️ Updated Model Temperature Defaults
We've removed the default temperature setting from model metadata for all providers. Modern models now come with well-tuned default temperatures for coding tasks set by the providers themselves. Don't worry - you can still experiment with custom temperature values in the Model Library to find what works best for your specific workflow and models.
Other Changes
/resolve-conflictsand added an endpoint for checking Aider connector installation status from the browser.💡 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.62.0.
All reactions