From a4a4798b4deed085021149e45e20c5e014ee4de5 Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 18:00:13 -0400 Subject: Remove consult turn limits --- crates/phone-opus/src/mcp/catalog.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crates/phone-opus/src/mcp/catalog.rs') diff --git a/crates/phone-opus/src/mcp/catalog.rs b/crates/phone-opus/src/mcp/catalog.rs index 839c477..f3f0925 100644 --- a/crates/phone-opus/src/mcp/catalog.rs +++ b/crates/phone-opus/src/mcp/catalog.rs @@ -102,11 +102,6 @@ fn tool_schema(name: &str) -> Value { "type": "string", "description": "Optional working directory for the Claude Code session. Relative paths resolve against the MCP host working directory." }, - "max_turns": { - "type": "integer", - "minimum": 1, - "description": "Optional maximum number of Claude agent turns before stopping." - }, "session_id": { "type": "string", "description": "Optional Claude session handle returned by a previous consult call. When set, phone_opus resumes that conversation instead of starting a fresh one." -- cgit v1.2.3