Release v0.73.0 #856
Replies: 2 comments 3 replies
-
|
Hi, thank you very much for your work. I would like to ask how to set the System prompt for the default model (llama.cpp + Agents-A1) in Agent mode so that it correctly calls sub-agents. In the settings / AGENTS / myProject (not Global), I have configured X sub-agents and 1 orchestrator. For the sub-agents, I can set the System prompt and Description, but for the Orchestrator, which is not a sub-agent, this is not possible. I can only set Rules. However, that is not enough to make it call the sub-agents. I also tried adding an AGENTS.md file to the project, where I specified that sub-agents should be called as a priority, but so far without success. Could you or someone else please advise me? Maybe with a simple example setup containing 1 orchestrator and 2 sub-agents? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
|
The virtualized message rendering work is a good signal that Aider Desk is hitting real long-running agent sessions. Once sessions reach hundreds of messages, provider choice and context growth become user-facing cost issues. I would consider showing provider/model, context size, token usage, and retry count at the session level. That would help users decide when to stay local, when to use a hosted OpenAI-compatible endpoint, and when to trim context. I am testing an OpenAI-compatible multi-model API layer, and coding-agent UX is a strong fit for usage visibility. Are you planning a session-level usage or cost panel for agent mode? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
⚡ Virtualized Message Rendering as Default
We've made message virtualization the default rendering mode, bringing a significant performance improvement - especially for long-running tasks with hundreds of messages. This has been a long time coming, but previous solutions had too many quirks to become the default. The current implementation is a solid replacement that dramatically improves task loading times and scrolling performance. If you do experience any issues, you can still enable the legacy mode, but we're confident this will be a smooth upgrade. If you run into any problems, please report them on GitHub so we can address them.
🔌 Agent Client Protocol (ACP) Support
The
aiderdeskCLI binary now supports the Agent Client Protocol (ACP) - an open standard for communication between AI coding agents and editor/IDE clients. What does this mean for you? You can now use AiderDesk as a backend agent directly within ACP-compatible editors like IntelliJ IDEA, Zed, and others, while keeping all of AiderDesk's powerful features: subagents, extensions, tool approvals, worktrees, task management, and more. No need to leave your IDE or switch contexts - your agent works right where you are, with full control over tool execution and approval flows. This brings the best of both worlds: the rich editing experience of your favorite IDE combined with AiderDesk's flexible agent capabilities.Other Changes
/v1suffix in the base URL to prevent configuration issues.🧩 Extensions
cursor-sdk/prefix from model names for cleaner references.claude-opus-4.7model entry.💡 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.73.0.
Beta Was this translation helpful? Give feedback.
All reactions