@gitlab/gitlab-ai-provider 3.4.1 → 3.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
|
@@ -664,6 +664,7 @@ import OpenAI from "openai";
|
|
|
664
664
|
// src/model-mappings.ts
|
|
665
665
|
var MODEL_MAPPINGS = {
|
|
666
666
|
// Anthropic models
|
|
667
|
+
"duo-chat-opus-4-6": { provider: "anthropic", model: "claude-opus-4-6" },
|
|
667
668
|
"duo-chat-opus-4-5": { provider: "anthropic", model: "claude-opus-4-5-20251101" },
|
|
668
669
|
"duo-chat-sonnet-4-5": { provider: "anthropic", model: "claude-sonnet-4-5-20250929" },
|
|
669
670
|
"duo-chat-haiku-4-5": { provider: "anthropic", model: "claude-haiku-4-5-20251001" },
|
|
@@ -1621,7 +1622,7 @@ var GitLabOAuthManager = class {
|
|
|
1621
1622
|
};
|
|
1622
1623
|
|
|
1623
1624
|
// src/version.ts
|
|
1624
|
-
var VERSION = true ? "3.4.
|
|
1625
|
+
var VERSION = true ? "3.4.1" : "0.0.0-dev";
|
|
1625
1626
|
|
|
1626
1627
|
// src/gitlab-provider.ts
|
|
1627
1628
|
import * as fs from "fs";
|