gitlab-cloud-connector 1.35.0 → 1.36.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: e9149877a332fdfbcd179d181b359043eed6abc70d81af6a687a0a6bdd88bc82
4
- data.tar.gz: 0f041322dd300d22d360c4712c4fc0132251c0b5cb071c09373c401bbefb312b
3
+ metadata.gz: 54f31bcba9c6383b25b88f6dce0d468c593d0083e2a5aab9517783beeacb6931
4
+ data.tar.gz: 61435d8557ad89ef5a8d1fcc95baf4d7c1c0ef8e5ec07a7a646bf1728ef8970b
5
5
  SHA512:
6
- metadata.gz: a6c6d68d9c2bb7ef82eb57826bc46f17d6f4ac166f0390243c661306f734f2f0eb1a8f12a4cc1bbef750ee249c3f422344559d07d0a6c5c17fd6a60491953524
7
- data.tar.gz: c596a4d6f29e51cf88e01cade8d2d45096277200b99804846a282fcf405841a96ad4b554eb901ad4d3a887c3684dea0a262140226a014828bf2bd3e6ee238c60
6
+ metadata.gz: 801cfa0da89d0b31edefdaceb776e7b204cb455ceb5373a40423d8a40da106f7b73709f6151109cc7696ffe50379b378a377dd35dfa9e3b84a02af419ddca1a8
7
+ data.tar.gz: 9c046d8fd236240570da671bf057a264adfe0b82823f599c5d76c701dcda2e7ec95a2e319f07c1dec09a1ce3950c6b332f8d5d1adf0a6fb7b7b0fc597101b126
@@ -27,6 +27,7 @@ unit_primitives:
27
27
  - include_directory_context
28
28
  - include_os_information_context
29
29
  - include_agent_user_environment_context
30
+ - include_agent_platform_standard_context
30
31
  - refactor_code
31
32
  - write_tests
32
33
  - troubleshoot_job
@@ -0,0 +1,8 @@
1
+ ---
2
+ name: include_agent_platform_standard_context
3
+ description: Include standard context for Duo Agent Platform.
4
+ group: group::duo_workflow
5
+ feature_category: duo_workflow
6
+ documentation_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/574990"
7
+ backend_services:
8
+ - duo_workflow_service
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.35.0'
5
+ VERSION = '1.36.0'
6
6
  end
7
7
  end
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.35.0
4
+ version: 1.36.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-10-23 00:00:00.000000000 Z
11
+ date: 2025-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -145,6 +145,7 @@ files:
145
145
  - config/unit_primitives/generate_embeddings_codebase.yml
146
146
  - config/unit_primitives/generate_issue_description.yml
147
147
  - config/unit_primitives/glab_ask_git_command.yml
148
+ - config/unit_primitives/include_agent_platform_standard_context.yml
148
149
  - config/unit_primitives/include_agent_user_environment_context.yml
149
150
  - config/unit_primitives/include_dependency_context.yml
150
151
  - config/unit_primitives/include_directory_context.yml