chore: bump gitlab-ai-provider to 6.18.0 - #50890
Merged
Merged
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
rldona
pushed a commit
to rldona/FlupCode
that referenced
this pull request
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #50889
Type of change
What does this PR do?
Bumps the pinned
gitlab-ai-providerto6.18.0in both packages that declare it ondev:packages/opencode:6.15.0→6.18.0. This is the v1 app, and the previous bump (maint(gitlab): bump gitlab-ai-provider to 6.16.0 #50742) missed this pin.packages/core:6.16.0→6.18.0.bun.locknow resolves a singlegitlab-ai-provider@6.18.0. That removes the separateopencode/gitlab-ai-provider@6.15.0entry and its nestedopenai/zodcopies.6.18.0 adds the
duo-chat-gpt-6-sol/duo-chat-gpt-6-lunamappings.packages/opencodealso picks up 6.16.0's Claude Opus 5.5 mappings and project-scoped workflow discovery, and 6.17.1's correctedVERSION(it previously reported the prior release in theUser-Agent). The API we use is unchanged:createGitLab,VERSION,isWorkflowModel,discoverWorkflowModelsandGitLabWorkflowLanguageModel. 6.17.0 only added an optionalcacheKeyoption, so no source changes were needed.How did you verify your code works?
bun install: both workspace packages resolvegitlab-ai-provider6.18.0from npm, not afile:link.bun typecheckpasses inpackages/coreandpackages/opencode.packages/opencode:bun test test/provider/gitlab-duo.test.ts test/provider/provider.test.ts test/provider/transform.test.tsgives 663 pass, 0 fail.packages/core:bun testgives 1098 pass, 0 fail.packages/core/test/plugin/*file on its own fails withCannot access 'GitLabPlugin' before initialization. That also happens on unmodifieddevand is unrelated to this bump.Screenshots / recordings
Not a UI change.
Checklist