-
Notifications
You must be signed in to change notification settings - Fork 4k
Revise chat model setup with new recommendations #9335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated model recommendations and added new models for chat integration.
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 1 file
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="docs/ide-extensions/chat/model-setup.mdx">
<violation number="1" location="docs/ide-extensions/chat/model-setup.mdx:2">
P0: This `.mdx` documentation file has been replaced with raw JSON content, which is incorrect. MDX files should contain Markdown + JSX documentation content, not JSON configuration. This will completely break the documentation page.
If this is meant to be a configuration example, it should be wrapped in a proper MDX structure with frontmatter and code blocks. If this is meant to be a config file, it should have a `.json` extension.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
Reply to cubic to teach it or ask questions. Tag @cubic-dev-ai to re-run a review.
| </Info> | ||
|
|
||
| For model recommendations, please refer to our [Model Recommendations page](/customize/models). | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P0: This .mdx documentation file has been replaced with raw JSON content, which is incorrect. MDX files should contain Markdown + JSX documentation content, not JSON configuration. This will completely break the documentation page.
If this is meant to be a configuration example, it should be wrapped in a proper MDX structure with frontmatter and code blocks. If this is meant to be a config file, it should have a .json extension.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/ide-extensions/chat/model-setup.mdx, line 2:
<comment>This `.mdx` documentation file has been replaced with raw JSON content, which is incorrect. MDX files should contain Markdown + JSX documentation content, not JSON configuration. This will completely break the documentation page.
If this is meant to be a configuration example, it should be wrapped in a proper MDX structure with frontmatter and code blocks. If this is meant to be a config file, it should have a `.json` extension.</comment>
<file context>
@@ -1,21 +1,16 @@
-For model recommendations, please refer to our [Model Recommendations page](/customize/models).
\ No newline at end of file
+{
+ "models": [
+ {
+ "title": "DeepSeek V3",
</file context>

Updated model recommendations and added new models for chat integration.
Description
[ What changed? Feel free to be brief. ]
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Rewrote the chat model setup docs to align with new recommendations and provide a copy‑paste config. Replaced the generic recommendations section with a JSON example using DeepSeek V3 for chat and DeepSeek Coder for tab autocomplete, including an API key placeholder.
Written for commit 57ffaad. Summary will update automatically on new commits.