Skip to content

Draft: Fix agentic chat doesn't work outside of project

What does this MR do and why?

This MR fixes the current limitation of Agentic Chat that it can't be used outside of project context. This limitation was originally coming from that Duo Workflow is tightly coupled with project entity. This MR drops the project requirement from Agentic Chat workflow where keeps the project still required for the other workflow definitions.

This is required for the feature parity with Classic Duo Chat which has already cross-project and group-level entity support (e.g. ask question about epic where there are no 1-to-1 relationships with a project). Also, competitors such as Windsurf has cross-project context support by default.

References

To release this feature on production, the following changes need to be merged in this order:

  1. GitLab-Rails: !194821 (closed)
  2. Duo Workflow Service: gitlab-org/modelops/applied-ml/code-suggestions/ai-assist!2807 (merged)
  3. GitLab-LSP gitlab-org/editor-extensions/gitlab-lsp!1870 (closed)
  4. Editor Extension (VSCode): gitlab-vscode-extension!2693 (closed)

Related to Agentic Chat doesn't work outside of project (G... (#550324 - closed)

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Shinya Maeda

Merge request reports

Loading