gitlab-cloud-connector 1.8.0 → 1.10.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.
- checksums.yaml +4 -4
- data/config/add_ons/duo_core.yml +2 -0
- data/config/services/duo_chat.yml +2 -0
- data/config/services/self_hosted_models.yml +2 -0
- data/config/unit_primitives/categorize_duo_chat_question.yml +5 -3
- data/config/unit_primitives/complete_code.yml +1 -1
- data/config/unit_primitives/duo_chat.yml +1 -1
- data/config/unit_primitives/generate_code.yml +1 -1
- data/config/unit_primitives/include_directory_context.yml +11 -0
- data/config/unit_primitives/include_repository_context.yml +11 -0
- data/lib/gitlab/cloud_connector/version.rb +1 -1
- metadata +5 -3
- data/config/add_ons/duo_nano.yml +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 532fcf1708800b2df94a3c1b7db50f0c994af55aa9f5501c5646c4063e5af219
|
4
|
+
data.tar.gz: ca439cf5f9d6a09182127c8205fa0a18fe29671391064953fc02a4a37403509a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae922332aad1cbcb52bc382ce682ddbe9ffc5cfa23b59ba1d4f89d046ec821ccdfa788cfd42baa015c40a77573b65e0e0bf3375de16d3986b1d78c9838f9e910
|
7
|
+
data.tar.gz: d61c8c0a49f0907641391697d75d200156f26f9165239ff887f2e7357b120cbe64144f79c25706734402e4e2c05071e677e55e814f022834613506d1709cd41d
|
@@ -1,10 +1,12 @@
|
|
1
1
|
---
|
2
2
|
name: categorize_duo_chat_question
|
3
|
-
description: This should not be an unit primitive.
|
3
|
+
description: This should not be an unit primitive. It is used to categorize user questions for the purpose of product analytics.
|
4
4
|
cut_off_date: 2024-10-17T00:00:00+00:00
|
5
|
-
group: group::
|
6
|
-
feature_category:
|
5
|
+
group: group::duo_chat
|
6
|
+
feature_category: duo_chat
|
7
|
+
documentation_url: https://docs.gitlab.com/development/ai_features/duo_chat/#product-analysis
|
7
8
|
backend_services:
|
8
9
|
- ai_gateway
|
9
10
|
add_ons:
|
11
|
+
- duo_pro
|
10
12
|
- duo_enterprise
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
name: include_directory_context
|
3
|
+
description: Include context retrieved from the directory in the prompt.
|
4
|
+
group: group::duo_chat
|
5
|
+
feature_category: duo_chat
|
6
|
+
documentation_url: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/537573
|
7
|
+
backend_services:
|
8
|
+
- ai_gateway
|
9
|
+
add_ons:
|
10
|
+
- duo_pro
|
11
|
+
- duo_enterprise
|
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
name: include_repository_context
|
3
|
+
description: Include context retrieved from the repository in the prompt.
|
4
|
+
group: group::duo_chat
|
5
|
+
feature_category: duo_chat
|
6
|
+
documentation_url: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/537573
|
7
|
+
backend_services:
|
8
|
+
- ai_gateway
|
9
|
+
add_ons:
|
10
|
+
- duo_pro
|
11
|
+
- duo_enterprise
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-cloud-connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Milojevic
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -96,8 +96,8 @@ files:
|
|
96
96
|
- README.md
|
97
97
|
- Rakefile
|
98
98
|
- config/add_ons/duo_amazon_q.yml
|
99
|
+
- config/add_ons/duo_core.yml
|
99
100
|
- config/add_ons/duo_enterprise.yml
|
100
|
-
- config/add_ons/duo_nano.yml
|
101
101
|
- config/add_ons/duo_pro.yml
|
102
102
|
- config/backend_services/ai_gateway.yml
|
103
103
|
- config/backend_services/ai_gateway_agent.yml
|
@@ -143,10 +143,12 @@ files:
|
|
143
143
|
- config/unit_primitives/generate_issue_description.yml
|
144
144
|
- config/unit_primitives/glab_ask_git_command.yml
|
145
145
|
- config/unit_primitives/include_dependency_context.yml
|
146
|
+
- config/unit_primitives/include_directory_context.yml
|
146
147
|
- config/unit_primitives/include_file_context.yml
|
147
148
|
- config/unit_primitives/include_issue_context.yml
|
148
149
|
- config/unit_primitives/include_local_git_context.yml
|
149
150
|
- config/unit_primitives/include_merge_request_context.yml
|
151
|
+
- config/unit_primitives/include_repository_context.yml
|
150
152
|
- config/unit_primitives/include_snippet_context.yml
|
151
153
|
- config/unit_primitives/include_terminal_context.yml
|
152
154
|
- config/unit_primitives/measure_comment_temperature.yml
|
data/config/add_ons/duo_nano.yml
DELETED