feat: update README with enhanced descriptions and security features; refactor catastrophic guard checks and tool execution handling
This commit is contained in:
@@ -11,15 +11,15 @@ pub enum InternetMode {
|
||||
|
||||
impl InternetMode {
|
||||
pub fn can_fetch(&self) -> bool {
|
||||
matches!(self, InternetMode::Full)
|
||||
true
|
||||
}
|
||||
|
||||
pub fn can_download(&self) -> bool {
|
||||
matches!(self, InternetMode::Full)
|
||||
true
|
||||
}
|
||||
|
||||
pub fn can_search(&self) -> bool {
|
||||
matches!(self, InternetMode::Full)
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user