From 0e51e9a3b8d25687adbf66c3ac06ec7e6ff70b40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:59:24 +0000 Subject: [PATCH] docs: disambiguate duplicate max-turns rows in engine comparison table Two rows in the engine feature comparison table were both labeled `max-turns` with contradictory support values, making the table self-contradictory. Per the explanatory prose below the table, the second row describes the deprecated nested `engine.max-turns` alias (Claude-only), not the top-level field. Co-Authored-By: Claude --- docs/src/content/docs/reference/engines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/reference/engines.md b/docs/src/content/docs/reference/engines.md index 8fc2c2c14d5..1c1e0028d87 100644 --- a/docs/src/content/docs/reference/engines.md +++ b/docs/src/content/docs/reference/engines.md @@ -46,8 +46,8 @@ Not all features are available across all engines. The table below summarizes pe | Feature | Copilot | Claude | Codex | Gemini | Pi | |---------|:-------:|:------:|:-----:|:------:|:--:| -| `max-turns` (AWF invocation cap; `max-runs` deprecated) | ✅ | ✅ | ✅ | ✅ | ✅ | -| `max-turns` | ❌ | ✅ | ❌ | ❌ | ❌ | +| `max-turns` (top-level AWF invocation cap; `max-runs` deprecated) | ✅ | ✅ | ✅ | ✅ | ✅ | +| `engine.max-turns` (deprecated nested alias) | ❌ | ✅ | ❌ | ❌ | ❌ | | `max-continuations` | ✅ | ❌ | ❌ | ❌ | ❌ | | `tools.web-fetch` | ✅ | ✅ | ✅ | ✅ | ✅ | | `tools.web-search` | via MCP | via MCP | ✅ (opt-in) | via MCP | via MCP |