Release v0.60.0 #739
wladimiiir
announced in
Announcements
Replies: 1 comment
|
aider-desk_0.60.0_amd64.deb 100%[=================================================>] 742.43M 36.6MB/s in 54s 2026-04-12 17:28:51 (13.8 MB/s) - ‘aider-desk_0.60.0_amd64.deb’ saved [778498504/778498504] 742Mb?!?! ouh my goddd man...where we going man? we just outperformed nVidia video drivers weight !)))))))) GRATZ WITH 0.6 RELEASE ! Thank you !! |
0 replies
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
🌐 Custom Providers via Extensions
The Extension system just got an upgrade: extensions can now create custom LLM providers. This means you can integrate virtually any LLM provider or enhance the existing one to your needs by building an extension for it. To showcase this capability, you can check out ChatGPT/Codex Subscription extension that lets you use your OpenAI subscription directly within AiderDesk. You can install it with:
npx @aiderdesk/extensions install https://github.com/wladimiiir/aider-desk-codex-auth-extension --globalWe're excited to see what other providers the community creates!
🔄 Extension Updates via UI
Managing your extensions is now easier than ever. You can update extensions directly from the Settings UI - no Uninstall/Install or CLI commands needed and you can see what extension has an update directly in the app.
⚙️ Default Working Mode for Tasks
You can now configure the default working mode for new tasks. Whether you prefer all tasks to start in Local or Worktree mode, simply set your preference in Settings and every new task will inherit it automatically.
🌳 Smarter Worktree Diffs
When working in Worktree mode, the Updated Files view now uses merge-base for diff calculations. This means you'll only see the files that have changed since the branch point - not the entire diff against the main branch. It gives you a much clearer picture of what your worktree actually modifies.
🪝Hook System Removed
The deprecated hook manager has been fully removed as previously announced. Please ensure you've migrated to the Extension system if you haven't done so.
Other Changes
/initsystem prompt with improved instructions and added support for additional custom instructions.💡 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.60.0.
All reactions