gitlab-ai-provider 6.8.0 → 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,10 @@
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
+
5
9
  ## 6.8.0 (2026-05-28)
6
10
 
7
11
  - Merge branch 'feat/add-opus-4-8-model-mapping' into 'main' ([3ba92de](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/3ba92de))
package/dist/index.js CHANGED
@@ -814,6 +814,7 @@ 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" },
817
818
  "duo-chat-opus-4-8": { provider: "anthropic", model: "claude-opus-4-8" },
818
819
  "duo-chat-opus-4-7": { provider: "anthropic", model: "claude-opus-4-7" },
819
820
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
@@ -1685,7 +1686,7 @@ var GitLabOpenAILanguageModel = class {
1685
1686
  var import_isomorphic_ws = __toESM(require("isomorphic-ws"));
1686
1687
 
1687
1688
  // src/version.ts
1688
- var VERSION = true ? "6.7.1" : "0.0.0-dev";
1689
+ var VERSION = true ? "6.8.0" : "0.0.0-dev";
1689
1690
 
1690
1691
  // src/gitlab-workflow-types.ts
1691
1692
  var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {