pub async fn execute_update(
tool_name: Option<&str>,
) -> Result<Vec<(String, bool, String)>>Expand description
Execute update/install for AI CLI tools
If tool_name is None, update all installed tools If tool_name is Some, update/install that specific tool