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
Copy file name to clipboardExpand all lines: crates/chat-cli/src/cli/chat/commands/tools/mod.rs
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -90,20 +90,20 @@ You can view and manage tool permissions using the following commands:
90
90
r#"The tools command manages tool permissions and settings.
91
91
92
92
Subcommands:
93
-
- list: List all available tools and their trust status
93
+
- <empty>: List all available tools and their trust status
94
94
- trust <tool_name>: Trust a specific tool (don't ask for confirmation)
95
95
- untrust <tool_name>: Untrust a specific tool (ask for confirmation)
96
96
- trustall: Trust all tools
97
97
- reset: Reset all tool permissions to default
98
98
99
99
Examples:
100
-
- "/tools list" - Lists all available tools
100
+
- "/tools" - Lists all available tools
101
101
- "/tools trust fs_write" - Trusts the fs_write tool
102
102
- "/tools untrust execute_bash" - Untrusts the execute_bash tool
103
103
- "/tools trustall" - Trusts all tools
104
104
- "/tools reset" - Resets all tool permissions to default
105
105
106
-
To get the current tool status, use the command "/tools list" which will display all available tools with their current permission status."#.to_string()
106
+
To get the current tool status, use the command "/tools" which will display all available tools with their current permission status."#.to_string()
0 commit comments