Add reasoning effort toggle and slash commands for Claude Code (ACP) in Agent Panel #52293
Replies: 8 comments 2 replies
|
Oh, that would be great! |
|
This should be done in a formal feature request issue IMHO to get more traction and some response from the maintainers. |
|
Same for running open ai models with your own key. I just can't select the reasoning effort. |
|
The feature request was just closed. How comes? Can't be a lot of effort to implement. |
|
since there is no UI to indicate the effort, you can probably control it via |
|
The newest update Zed 0.233.10 added Effort Selection. This feature is already implemented. Zed 0.233.10 |
|
Thank you for implementing the reasoning effort selector. I'd like to report an issue with the Favorites functionality: although I have marked "Max" as a favorite, each new chat is initialized with "Low" effort instead. The favorite is displayed correctly under the Favorites section of the dropdown, but it does not affect the default selection for new conversations. The expected behavior would be for the favorited option to be applied as the default effort level when starting a new chat. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When using Claude Code as an external agent via ACP, there is no way to switch reasoning effort level from the Agent Panel UI.
Additionally, slash commands that are available in Claude Code CLI (like /effort
/compact, etc.) are completely inaccessible when running inside Zed's Agent Panel. The chat input doesn't pass them through to the agent.There is also no context window usage indicator - it's impossible to tell how much of the context is consumed during a conversation.
Proposed solution
Use case
Different tasks benefit from different effort levels - quick questions don't need max reasoning, while complex multi-file refactors do. Being able to toggle this without leaving the editor would save time and tokens.
Current workaround
None within Zed UI. The only option is to use Claude Code in a separate terminal where these features are available.
All reactions