Skip to content

Commit c031c33

Browse files
authored
Update default tool label for execute bash (#2945)
1 parent c90c87d commit c031c33

File tree

1 file changed

+2
-2
lines changed
  • crates/chat-cli/src/cli/agent

1 file changed

+2
-2
lines changed

crates/chat-cli/src/cli/agent/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,9 +818,9 @@ impl Agents {
818818
"fs_read" => "trust working directory".dark_grey(),
819819
"fs_write" => "not trusted".dark_grey(),
820820
#[cfg(not(windows))]
821-
"execute_bash" => "trust read-only commands".dark_grey(),
821+
"execute_bash" => "not trusted".dark_grey(),
822822
#[cfg(windows)]
823-
"execute_cmd" => "trust read-only commands".dark_grey(),
823+
"execute_cmd" => "not trusted".dark_grey(),
824824
"use_aws" => "trust read-only commands".dark_grey(),
825825
"report_issue" => "trusted".dark_green().bold(),
826826
"introspect" => "trusted".dark_green().bold(),

0 commit comments

Comments
 (0)