Release v0.28.0 #348
wladimiiir
announced in
Announcements
Replies: 1 comment 1 reply
is that a html only fetcher or does it support js ?
it would be amazing if a sub-agent had its own MCP config |
1 reply
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
✨ Introducing Subagents: Specialized AI Assistants for Enhanced Productivity
Unleash a new level of efficiency with Subagents! You can now create specialized AI assistants from any agent profile, each with its own customized system prompt, tool access, and settings. Subagents are designed to handle specific types of tasks, whether invoked automatically by the main agent or on-demand by you.
Key Benefits:
By offloading specific tasks, subagents help optimize your main context window and make your AI interactions significantly more cost-efficient. We believe this is a game-changing feature and are eager to see what specialized subagents you create! Expect continuous improvements to this functionality in future releases.
Detailed information with some examples can be found in our documentation.
✅ Confirm Before Edit for Aider Coder
Gain more control over AI-generated code changes! When using Aider in Code mode, you now have the option to confirm before edit. This allows you to review the modifications Aider proposes with a diff viewer before accepting them or providing feedback for further improvements to the model.
🌐 Built-in Web Scraping with
fetchPower ToolYour main agent now has the powerful capability to scrape websites it encounters during a conversation, thanks to the new
fetchpower tool. We've also removed the external Playwright dependency for web scraping. This means the/webcommand now performs its scraping internally with the same high quality, simplifying your setup and enhancing performance.📂 Seamless Drag & Drop for Context Files
Managing your context files just got easier and more intuitive! You can now drag and drop files directly into the Context Files panel from external applications or within your project. Files dropped from outside the current project are added as read-only, while those from within the project are fully editable.
🧠 'Minimal' Reasoning Effort for Next-Gen Models
We've added a 'minimal' reasoning effort option for the OpenAI provider and the
/reasoning-effortcommand when using Aider. This is the preferred setting when working with highly capable models like GPT-5, allowing them to operate more efficiently while maintaining high-quality outputs for coding tasks.Other Changes
AGENTS.mdfile is now included in the system prompt by default when using Agent mode, providing better context to the AI./tokens).This discussion was created from the release 0.28.0.
All reactions