feat(provider): bump gitlab-ai-provider to 6.6.0#23057
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Apr 17, 2026
Merged
feat(provider): bump gitlab-ai-provider to 6.6.0#23057rekram1-node merged 1 commit intoanomalyco:devfrom
rekram1-node merged 1 commit intoanomalyco:devfrom
Conversation
- 6.5.0: add Claude Opus 4.7 model mapping - 6.6.0: enable Anthropic prompt caching via cache_control on system prompt
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
leohenon
pushed a commit
to leohenon/opencode-vim
that referenced
this pull request
Apr 17, 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
N/A — dependency version bump
Type of change
What does this PR do?
Bumps
gitlab-ai-providerfrom 6.4.2 to 6.6.0. Two new features:duo-chat-opus-4-7), making it available through GitLab Duo model discoverycache_controlon system prompts, reducing latency and cost for Anthropic-backed modelsNo breaking changes. No import or API changes needed — both features activate automatically through the provider internals. Changelog: https://gitlab.com/vglafirov/gitlab-ai-provider/-/blob/main/CHANGELOG.md
How did you verify your code works?
bun turbo typecheck— 13/13 packages)createGitLab,VERSION,isWorkflowModel,discoverWorkflowModels,GitLabWorkflowLanguageModel) remain unchanged and compatiblebun install— lockfile updates cleanly with no dependency conflictsScreenshots / recordings
Not a UI change.
Checklist