Skip to content

chore: bump gitlab-ai-provider to 6.13.0 - #46914

Merged
rekram1-node merged 2 commits into
anomalyco:devfrom
vglafirov:bump-gitlab-ai-provider-6-13-0
Sep 2, 2026
Merged

chore: bump gitlab-ai-provider to 6.13.0#46914
rekram1-node merged 2 commits into
anomalyco:devfrom
vglafirov:bump-gitlab-ai-provider-6-13-0

Conversation

@vglafirov

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #46913

Type of change

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

What does this PR do?

Bumps gitlab-ai-provider from 6.12.1 to 6.13.0 in packages/core and packages/opencode.

6.13.0 adds the model mapping duo-chat-fable-5-1 -> claude-fable-5-1 for Anthropic's Claude Fable 5.1. Without the bump the model id doesn't resolve in the provider, so it can't be selected in opencode even though the models.dev entry is in place (anomalyco/models.dev#6121).

Only the two package.json pins and the resulting bun.lock change.

How did you verify your code works?

  • bun install, then confirmed the dependency resolves from npm rather than a local link: packages/core/node_modules/gitlab-ai-provider -> .bun/gitlab-ai-provider@6.13.0, and its package.json reports "version": "6.13.0".
  • Confirmed the new model id is present in the shipped bundle: grep -c fable-5-1 packages/core/node_modules/gitlab-ai-provider/dist/index.js.
  • Ran opencode against the model and it responded normally; earlier verification used a local file: link to the provider before publish, and this PR pins the published release instead.

Screenshots / recordings

Not a UI change.

Checklist

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

@rekram1-node
rekram1-node merged commit 8d1f891 into anomalyco:dev Sep 2, 2026
9 checks passed
filipeforattini added a commit to reddb-io/redcode that referenced this pull request Sep 5, 2026
filipeforattini added a commit to reddb-io/redcode that referenced this pull request Sep 5, 2026
1056674754 added a commit to 1056674754/opencode that referenced this pull request Sep 7, 2026
Upstream v1.18.27 (4b7e19e, merged at 26dff3f) -> v1.18.29 (1674747),
29 commits / 116 files. Merge base is b046973 (default header timeout to
five minutes). Staged delta vs pre-merge fork HEAD is identical to the
upstream tag-to-tag diff, confirming a clean adoption.

Functional changes:
- fix(opencode): compare Codex GPT versions by major and minor (anomalyco#47385) and
  allow integer GPT versions in the Codex model filter (anomalyco#47384) — codex.ts;
  disjoint from fork snapshot architecture, auto-merged.
- feat(copilot): send X-Interaction-Id header with session id (anomalyco#47215) —
  github-copilot/copilot.ts, 1 line.
- chore: bump gitlab-ai-provider to 6.13.0 (anomalyco#46914).
- test(core): disable npm audits in the test preload (anomalyco#47222).
- console: limits graph, i18n for ar/br/da/de/es/fr/it/ja + others;
  app: dialog-connect-provider and open-in-app-v2 fixes; go.mdx crawl rules
  gain the x-opencode-session header bullet (took upstream whole).

Conflicts resolved: 29 package.json version bumps (rebranded 1.18.29-sscity;
HEAD had moved to the local v1.18.27 merge meanwhile), bun.lock (took
upstream, rebranded workspace entries via bun install), go.mdx (took
upstream — trivial <br/> placement in the crawl-rules list). Fork deltas
verified intact vs v1.18.29: provider ProviderSnapshot architecture,
deferred snapshot init, GLM/ZhiPu normalization in transform.ts (+77 lines
fork-only), config getFresh/commitFresh. Tests: provider, transform, config,
v2, azure plugin, session retry/llm — 1036 pass / 0 fail across 14 files;
typecheck clean.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.13.0 (adds Claude Fable 5.1)

2 participants