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 2b2c8e3 commit 0b50c7eCopy full SHA for 0b50c7e
crates/chat-cli/src/cli/chat/tools/execute/mod.rs
@@ -47,7 +47,7 @@ pub struct ExecuteCommand {
47
pub summary: Option<String>,
48
}
49
50
-impl ExecuteCommand { //REMOVEME guard point
+impl ExecuteCommand {
51
pub fn requires_acceptance(&self, allowed_commands: Option<&Vec<String>>, allow_read_only: bool) -> bool {
52
// Always require acceptance for multi-line commands.
53
if self.command.contains("\n") || self.command.contains("\r") {
0 commit comments