gitlab-ai-provider 6.7.1 → 6.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4
4
 
5
+ ## 6.9.0 (2026-06-10)
6
+
7
+ - feat: add Claude Fable 5 model mapping ([0677b06](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/0677b06))
8
+
9
+ ## 6.8.0 (2026-05-28)
10
+
11
+ - Merge branch 'feat/add-opus-4-8-model-mapping' into 'main' ([3ba92de](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/3ba92de))
12
+ - feat: add Claude Opus 4.8 model mapping ([be321b3](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/be321b3))
13
+
5
14
  ## <small>6.7.1 (2026-05-26)</small>
6
15
 
7
16
  - Merge branch 'fix/anthropic-cache-token-counting' into 'main' ([298e2d0](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/298e2d0))
package/dist/index.js CHANGED
@@ -814,6 +814,8 @@ var import_openai = __toESM(require("openai"));
814
814
  // src/model-mappings.ts
815
815
  var MODEL_MAPPINGS = {
816
816
  // Anthropic models
817
+ "duo-chat-fable-5": { provider: "anthropic", model: "claude-fable-5" },
818
+ "duo-chat-opus-4-8": { provider: "anthropic", model: "claude-opus-4-8" },
817
819
  "duo-chat-opus-4-7": { provider: "anthropic", model: "claude-opus-4-7" },
818
820
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
819
821
  "duo-chat-sonnet-4-6": { provider: "anthropic", model: "claude-sonnet-4-6" },
@@ -1684,7 +1686,7 @@ var GitLabOpenAILanguageModel = class {
1684
1686
  var import_isomorphic_ws = __toESM(require("isomorphic-ws"));
1685
1687
 
1686
1688
  // src/version.ts
1687
- var VERSION = true ? "6.7.0" : "0.0.0-dev";
1689
+ var VERSION = true ? "6.8.0" : "0.0.0-dev";
1688
1690
 
1689
1691
  // src/gitlab-workflow-types.ts
1690
1692
  var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {