gitlab-ai-provider 6.10.0 → 6.10.1
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/CHANGELOG.md +5 -0
- package/dist/gitlab-ai-provider-6.10.1.tgz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/gitlab-ai-provider-6.10.0.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## <small>6.10.1 (2026-07-01)</small>
|
|
6
|
+
|
|
7
|
+
- Merge branch 'docs-add-gitlab-model-mr-pr-steps' into 'main' ([b22c0bd](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/b22c0bd))
|
|
8
|
+
- docs(skill): add MR, models.dev PR, and opencode bump steps ([3b4f366](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/3b4f366))
|
|
9
|
+
|
|
5
10
|
## 6.10.0 (2026-07-01)
|
|
6
11
|
|
|
7
12
|
- Merge branch 'feature-add-claude-sonnet-5' into 'main' ([5294b5e](https://gitlab.com/vglafirov/gitlab-ai-provider/commit/5294b5e))
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -2503,7 +2503,7 @@ var import_node_async_hooks = require("async_hooks");
|
|
|
2503
2503
|
var import_isomorphic_ws = __toESM(require("isomorphic-ws"));
|
|
2504
2504
|
|
|
2505
2505
|
// src/version.ts
|
|
2506
|
-
var VERSION = true ? "6.
|
|
2506
|
+
var VERSION = true ? "6.10.0" : "0.0.0-dev";
|
|
2507
2507
|
|
|
2508
2508
|
// src/gitlab-workflow-client.ts
|
|
2509
2509
|
var WS_CONNECT_TIMEOUT_MS = 3e4;
|