Skip to content

chore: bump gitlab-ai-provider to 6.12.1 - #39490

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
vglafirov:bump-ai-provider
Jul 29, 2026
Merged

chore: bump gitlab-ai-provider to 6.12.1#39490
rekram1-node merged 1 commit into
anomalyco:devfrom
vglafirov:bump-ai-provider

Conversation

@vglafirov

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #39489

Type of change

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

What does this PR do?

Bumps the pinned gitlab-ai-provider dependency from 6.12.0 to 6.12.1 in packages/core/package.json and packages/opencode/package.json, plus the resulting bun.lock update.

This is a small perf-only patch release, per the package changelog:

  • perf(anthropic): place cache breakpoints on final two messages (5f2e13e)

No public API changes and no new model mappings, so no models.dev changes are needed alongside this.

How did you verify your code works?

  • bun install after the bump resolves gitlab-ai-provider@6.12.1 from the npm registry (not a file: link).
  • bun turbo typecheck passes for all 30 packages in the monorepo (ran automatically via the pre-push hook).
  • bun test test/provider/transform.test.ts in packages/opencode passes (397 pass, 0 fail), covering the gitlab-ai-provider transform no-op case.

Screenshots / recordings

N/A - dependency bump, no UI change.

Checklist

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

@rekram1-node
rekram1-node merged commit 02f50a6 into anomalyco:dev Jul 29, 2026
10 of 11 checks passed
3kaiu pushed a commit to 3kaiu/opencode-x that referenced this pull request Jul 31, 2026
1056674754 added a commit to 1056674754/opencode that referenced this pull request Aug 5, 2026
Upstream v1.18.9 (4da7bb4) -> v1.18.10 (7902e04), 24 commits.

Functional changes:
- feat: discover Modal models (anomalyco#39066) - new packages/opencode/src/plugin/modal/
- fix: use OpenCode model catalog URL (anomalyco#39672) - models.dev -> models.opencode.ai
- fix(app): repair malformed persisted tabs (anomalyco#39645)
- fix(app): defer model variant selector (anomalyco#39445)
- fix(app): preserve agent picker for existing users (anomalyco#39300)
- feat(app): migrate to solid-sonner (anomalyco#39519)
- feat(app): attachment fades, duplicate guard, always-visible new session button
- feat(app): review tab top bar + tab state refinements
- fix(console): add public fetch compatibility flag
- docs(ecosystem): add opencode-tavily plugin (anomalyco#38709)
- chore: bump gitlab-ai-provider to 6.12.1 (anomalyco#39490)

Conflicts resolved: 29 package.json version bumps (rebranded 1.18.10-sscity)
and bun.lock (regenerated). No functional code conflicts.

Verified: Modal plugin tests pass (2/2), model catalog URL applied to all
3 files, fork-only changes (small_model_fallback, skill hot-reload, server
single-flight) intact. Pre-existing TUI type errors unrelated to this merge.
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.

[FEATURE]: Bump gitlab-ai-provider to 6.12.1 (Anthropic cache breakpoint placement fix)

2 participants