You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update tool settings to show individual toggles dynamically
- Remove grouped display of tools
- Show all tools as individual toggles in a flat list
- Make tool list dynamic based on global TOOL_GROUPS configuration
- Separate disableable tools from always-available tools
- Add translation for "Always available tools" section
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -722,6 +722,7 @@
722
722
"includeMaxOutputTokensDescription": "Send max output tokens parameter in API requests. Some providers may not support this.",
723
723
"tools": {
724
724
"description": "Disable specific tools to reduce token usage. Disabled tools won't be included in the system prompt.",
725
-
"note": "Note: Some tools are always available and cannot be disabled (ask questions, complete tasks, switch modes, create new task, update todo list)."
725
+
"note": "Note: Some tools are always available and cannot be disabled (ask questions, complete tasks, switch modes, create new task, update todo list).",
0 commit comments