Mode-Specific Tool Deactivation for Stability and Token Reduction #3047
SophusMaxiumus
started this conversation in
Feature Requests
Replies: 1 comment
-
Isn't this a (partial) duplicate of #639? |
Beta Was this translation helpful? Give feedback.
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.
-
I propose adding the ability to selectively deactivate tools per model mode—via the GUI,
.roomodes
, or.roo/
folder files. This would control which tools are included in the system prompt for each mode, similar to how disabling MCP reduces prompt size.Currently, the most effective approach is to move tool definitions into
.roo/rules-*/tool-*.md
and include only the relevant ones in the intended modes. However, this also requires overwriting the general system prompt for that specific mode to remove any related tool commands—a necessary but significant drawback.Implementing this feature would:
This would be a strong optimization for managing focused, efficient, and stable model modes.
Beta Was this translation helpful? Give feedback.
All reactions