Release v0.58.0 #724
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
🛠️ Enhanced Extension Capabilities & Visual Refresh
We've continued to expand the Extension API with powerful new capabilities:
onAgentStepStartedhook to monitor agent execution at a granular level.openPathto open files/folders in the system andrunPromptInAgentto programmatically execute prompts.To help you get started with creating extensions, check out our extension-creator skill, browse the documentation, or join our Discord for support.
🧩 BMAD Mode is Now an Extension
As part of our commitment to making AiderDesk as extensible as possible, we've extracted the BMAD Method mode from the core application into a standalone extension. This was the original vision for BMAD in AiderDesk - it gives you full flexibility to tune the mode to your liking, inspect its implementation, and even contribute improvements.
⚙️ Configurable Auxiliary Models
You can now configure auxiliary models for background tasks like task name generation, task state determination, and commit message creation. This lets you use faster (and cheaper) models for these simple operations while reserving your primary model for the actual work.
Configure this in Settings -> Tasks and pick the models that fit your workflow and budget.
🔄 Quick Subagents Toggle
A small but handy addition: we've added a quick toggle button for subagents directly in the Agent selector, right next to the existing toggles. If your workflow sometimes requires your main agent to work solo without spawning subagents, you can now switch this on or off without diving into Settings.
Other Changes
onTaskUpdatedon empty task updates.💡 We'd love to hear your thoughts! Especially on the BMAD extension transition - your feedback helps us improve AiderDesk. Happy coding! 🚀
This discussion was created from the release 0.58.0.
All reactions