Skip to content

chore(deps): bump gitlab-ai-provider to 6.7.0#28218

Merged
rekram1-node merged 13 commits into
anomalyco:devfrom
vglafirov:bump-gitlab-ai-provider-6.7.0
May 21, 2026
Merged

chore(deps): bump gitlab-ai-provider to 6.7.0#28218
rekram1-node merged 13 commits into
anomalyco:devfrom
vglafirov:bump-gitlab-ai-provider-6.7.0

Conversation

@vglafirov
Copy link
Copy Markdown
Contributor

@vglafirov vglafirov commented May 18, 2026

Issue for this PR

Closes #28221

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation
  • Dependency bump

What does this PR do?

Bumps gitlab-ai-provider from 6.6.0 → 6.7.0 in packages/core and packages/opencode.

6.7.0 adds a single new model id, duo-chat-gpt-5-5, that maps to OpenAI's gpt-5.5-2026-04-23 backend reached through GitLab's AI Gateway proxy. The upstream model selection manifest (models.yml) marks gpt_5_5 with proxy_provider: openai, so it's already routable; this bump lets opencode users select gitlab/duo-chat-gpt-5-5 directly.

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.json files and the matching bun.lock entry.

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 install regenerated bun.lock cleanly — only the 6.6.0 → 6.7.0 entry + integrity hash changed.
  • The pre-push hook ran bun typecheck across all 14 workspace packages — all passed (0 errors).
  • Locally tested an opencode session against a project configured with 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.
  • No other dependencies were touched.

Screenshots / recordings

Not applicable — no UI changes.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label May 18, 2026
@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label May 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@rekram1-node
Copy link
Copy Markdown
Collaborator

Oh our security policy is blocking the pkg due to minimum age restrictions:

error: No version matching "gitlab-ai-provider" found for specifier "6.7.0" (blocked by minimum-release-age: 259200 seconds)

We can either wait till it's up or add it to whitelist

@vglafirov
Copy link
Copy Markdown
Contributor Author

Oh our security policy is blocking the pkg due to minimum age restrictions:

error: No version matching "gitlab-ai-provider" found for specifier "6.7.0" (blocked by minimum-release-age: 259200 seconds)

We can either wait till it's up or add it to whitelist

It's fine to wait

@rekram1-node rekram1-node merged commit 6c24062 into anomalyco:dev May 21, 2026
9 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump gitlab-ai-provider to 6.7.0 for GPT-5.5 model support Bump gitlab-ai-provider to 5.3.1 for GPT-5.4 model support

2 participants