Skip to content

Update dependency gitlab-org/gitlab-vscode-extension to v5

This MR contains the following updates:

Package Update Change
gitlab-org/gitlab-vscode-extension major v4.18.0 -> v5.16.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

gitlab-org/gitlab-vscode-extension (gitlab-org/gitlab-vscode-extension)

v5.16.0

Compare Source

Bug Fixes
  • Always offer to run Authenticate command when token expires (45a7ee4)
  • Duo Chat: Remove clean slash command (145c8a7)
  • Retrieve maxAccessLevel separately in ProtectedBranchProvider (766f564)
Features
  • add LSP feature flags to browser.package.json (4bacaf4)
  • Code suggestions in unsaved files (96ff465)
  • Copy code snippet from quick chat (e0a150b)
  • Initialize Git repo when publishing to GitLab (834fa99)
  • Update Quick chat "Send" label to OS-specific (057a04f)
  • Update Quick Chat thread label text on selection change (88fc60d)

v5.15.0

Compare Source

Bug Fixes
  • Don't return protection rules if include is empty (7229efe)
Features
  • display quick chat actions (5c4a326)
Community contributions 👑

v5.14.0

Compare Source

Bug Fixes
  • delay when opening quick chat (ac425ca)
Features
  • Branch protection rules (997dce0)
  • DuoChat: Streaming code includes syntax highlight/action buttons (754f955)
  • support Duo Code Suggestions in notebooks (79d32bd)
  • Trigger Inline Chat in editor (7d62838)

v5.13.0

Compare Source

Bug Fixes
  • extension not initialized error during startup (72614fa)
  • support osx shortcuts (6177269)
Features
  • ai-context: Enable additional chat context with a feature flag (b980ac7)

v5.12.2

Compare Source

Bug Fixes
  • Disable additional context in chat query/mutation (6ab30e4)

v5.12.1

Compare Source

Bug Fixes
  • Stop visibilityPicker item selection from jumping to 0 (e548d43)

v5.12.0

Compare Source

Bug Fixes
  • Ensure the "fix" command does not display when Duo is disabled (aaaed45)
  • Hide Open in GitLab in command palette (f217845)
Features
  • ai-context: Injected File Context in Duo Chat (0a15221)
Community contributions 👑
  • Implemented by @​X_Sheep
    • Publish to GitLab: create a new project from existing repository (bdabd94)

v5.11.0

Compare Source

Bug Fixes
  • docs: Fix formatting problem detected by Prettier (324b0e9)
  • docs: Resolve errors from updated docs linting rules and tools (44d507c)
  • ensure Duo Chat prompt is focused when showing panel (c918f76)
Features
  • ai-context: injected context UI integration (a164759)
  • Publish to GitLab (bdabd94)

v5.10.0

Compare Source

Bug Fixes
  • Use metadata.featureFlags gql field for instance feature flags (ba3b3b0)
Features
  • implement inserting code snippets (7a80e20)

v5.9.1

Compare Source

Features
  • added AI Context Management (a33e44e)
  • show executing duo workflow steps (75c3c59)
  • subscribe to do workflow events (9e7bd53)

v5.9.0

Compare Source

Bug Fixes
  • Add Code Suggestion State Check for Status Bar Icon (ee2472a)
  • Add missing tailwind styles for DuoChat (09b1a98)
Features
  • add /fix command for GitLab Duo chat (384708a)
  • Add cancelPrompt handlers for DuoChat (2fadc14)
  • add new chat icon to activity bar (50f54cd)
  • add notification listener to open URLs (929144c)
  • Remove code suggestions request states from status bar (52416ae)
  • rename aiAssisted configuration namespace to duo (9d55361)

v5.8.0

Compare Source

Bug Fixes
  • Send DidChangeDocumentInActiveEditor on LS start (6d70cf2)

Language Server changes

Bug Fixes
  • only notify on actual changes to LanguagesService (aeceee3)
Features
  • add new state notification for disabled language (04db755)
  • Duo Workflow fetch workflow token (3ee23f9)
  • initial port of duo chat from vscode (f9ce04e)
  • normalize invalid "additionalLanguages" identifiers (3e327ea)
  • reduce suggestion debounce from 300ms to 250ms (bd098b3)

v5.7.1

Compare Source

Bug Fixes
  • don't ask user to select account (92ca27c)
  • duo chat feedback form not sending text feedback (7b46dad)

v5.7.0

Compare Source

Features
  • send open tabs to language server on init (f44a714)
  • update duo status bar item placement and label (6af8303)

v5.6.0

Compare Source

Bug Fixes
  • Scope duo workflow docker values to all settings (69d1e72)
GitLab Language Server Features
  • Add Workflow goal and execution component (3cb5d60)
  • switching between open tabs adds them to advanced context cache (c00320a)

v5.5.0

Compare Source

Bug Fixes
  • change deprecated state.refs to getRefs() (24cfac8)
  • chat: fix UI glitches and prepare for gitlab-ui update (43691bf)
  • ensure cleared Duo Chat does not persist (accb50d)
  • Remove references to gl.addAccount command (c6e6888)
  • render correct CS status (disabled languages) (859f573)
  • Send URI instead of document in DidChangeDocumentInActiveEditor (51fc76d)
Features
  • add Duo Chat status item to quick pick menu (7813d2d)
  • add gitlab workflow walkthrough (8cb0288)
  • add remote security scanning (6cdf5a3)
  • improve tooltip text for disabled languages (ce7b355)
  • introduce enabledWithoutGitlabProject Duo setting (8861f62)
  • workflow: added Duo Workflow settings (48d0c42)

v5.4.0

Compare Source

Bug Fixes
  • add padding around Duo Chat code blocks (535765b)
Features
  • add Duo Settings item to the quick pick menu (18abe16)
  • add language toggle item to quick pick menu (38db63f)

v5.3.0

Compare Source

Bug Fixes
  • fix misconfigured highlight.js (7d75ddd)
Features
  • add docs and forum links to quick pick menu (94da24d)

v5.2.0

Compare Source

Bug Fixes
  • chat: styling of in-progress code blocks (11be499)
Features
  • syntax highlighting for gitlab duo chat (98f3dce)

v5.1.0

Compare Source

Bug Fixes
  • Omit invalid chat input field for GitLab 17.2 and earlier (0a903aa)
Features
  • add code suggestions quick pick menu (67416ad)

5.0.1 (2024-07-26)

Bug Fixes
  • Omit invalid chat input field for GitLab 17.2 and earlier (0a903aa)

v5.0.1

Compare Source

Bug Fixes
  • Omit invalid chat input field for GitLab 17.2 and earlier (0a903aa)

v5.0.0

Compare Source

Features
  • consolidate authentication methods into one command (c21c63e)
  • remove the VS Code Auth provider in favor of custom OAuth flow (67e6663)
    • This is a breaking change in a sense that if any 3rd party extension relied on the gitlab authentication provider, it will temporarily stop working.
    • More information in !1778.

v4.21.0

Compare Source

Features
  • add "enabled supported languages" setting (053938a)
  • add command to toggle Code Suggestions for current language (2ca138a)

v4.20.0

Compare Source

Bug Fixes
  • correct GitLab casing (35c28be)
  • race condition that caused empty chat responses (2b55f2d)
Features
  • add open tabs context setting (b4aadde)

v4.19.0

Compare Source

Features
  • Add draft custom query property and treat wip as an alias (c4075a6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by GitLab Dependency Bot

Merge request reports

Loading