Loading
Commits on Source 3
-
🤖 GitLab Bot 🤖 authored
-
Olena Horal-Koretska authored
chore(deps): update dependency @gitlab-org/gitlab-lsp to ^8.109.0 See merge request !3265 Merged-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
semantic-release-bot authored
## **pre-release** [6.84.4](v6.84.3...v6.84.4) (2026-06-29) ###
🔁 Chore * **deps:** update dependency @gitlab-org/gitlab-lsp to ^8.109.0 ([2c313537](2c313537)) by GitLab Renovate Bot ### Language Server Release [8.108.0...8.109.0](gitlab-org/editor-extensions/gitlab-lsp@v8.108.0...v8.109.0) ### [8.109.0](gitlab-org/editor-extensions/gitlab-lsp@v8.108.0...v8.109.0) (2026-06-26) ####✨ Features * **cli:** add /compact slash command with compaction card ([6645cc1](gitlab-org/editor-extensions/gitlab-lsp@6645cc11)) by Malte Heuser * **cli:** gate plan mode with read-only agent privileges ([180522a](gitlab-org/editor-extensions/gitlab-lsp@180522a9)) by Tomas Vik * **cli:** improve MCP and generic tool display of JSON output ([d7ff38e](gitlab-org/editor-extensions/gitlab-lsp@d7ff38eb)) by Alejandro Metke Jimenez * **cli:** show context-usage percentage in Duo CLI footer ([87d64ec](gitlab-org/editor-extensions/gitlab-lsp@87d64ec1)) by Malte Heuser * **duo-agent-platform-v2:** implement health check ([13bd269](gitlab-org/editor-extensions/gitlab-lsp@13bd2699)) by Juhee Lee * **plugin-marketplace:** add marketplace and config schemas ([1ef373f](gitlab-org/editor-extensions/gitlab-lsp@1ef373fb)) by Elwyn Benson * **tui:** add AgentsDialog and extract shared SearchableCommandDialog ([ce1963e](gitlab-org/editor-extensions/gitlab-lsp@ce1963e5)) by Denys Mishunov * **tui:** add CTRL+U delete-line-to-cursor binding ([3474841](gitlab-org/editor-extensions/gitlab-lsp@34748411)) by Denys Mishunov * **tui:** add secondaryLabel to ChoiceOption for wrapping tool approval patterns ([bffd196](gitlab-org/editor-extensions/gitlab-lsp@bffd1966)) by Yi-Ann Chen ####🐛 Bug Fixes * **ls:** validate tool display args at the formatter boundary ([6284b86](gitlab-org/editor-extensions/gitlab-lsp@6284b861)) by Tomas Vik * Resolve active document project when access cache updates ([d240a06](gitlab-org/editor-extensions/gitlab-lsp@d240a06e)) by Olena Horal-Koretska * **skills:** emit agent-readable skill locations, not file:// URIs ([416ebfc](gitlab-org/editor-extensions/gitlab-lsp@416ebfc8)) by Karl Jamoralin * Slash commands can be submitted while a response is streaming ([c23a47f](gitlab-org/editor-extensions/gitlab-lsp@c23a47f3)) by Olena Horal-Koretska * **tui:** centralize input keymap to fix Tab cycling agent on slash completion ([0ad372e](gitlab-org/editor-extensions/gitlab-lsp@0ad372e1)) by Tomas Vik ####📝 Documentation * **cli:** fix run command and clarify working directory in README ([36af186](gitlab-org/editor-extensions/gitlab-lsp@36af186e)) by Denys Mishunov * **skills:** add GraphQL skill for version-gated operations ([36ca7f6](gitlab-org/editor-extensions/gitlab-lsp@36ca7f63)) by Tomas Vik * **skills:** tighten GraphQL skill description and example ([cb8329d](gitlab-org/editor-extensions/gitlab-lsp@cb8329de)) by Tomas Vik ####⚡ Refactor * **tui:** use ChoiceOption<ToolApprovalAction> instead of inline type ([4c6a58f](gitlab-org/editor-extensions/gitlab-lsp@4c6a58f7)) by Yi-Ann Chen ####✅ Tests * **cli:** Update tool approval handler tests for secondaryLabel ([c21cf60](gitlab-org/editor-extensions/gitlab-lsp@c21cf603)) by Yi-Ann Chen