Skip to content

Commit b608efd

Browse files
authored
Merge pull request #2153 from elementary-data/fix/ci-docs-followup
docs: fix CI docs model IDs and add provider outreach
2 parents 5469066 + b6e2d3c commit b608efd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/cloud/features/ci.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,17 @@ This works for pull requests opened from branches within the same repository. Gi
9797
|---|---|---|
9898
| `models-path` | `models/` | Path to your dbt models directory |
9999
| `diff-filter` | `ACMR` | File changes to include: A=Added, C=Copied, M=Modified, R=Renamed |
100-
| `claude-model` | `claude-haiku-4-5-20251001` | Claude model to use. Switch to `claude-sonnet-4-6` for deeper analysis on complex changes |
100+
| `claude-model` | `claude-haiku-4-5-latest` | Claude model to use. Switch to `claude-sonnet-4-latest` for deeper analysis on complex changes |
101101
| `base-ref` | PR base branch | Branch to diff against |
102+
| `mcp-config-path` | _(auto-generated)_ | Path to a custom MCP config file. Only needed for self-hosted Elementary setups |
102103

103104
```yaml
104105
- uses: elementary-data/elementary-ci@v1
105106
with:
106107
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
107108
elementary-api-key: ${{ secrets.ELEMENTARY_API_KEY }}
108109
models-path: "dbt/models/"
109-
claude-model: "claude-sonnet-4-6"
110+
claude-model: "claude-sonnet-4-latest"
110111
```
111112
</Accordion>
112113

@@ -149,3 +150,7 @@ Verify `ELEMENTARY_API_KEY` is correctly set and the MCP server is enabled for y
149150
<Warning>
150151
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.
151152
</Warning>
153+
154+
## Using a different AI provider?
155+
156+
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).

0 commit comments

Comments
 (0)