feat(tui): implement agent turn engine for background processing and enhance input handling
This commit is contained in:
@@ -29,7 +29,9 @@ pub fn check_dangerous_pattern(tool_name: &str, args: &serde_json::Value) -> Opt
|
||||
return Some(format!("Deleting '{}' is too dangerous", path));
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
_ => {
|
||||
tracing::debug!("no guard pattern registered for tool: {tool_name}");
|
||||
}
|
||||
}
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user