fix(onboard): refresh MiniMax defaults and endpoint (#299)

This commit is contained in:
Chummy
2026-02-16 23:40:44 +08:00
committed by GitHub
parent 3fd901a5ec
commit 8882746ced
6 changed files with 168 additions and 7 deletions

View File

@@ -558,7 +558,7 @@ mod tests {
use std::path::Path;
use tempfile::TempDir;
fn test_tool(dir: &Path) -> GitOperationsTool {
fn test_tool(dir: &std::path::Path) -> GitOperationsTool {
let security = Arc::new(SecurityPolicy {
autonomy: AutonomyLevel::Supervised,
..SecurityPolicy::default()