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 ad8208d commit 1d12c38Copy full SHA for 1d12c38
crates/chat-cli/src/cli/chat/tools/execute/mod.rs
@@ -89,7 +89,6 @@ impl ExecuteCommand {
89
if !current_cmd.is_empty() {
90
all_commands.push(current_cmd);
91
}
92
-
93
94
// Check if each command in the pipe chain starts with a safe command
95
for cmd_args in &all_commands {
0 commit comments