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

This commit is contained in:
Chummy 2026-02-16 23:40:44 +08:00
parent a85fcf43c3
commit fac1b780cd
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()