diff --git a/index.mdx b/index.mdx index 28944ae..6be0467 100644 --- a/index.mdx +++ b/index.mdx @@ -49,6 +49,7 @@ Tembo is harness and model agnostic. Pick the right tool for each session. Tag ` | **Cursor** | Anthropic, OpenAI, Google, xAI | `claude-4-5-sonnet` | | **Opencode** | Anthropic, OpenAI, OSS | `claude-4-5-sonnet` | | **Amp** | Anthropic (auto-selected) | `auto` | + | **Pi** | Anthropic, OpenAI, OSS | `claude-sonnet-4-6` | Codex and OpenCode also support `gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-nano`. diff --git a/resources/snippets/coding-agents-table.mdx b/resources/snippets/coding-agents-table.mdx index c088cea..582840c 100644 --- a/resources/snippets/coding-agents-table.mdx +++ b/resources/snippets/coding-agents-table.mdx @@ -10,6 +10,6 @@ description: Reusable table comparing supported agent harnesses, their model pro | **Opencode** | Anthropic/OpenAI/OSS | `claude-4-5-sonnet` | | **Amp** | Anthropic (auto-selected) | (auto-selected) | | **Cursor** | Anthropic/OpenAI/Google/Cursor/XAI | `claude-4-5-sonnet` | -| **Pi** | Anthropic/OpenAI/Google/GitHub Copilot/Azure/Bedrock/Mistral/Groq/xAI/OpenRouter/and more | (configurable) | +| **Pi** | Anthropic/OpenAI/OSS | `claude-sonnet-4-6` | Codex and OpenCode also support `gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-nano`.