From e02f9f38a80a8d6980e0662cea93821a880ad59e Mon Sep 17 00:00:00 2001 From: Fiona Neill Date: Tue, 7 Oct 2025 09:36:37 +0100 Subject: [PATCH 1/3] Added docs for model selection in IDEs --- doc/user/gitlab_duo_chat/agentic_chat.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/user/gitlab_duo_chat/agentic_chat.md b/doc/user/gitlab_duo_chat/agentic_chat.md index d48733a577d1ee..080764abc6298c 100644 --- a/doc/user/gitlab_duo_chat/agentic_chat.md +++ b/doc/user/gitlab_duo_chat/agentic_chat.md @@ -272,6 +272,7 @@ For more information, see the [Custom rules in GitLab Duo Agentic Chat blog](htt {{< history >}} - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/19251) in GitLab 18.4 as a [beta](../../policy/development_stages_support.md#beta) feature with a [flag](../../administration/feature_flags/_index.md) called `ai_user_model_switching`. Disabled by default. +- Added [model selection for JetBrains and VS Code](https://gitlab.com/groups/gitlab-org/-/epics/19345) in GitLab 18.5. {{< /history >}} @@ -282,10 +283,14 @@ For more information, see the history. {{< /alert >}} -When you use Chat in the GitLab UI, you can select the model to use for conversations. If you open a previous chat from the chat history and continue the conversation, -Chat uses the currently selected model. +You can select the model to use for conversations when you use Chat in: + +- The GitLab UI +- JetBrains +- VS Code -Model selection in the IDE is not supported. +If you open a previous chat from the chat history and continue the conversation, +Chat uses the currently selected model. Prerequisites: @@ -294,8 +299,8 @@ If a model has been selected for the group, you cannot change the model for Chat To select a model: -1. Under the chat text box, turn on the **Agentic mode (Beta)** toggle. -1. Select a model from the dropdown list. +- In the GitLab UI: Under the chat text box, select a model from the dropdown list +- In your IDE: ### Select an agent -- GitLab From 2071cd81a46e1fe00f9c819eea0dcafb9e2775bd Mon Sep 17 00:00:00 2001 From: Fiona Neill Date: Tue, 7 Oct 2025 10:57:47 +0100 Subject: [PATCH 2/3] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: GitLab Duo --- doc/user/gitlab_duo_chat/agentic_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/gitlab_duo_chat/agentic_chat.md b/doc/user/gitlab_duo_chat/agentic_chat.md index 080764abc6298c..2ef632f7a08ee0 100644 --- a/doc/user/gitlab_duo_chat/agentic_chat.md +++ b/doc/user/gitlab_duo_chat/agentic_chat.md @@ -287,7 +287,7 @@ You can select the model to use for conversations when you use Chat in: - The GitLab UI - JetBrains -- VS Code +- VS Code If you open a previous chat from the chat history and continue the conversation, Chat uses the currently selected model. -- GitLab From 6d115883f1fcc3b8da35e4d2117939462042a59d Mon Sep 17 00:00:00 2001 From: fneill Date: Tue, 7 Oct 2025 14:04:01 +0100 Subject: [PATCH 3/3] Edited prerequisite for readability --- doc/user/gitlab_duo_chat/agentic_chat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/gitlab_duo_chat/agentic_chat.md b/doc/user/gitlab_duo_chat/agentic_chat.md index 2ef632f7a08ee0..6b3b5d03f1a3c0 100644 --- a/doc/user/gitlab_duo_chat/agentic_chat.md +++ b/doc/user/gitlab_duo_chat/agentic_chat.md @@ -294,13 +294,13 @@ Chat uses the currently selected model. Prerequisites: -- No model has been selected for the GitLab Duo Agent Platform feature by the Owner of the top-level group. +- The Owner of the top-level group has not selected a model for GitLab Duo Agent Platform. If a model has been selected for the group, you cannot change the model for Chat. To select a model: -- In the GitLab UI: Under the chat text box, select a model from the dropdown list -- In your IDE: +- In the GitLab UI: Under the chat text box, select a model from the dropdown list +- In your IDE: ### Select an agent -- GitLab