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/dist/index.mjs CHANGED
@@ -743,6 +743,7 @@ import OpenAI from "openai";
743
743
  // src/model-mappings.ts
744
744
  var MODEL_MAPPINGS = {
745
745
  // Anthropic models
746
+ "duo-chat-fable-5": { provider: "anthropic", model: "claude-fable-5" },
746
747
  "duo-chat-opus-4-8": { provider: "anthropic", model: "claude-opus-4-8" },
747
748
  "duo-chat-opus-4-7": { provider: "anthropic", model: "claude-opus-4-7" },
748
749
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
@@ -1614,7 +1615,7 @@ var GitLabOpenAILanguageModel = class {
1614
1615
  import WebSocket from "isomorphic-ws";
1615
1616
 
1616
1617
  // src/version.ts
1617
- var VERSION = true ? "6.7.1" : "0.0.0-dev";
1618
+ var VERSION = true ? "6.8.0" : "0.0.0-dev";
1618
1619
 
1619
1620
  // src/gitlab-workflow-types.ts
1620
1621
  var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {