chore(deps): bump gitlab-ai-provider to 6.7.0#28218
Merged
rekram1-node merged 13 commits intoMay 21, 2026
Merged
Conversation
Adds support for the new `duo-chat-gpt-5-5` model id (OpenAI GPT-5.5 via the GitLab AI Gateway). No other changes \u2014 mapping is purely additive and backward compatible with existing duo-chat-* ids. Release notes: https://gitlab.com/vglafirov/gitlab-ai-provider/-/releases
Contributor
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Collaborator
|
Oh our security policy is blocking the pkg due to minimum age restrictions:
We can either wait till it's up or add it to whitelist |
Contributor
Author
It's fine to wait |
MyNameIsGMLi
pushed a commit
to MyNameIsGMLi/opencode
that referenced
this pull request
May 22, 2026
rustybret
pushed a commit
to rustybret/opencode
that referenced
this pull request
May 22, 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 #28221
Type of change
What does this PR do?
Bumps
gitlab-ai-providerfrom 6.6.0 → 6.7.0 inpackages/coreandpackages/opencode.6.7.0 adds a single new model id,
duo-chat-gpt-5-5, that maps to OpenAI'sgpt-5.5-2026-04-23backend reached through GitLab's AI Gateway proxy. The upstream model selection manifest (models.yml) marksgpt_5_5withproxy_provider: openai, so it's already routable; this bump lets opencode users selectgitlab/duo-chat-gpt-5-5directly.The change is purely additive inside the provider — no existing mappings touched, no public API change, no behavioral change for callers that don't reference the new id. Therefore the diff in this repo is mechanical: three lines across two
package.jsonfiles and the matchingbun.lockentry.Provider release notes: https://gitlab.com/vglafirov/gitlab-ai-provider/-/releases (v6.7.0)
This follows the exact same pattern as previously closed #18850, which did the same bump for the GPT-5.4 family.
How did you verify your code works?
bun installregeneratedbun.lockcleanly — only the 6.6.0 → 6.7.0 entry + integrity hash changed.bun typecheckacross all 14 workspace packages — all passed (0 errors).model: gitlab/duo-chat-gpt-5-5; the model resolves and routes correctly through the OpenAI proxy under the GitLab AI Gateway, with streaming and tool-calls working as on prior duo-chat-gpt-5-* ids.Screenshots / recordings
Not applicable — no UI changes.
Checklist