@gitlab/gitlab-ai-provider 3.0.6 → 3.0.8

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 CHANGED
@@ -2,6 +2,15 @@
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>3.0.8 (2025-12-19)</small>
6
+
7
+ - Merge branch 'main' of gitlab.com:gitlab-org/editor-extensions/gitlab-ai-provider ([0c24b31](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/commit/0c24b31))
8
+ - fix: specified CODEOWNERS ([0e92bbd](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/commit/0e92bbd))
9
+
10
+ ## <small>3.0.7 (2025-12-19)</small>
11
+
12
+ - fix: convert relative links to absolute GitLab URLs in README ([accde31](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/commit/accde31))
13
+
5
14
  ## <small>3.0.6 (2025-12-19)</small>
6
15
 
7
16
  - fix: use NPM_ID_TOKEN with correct audience for OIDC ([03fb549](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/commit/03fb549))
package/README.md CHANGED
@@ -380,7 +380,7 @@ gitlab-ai-provider/
380
380
 
381
381
  ## 🤝 Contributing
382
382
 
383
- Contributions are welcome! Please see our [Contributing Guide](./CONTRIBUTING.md) for detailed guidelines on:
383
+ Contributions are welcome! Please see our [Contributing Guide](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/blob/main/CONTRIBUTING.md) for detailed guidelines on:
384
384
 
385
385
  - Code style and conventions
386
386
  - Development workflow
@@ -413,9 +413,9 @@ Contributions are welcome! Please see our [Contributing Guide](./CONTRIBUTING.md
413
413
  - [GitLab Repository](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider)
414
414
  - [npm Package](https://www.npmjs.com/package/@gitlab/gitlab-ai-provider)
415
415
  - [Issue Tracker](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/issues)
416
- - [Contributing Guide](./CONTRIBUTING.md)
417
- - [Changelog](./CHANGELOG.md)
418
- - [Agent Guidelines](./AGENTS.md)
416
+ - [Contributing Guide](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/blob/main/CONTRIBUTING.md)
417
+ - [Changelog](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/blob/main/CHANGELOG.md)
418
+ - [Agent Guidelines](https://gitlab.com/gitlab-org/editor-extensions/gitlab-ai-provider/-/blob/main/AGENTS.md)
419
419
 
420
420
  ## 🙏 Acknowledgments
421
421
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/gitlab-ai-provider",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "GitLab Duo provider for Vercel AI SDK",
5
5
  "license": "MIT",
6
6
  "author": "Vladimir Glafirov",