Skip to content

Conversation

@napilniksalda-star
Copy link

@napilniksalda-star napilniksalda-star commented Dec 28, 2025

Updated model recommendations and added new models for chat integration.

Description

[ What changed? Feel free to be brief. ]

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

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.

Updated model recommendations and added new models for chat integration.
@napilniksalda-star napilniksalda-star requested a review from a team as a code owner December 28, 2025 04:22
@napilniksalda-star napilniksalda-star requested review from sestinj and removed request for a team December 28, 2025 04:22
@continue
Copy link
Contributor

continue bot commented Dec 28, 2025

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 28, 2025
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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).
{
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 28, 2025

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
+{
+  &quot;models&quot;: [
+    {
+      &quot;title&quot;: &quot;DeepSeek V3&quot;,
</file context>
Fix with Cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant