gitlab-ai-provider 6.7.1 → 6.8.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-opus-4-8": { provider: "anthropic", model: "claude-opus-4-8" },
746
747
  "duo-chat-opus-4-7": { provider: "anthropic", model: "claude-opus-4-7" },
747
748
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
748
749
  "duo-chat-sonnet-4-6": { provider: "anthropic", model: "claude-sonnet-4-6" },
@@ -1613,7 +1614,7 @@ var GitLabOpenAILanguageModel = class {
1613
1614
  import WebSocket from "isomorphic-ws";
1614
1615
 
1615
1616
  // src/version.ts
1616
- var VERSION = true ? "6.7.0" : "0.0.0-dev";
1617
+ var VERSION = true ? "6.7.1" : "0.0.0-dev";
1617
1618
 
1618
1619
  // src/gitlab-workflow-types.ts
1619
1620
  var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {