diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..4bb51fb --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(git add *)", + "Bash(git commit *)" + ] + } +} diff --git a/hive-ag3nt/src/bin/hive-ag3nt.rs b/hive-ag3nt/src/bin/hive-ag3nt.rs index 41a9bad..76c6254 100644 --- a/hive-ag3nt/src/bin/hive-ag3nt.rs +++ b/hive-ag3nt/src/bin/hive-ag3nt.rs @@ -181,7 +181,7 @@ async fn invoke_claude(prompt: &str, mcp_config: &Path) -> Result { let out = Command::new("claude") .arg("--print") .arg("--model") - .arg("claude-haiku-4-5-20251001") + .arg("haiku") .arg("--mcp-config") .arg(mcp_config) .arg("--tools")