drop in-code todo comment (lives in CLAUDE.md)
This commit is contained in:
parent
625bae1b31
commit
ae4a3f1b77
1 changed files with 0 additions and 3 deletions
|
|
@ -178,9 +178,6 @@ async fn invoke_claude(prompt: &str, mcp_config: &Path) -> Result<String> {
|
|||
// plus the hyperhive MCP surface so there's no permission prompt
|
||||
// mid-turn. A finer-grained allow-list system for Bash command
|
||||
// patterns is on the backlog (PLAN.md polish).
|
||||
// Hard-coded to Haiku 4.5 for now to keep cost predictable while we
|
||||
// iterate. TODO: make this overridable per-agent — op via dashboard,
|
||||
// manager via `request_apply_commit` setting on the agent's flake.
|
||||
let out = Command::new("claude")
|
||||
.arg("--print")
|
||||
.arg("--model")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue