@gitlab/gitlab-ai-provider 3.5.1 → 3.6.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
@@ -665,6 +665,7 @@ import OpenAI from "openai";
665
665
  var MODEL_MAPPINGS = {
666
666
  // Anthropic models
667
667
  "duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
668
+ "duo-chat-sonnet-4-6": { provider: "anthropic", model: "claude-sonnet-4-6" },
668
669
  "duo-chat-opus-4-5": { provider: "anthropic", model: "claude-opus-4-5-20251101" },
669
670
  "duo-chat-sonnet-4-5": { provider: "anthropic", model: "claude-sonnet-4-5-20250929" },
670
671
  "duo-chat-haiku-4-5": { provider: "anthropic", model: "claude-haiku-4-5-20251001" },
@@ -1630,7 +1631,7 @@ var GitLabOAuthManager = class {
1630
1631
  };
1631
1632
 
1632
1633
  // src/version.ts
1633
- var VERSION = true ? "3.5.0" : "0.0.0-dev";
1634
+ var VERSION = true ? "3.5.1" : "0.0.0-dev";
1634
1635
 
1635
1636
  // src/gitlab-provider.ts
1636
1637
  import * as fs from "fs";