gitlab-ai-provider 6.4.2 → 6.5.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
@@ -714,6 +714,7 @@ import OpenAI from "openai";
714
714
  // src/model-mappings.ts
715
715
  var MODEL_MAPPINGS = {
716
716
  // Anthropic models
717
+ "duo-chat-opus-4-7": { provider: "anthropic", model: "claude-opus-4-7" },
717
718
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
718
719
  "duo-chat-sonnet-4-6": { provider: "anthropic", model: "claude-sonnet-4-6" },
719
720
  "duo-chat-opus-4-5": { provider: "anthropic", model: "claude-opus-4-5-20251101" },
@@ -1582,7 +1583,7 @@ var GitLabOpenAILanguageModel = class {
1582
1583
  import WebSocket from "isomorphic-ws";
1583
1584
 
1584
1585
  // src/version.ts
1585
- var VERSION = true ? "6.4.1" : "0.0.0-dev";
1586
+ var VERSION = true ? "6.4.2" : "0.0.0-dev";
1586
1587
 
1587
1588
  // src/gitlab-workflow-types.ts
1588
1589
  var WorkflowType = /* @__PURE__ */ ((WorkflowType2) => {