We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c87d commit c031c33Copy full SHA for c031c33
crates/chat-cli/src/cli/agent/mod.rs
@@ -818,9 +818,9 @@ impl Agents {
818
"fs_read" => "trust working directory".dark_grey(),
819
"fs_write" => "not trusted".dark_grey(),
820
#[cfg(not(windows))]
821
- "execute_bash" => "trust read-only commands".dark_grey(),
+ "execute_bash" => "not trusted".dark_grey(),
822
#[cfg(windows)]
823
- "execute_cmd" => "trust read-only commands".dark_grey(),
+ "execute_cmd" => "not trusted".dark_grey(),
824
"use_aws" => "trust read-only commands".dark_grey(),
825
"report_issue" => "trusted".dark_green().bold(),
826
"introspect" => "trusted".dark_green().bold(),
0 commit comments