Skip to content

Commit 0b50c7e

Browse files
committed
got rid of removeme
1 parent 2b2c8e3 commit 0b50c7e

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat/tools/execute

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/tools/execute/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct ExecuteCommand {
4747
pub summary: Option<String>,
4848
}
4949

50-
impl ExecuteCommand { //REMOVEME guard point
50+
impl ExecuteCommand {
5151
pub fn requires_acceptance(&self, allowed_commands: Option<&Vec<String>>, allow_read_only: bool) -> bool {
5252
// Always require acceptance for multi-line commands.
5353
if self.command.contains("\n") || self.command.contains("\r") {

0 commit comments

Comments
 (0)