Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This repository is the single source for Tembo's public documentation site. It c
| `welcome.mdx` | Landing page content for the documentation site. |
| `features/` | Feature deep-dives and how-to guides for core product surfaces. |
| `integrations/` | End-to-end setup guides for partner integrations. |
| `automations-library/` | Automation-specific playbooks and templates. |
| `admin/` | Account, billing, and security administration docs. |
| `resources/` | Evergreen resources that support broader customer education. |
| `snippets/` | Reusable callouts and shared content fragments. |
Expand Down
5 changes: 5 additions & 0 deletions snippets/coding-agents-table.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Coding Agents Table
description: Reusable table comparing supported coding agents, their model providers, and default models.
---

| Coding Agent | Model Providers | Default Model |
| --------------- | ---------------------------------- | ------------------- |
| **Claude Code** | Anthropic | `claude-opus-4-5` |
Expand Down