From b6e2d3c9c2c368fbb639b1a17b92f96c596e5b22 Mon Sep 17 00:00:00 2001 From: Joost Boonzajer Flaes Date: Sun, 15 Mar 2026 20:00:51 +0200 Subject: [PATCH] docs: fix model IDs, add mcp-config-path, add provider outreach section - Update claude-model default and example to use latest aliases - Add missing mcp-config-path to the optional inputs table - Add closing section inviting users on other AI providers to reach out Co-Authored-By: Claude Opus 4.6 --- docs/cloud/features/ci.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/cloud/features/ci.mdx b/docs/cloud/features/ci.mdx index a986e9cf7..5b0e2f4c1 100644 --- a/docs/cloud/features/ci.mdx +++ b/docs/cloud/features/ci.mdx @@ -97,8 +97,9 @@ This works for pull requests opened from branches within the same repository. Gi |---|---|---| | `models-path` | `models/` | Path to your dbt models directory | | `diff-filter` | `ACMR` | File changes to include: A=Added, C=Copied, M=Modified, R=Renamed | -| `claude-model` | `claude-haiku-4-5-20251001` | Claude model to use. Switch to `claude-sonnet-4-6` for deeper analysis on complex changes | +| `claude-model` | `claude-haiku-4-5-latest` | Claude model to use. Switch to `claude-sonnet-4-latest` for deeper analysis on complex changes | | `base-ref` | PR base branch | Branch to diff against | +| `mcp-config-path` | _(auto-generated)_ | Path to a custom MCP config file. Only needed for self-hosted Elementary setups | ```yaml - uses: elementary-data/elementary-ci@v1 @@ -106,7 +107,7 @@ This works for pull requests opened from branches within the same repository. Gi anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} elementary-api-key: ${{ secrets.ELEMENTARY_API_KEY }} models-path: "dbt/models/" - claude-model: "claude-sonnet-4-6" + claude-model: "claude-sonnet-4-latest" ``` @@ -149,3 +150,7 @@ Verify `ELEMENTARY_API_KEY` is correctly set and the MCP server is enabled for y If a model has never been synced through Elementary, the comment will note that no history is available yet. Results populate automatically after the next Elementary sync. + +## Using a different AI provider? + +The review currently uses Claude via the Anthropic API. If your team uses a different provider and you'd like to see it supported, we'd love to hear from you — reach out at [support@elementary-data.com](mailto:support@elementary-data.com) or on the [Community Slack](https://elementary-data.com/community).