chore: bump gitlab-ai-provider to 6.12.0 - #39096
Merged
rekram1-node merged 1 commit intoJul 28, 2026
Merged
Conversation
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 #39095
Type of change
What does this PR do?
Bumps the pinned
gitlab-ai-providerdependency from6.11.1to6.12.0inpackages/core/package.jsonandpackages/opencode/package.json, plus the resultingbun.lockupdate.This release adds mappings for Claude Opus 5:
duo-chat-opus-5→claude-opus-5(agentic chat)duo-workflow-opus-5→claude_opus_5(Duo Agent Platform workflow ref)Provider release: https://gitlab.com/vglafirov/gitlab-ai-provider/-/merge_requests/33 (merged, published to npm as
gitlab-ai-provider@6.12.0)models.dev metadata for the model picker is a separate PR: anomalyco/models.dev#3765 (not yet merged, so
duo-chat-opus-5won't show up inopencode modelsuntil that lands and models.dev redeploys — this PR only bumps the provider dependency).How did you verify your code works?
bun installafter the bump resolvesgitlab-ai-provider@6.12.0from the npm registry (not afile:link).bun turbo typecheckpasses for all 30 packages in the monorepo (ran automatically via the pre-push hook).opencode run -m gitlab/duo-chat-opus-5 "..."locally (withOPENCODE_MODELS_PATHpointed at a models.dev build containing the pending TOML entry) and confirmed:lsand used the real output in its answer).Screenshots / recordings
N/A - dependency bump, no UI change.
Checklist