There was an error while loading. Please reload this page.
1 parent 766e774 commit 93273c4Copy full SHA for 93273c4
1 file changed
docs/src/content/docs/reference/engines.md
@@ -46,8 +46,8 @@ Not all features are available across all engines. The table below summarizes pe
46
47
| Feature | Copilot | Claude | Codex | Gemini | Pi |
48
|---------|:-------:|:------:|:-----:|:------:|:--:|
49
-| `max-turns` (AWF invocation cap; `max-runs` deprecated) | ✅ | ✅ | ✅ | ✅ | ✅ |
50
-| `max-turns` | ❌ | ✅ | ❌ | ❌ | ❌ |
+| `max-turns` (top-level AWF invocation cap; `max-runs` deprecated) | ✅ | ✅ | ✅ | ✅ | ✅ |
+| `engine.max-turns` (deprecated nested alias) | ❌ | ✅ | ❌ | ❌ | ❌ |
51
| `max-continuations` | ✅ | ❌ | ❌ | ❌ | ❌ |
52
| `tools.web-fetch` | ✅ | ✅ | ✅ | ✅ | ✅ |
53
| `tools.web-search` | via MCP | via MCP | ✅ (opt-in) | via MCP | via MCP |
0 commit comments