Skip to content

feat: send code suggestion requests directly to cloud connector

Tomas Vik requested to merge tv/2024-06/direct-connection-ff-on into main

Description

This MR enables the feature flag for Let the client (IDE) request Code Suggestions (... (&13252) by default.

This MR has a title that we want to see in changelog (until now, no MRs for this feature appeared in the changelog)

Related Issues

Related to #1401 (closed)

How has this been tested?

  1. Start VS Code extension
  2. See in logs that it's making direct requests for code suggestions
2024-06-14T10:46:40:215 [debug]: Direct connection (https://cloud.gitlab.com/ai/v2/completions) suggestion fetched in 693ms

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes

Merge request reports

Loading