Loading
Commits on Source 3
-
🤖 GitLab Bot 🤖 authored
-
Erran Carey authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^8.95.0 See merge request !3205 Merged-by:
Erran Carey <ecarey@gitlab.com>
Approved-by:
Erran Carey <ecarey@gitlab.com>
Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
semantic-release-bot authored
## **pre-release** [6.80.3](v6.80.2...v6.80.3) (2026-05-22) ###
🔁 Chore * **deps:** update dependency @gitlab-org/gitlab-lsp to ^8.95.0 ([cf0d0bc7](cf0d0bc7)) by GitLab Renovate Bot ### Language Server Release [8.93.2...8.95.0](gitlab-org/editor-extensions/gitlab-lsp@v8.93.2...v8.95.0) ### [8.94.0](gitlab-org/editor-extensions/gitlab-lsp@v8.93.2...v8.94.0) (2026-05-18) ####✨ Features * add ai context items ([23a2544](gitlab-org/editor-extensions/gitlab-lsp@23a25448)) by Juhee Lee * **cli:** Add /doctor slash command for diagnostics in the cli ([0272116](gitlab-org/editor-extensions/gitlab-lsp@0272116b)) by Malte Heuser * **flow-builder:** add runtime-provided variable registry for merge fields ([52e4bab](gitlab-org/editor-extensions/gitlab-lsp@52e4bab1)) by John Slaughter * **flow-builder:** unify validation issues end-to-end ([3565c59](gitlab-org/editor-extensions/gitlab-lsp@3565c59d)) by John Slaughter * generate duo cli docs automatically ([229ffe6](gitlab-org/editor-extensions/gitlab-lsp@229ffe65)) by Andrei Zubov * pre-select files context category ([ca8f325](gitlab-org/editor-extensions/gitlab-lsp@ca8f325f)) by Juhee Lee * **sandbox:** add --sandbox CLI flag to enable sandboxing ([ab12e36](gitlab-org/editor-extensions/gitlab-lsp@ab12e362)) by Karl Jamoralin ####🐛 Bug Fixes * **flow-builder:** replace native confirm() with dialog for reload discard ([ae6d573](gitlab-org/editor-extensions/gitlab-lsp@ae6d5730)) by John Slaughter * **sandbox:** embed sandbox worker in compiled CLI binary ([4427136](gitlab-org/editor-extensions/gitlab-lsp@44271366)) by Karl Jamoralin * Treat empty string options in flow config as undefined ([6d19aa4](gitlab-org/editor-extensions/gitlab-lsp@6d19aa45)) by Olena Horal-Koretska * **tree-sitter:** resolve wasm path at runtime in bun-compiled binary ([1ce20b8](gitlab-org/editor-extensions/gitlab-lsp@1ce20b80)) by Karl Jamoralin ####📝 Documentation * replace invalid 'bun run -w' with 'bun run --filter' ([7754f01](gitlab-org/editor-extensions/gitlab-lsp@7754f01d)) by Tristan Read ####⚡ Refactor * **cli:** sync full MCP server objects ([cce1d35](gitlab-org/editor-extensions/gitlab-lsp@cce1d359)) by Elwyn Benson * **mcp:** remove GITLAB_WORKFLOW_SANDBOX stripping logic ([f47da33](gitlab-org/editor-extensions/gitlab-lsp@f47da338)) by Elwyn Benson * move workflow event utils to workflow-api ([9a8bc77](gitlab-org/editor-extensions/gitlab-lsp@9a8bc775)) by Elwyn Benson ####🔁 CI * allow cancellation of MR-only deploy jobs ([3dd1480](gitlab-org/editor-extensions/gitlab-lsp@3dd14802)) by Tomas Vik * auto-cancel redundant pipelines on new MR commits ([8bd2d9c](gitlab-org/editor-extensions/gitlab-lsp@8bd2d9c0)) by Tomas Vik * mark build-ci-node-image as non-interruptible ([1d31eee](gitlab-org/editor-extensions/gitlab-lsp@1d31eee9)) by Tomas Vik ####🔁 Chore * **ci:** skip lint_commit job on draft MRs ([72f2163](gitlab-org/editor-extensions/gitlab-lsp@72f21639)) by Tristan Read * **cli:** suppress noisy e2e log/recording errors when files don't exist yet ([3ccb40d](gitlab-org/editor-extensions/gitlab-lsp@3ccb40d6)) by Elwyn Benson * move all usage quota service exports to node subpath ([c3ded6a](gitlab-org/editor-extensions/gitlab-lsp@c3ded6af)) by Juhee Lee * split UsageQuotaService interface from node-only implementation ([adcfe1e](gitlab-org/editor-extensions/gitlab-lsp@adcfe1ee)) by Juhee Lee * update glab ([e116c74](gitlab-org/editor-extensions/gitlab-lsp@e116c747)) by Tomas Vik ### [8.95.0](gitlab-org/editor-extensions/gitlab-lsp@v8.94.0...v8.95.0) (2026-05-20) ####✨ Features * **cli:** add /mcp slash command and MCP panel ([d668298](gitlab-org/editor-extensions/gitlab-lsp@d6682988)) by Elwyn Benson * **cli:** require double esc to confirm cancelling stream ([071bd5a](gitlab-org/editor-extensions/gitlab-lsp@071bd5a0)) by Elwyn Benson * **cli:** SessionStart hook ([bd67e35](gitlab-org/editor-extensions/gitlab-lsp@bd67e35e)) by Tomas Vik * set AI_AGENT env variable in spawned child processes ([4ca38d6](gitlab-org/editor-extensions/gitlab-lsp@4ca38d6b)) by Tomas Vik ####🔁 Chore * clear destination before copying watch script artifacts ([cec6e26](gitlab-org/editor-extensions/gitlab-lsp@cec6e26f)) by Olena Horal-Koretska * load selected agent when loading old chat ([522cbf7](gitlab-org/editor-extensions/gitlab-lsp@522cbf70)) by Juhee Lee * replace remaining npm run with bun run for local development ([aac1ce2](gitlab-org/editor-extensions/gitlab-lsp@aac1ce27)) by Tomas Vik * update linting tools and linting container image for docs ([22b4104](gitlab-org/editor-extensions/gitlab-lsp@22b41045)) by Evan Read