Skip to content

Update tsconfig.json with model configurations#12441

Open
celiaelazamey-arch wants to merge 1 commit into
continuedev:mainfrom
celiaelazamey-arch:patch-1
Open

Update tsconfig.json with model configurations#12441
celiaelazamey-arch wants to merge 1 commit into
continuedev:mainfrom
celiaelazamey-arch:patch-1

Conversation

@celiaelazamey-arch
Copy link
Copy Markdown

@celiaelazamey-arch celiaelazamey-arch commented May 19, 2026

Added configuration for Groq Llama and Gemini models with API keys.

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

Adds model configs for Groq Llama 3.3 and Gemini 1.5 Pro, and sets Groq as the tab autocomplete model using an openai-compatible endpoint. Replaces the empty tsconfig.json with these settings.

  • New Features

    • Added models entries for Groq Llama 3.3 (provider: openai, apiBase: Groq) and Gemini 1.5 Pro (provider: gemini).
    • Set tabAutocompleteModel to Groq Llama 3.3.
    • Included placeholder API keys for both providers.
  • Migration

    • Replace the placeholder API keys with valid credentials before use.

Written for commit d96cd76. Summary will update on new commits. Review in cubic

Added configuration for Groq Llama and Gemini models with API keys.
@celiaelazamey-arch celiaelazamey-arch requested a review from a team as a code owner May 19, 2026 18:19
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor


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
Copy Markdown
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.

2 issues found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="tsconfig.json">

<violation number="1" location="tsconfig.json:1">
P1: Non-tsconfig application model configuration was added to `tsconfig.json`, breaking the TypeScript config contract. The `models` and `tabAutocompleteModel` keys are Continue.dev runtime settings that belong in a `config.json` file, not in a `tsconfig.json` which is reserved for TypeScript compiler options. Additionally, the file uses invalid double braces (`{{` and `}}`).</violation>

<violation number="2" location="tsconfig.json:1">
P0: Invalid JSON syntax in tsconfig.json (`{{ ... }}`) will cause parse failures in TypeScript compiler, editors, and build tooling.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Fix all with cubic | Re-trigger cubic

Comment thread tsconfig.json
@@ -1 +1,24 @@
{}
{{
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0: Invalid JSON syntax in tsconfig.json ({{ ... }}) will cause parse failures in TypeScript compiler, editors, and build tooling.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At tsconfig.json, line 1:

<comment>Invalid JSON syntax in tsconfig.json (`{{ ... }}`) will cause parse failures in TypeScript compiler, editors, and build tooling.</comment>

<file context>
@@ -1 +1,24 @@
-{}
+{{
+  "models": [
+    {
</file context>
Fix with Cubic

Comment thread tsconfig.json
@@ -1 +1,24 @@
{}
{{
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Non-tsconfig application model configuration was added to tsconfig.json, breaking the TypeScript config contract. The models and tabAutocompleteModel keys are Continue.dev runtime settings that belong in a config.json file, not in a tsconfig.json which is reserved for TypeScript compiler options. Additionally, the file uses invalid double braces ({{ and }}).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At tsconfig.json, line 1:

<comment>Non-tsconfig application model configuration was added to `tsconfig.json`, breaking the TypeScript config contract. The `models` and `tabAutocompleteModel` keys are Continue.dev runtime settings that belong in a `config.json` file, not in a `tsconfig.json` which is reserved for TypeScript compiler options. Additionally, the file uses invalid double braces (`{{` and `}}`).</comment>

<file context>
@@ -1 +1,24 @@
-{}
+{{
+  "models": [
+    {
</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:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant