gitlab-cloud-connector 1.20.0 → 1.21.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14c4552d7227d0465b39a55c3e7547d119a4cdacf31f094c414208dc6580c266
|
4
|
+
data.tar.gz: 11f560a6079bda358c677d76881443f10e924b4caeb1dcd43bade4e81d3c6ad8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b958c7c90251c348cde825d316e0291c05f97207f747ee57e99ef6e221f19681bcb69b13ac6e939e00e3b3987ca26870fed9f9ca34552233e021f39e6b4d05e5
|
7
|
+
data.tar.gz: 82f52535e491bbaf6d2d8f8160d8f41282adf1124c900a68074374f255a66bdc5b6c554a9ef4687913264b865c2f59765641baa3b34a6353a4cdabe08f44dca0
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
name: duo_agent_platform
|
3
|
+
description: Automate tasks and help increase productivity in your development workflow by using GitLab Duo Agent Platform.
|
4
|
+
cut_off_date: 2025-07-03T00:00:00+00:00
|
5
|
+
group: group::duo workflow
|
6
|
+
feature_category: duo_workflow
|
7
|
+
documentation_url: https://docs.gitlab.com/user/duo_agent_platform/
|
8
|
+
backend_services:
|
9
|
+
- ai_gateway
|
10
|
+
- duo_workflow_service
|
11
|
+
add_ons:
|
12
|
+
- duo_pro
|
13
|
+
- duo_enterprise
|
14
|
+
- duo_core
|
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.21.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-
|
11
|
+
date: 2025-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- config/unit_primitives/complete_code.yml
|
134
134
|
- config/unit_primitives/description_composer.yml
|
135
135
|
- config/unit_primitives/documentation_search.yml
|
136
|
+
- config/unit_primitives/duo_agent_platform.yml
|
136
137
|
- config/unit_primitives/duo_chat.yml
|
137
138
|
- config/unit_primitives/duo_workflow_execute_workflow.yml
|
138
139
|
- config/unit_primitives/explain_code.yml
|