cadenya 0.45.0 → 0.46.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: 909780a1dbd0e765d0bd08297067a790a82d1b71e997e0d98cf8f135d42f7026
4
- data.tar.gz: e42f683aa88d026e1d79971c25305f2765cd52679222223e0e16fe1f79fa4b45
3
+ metadata.gz: 79b84ab7e78753cc37c18d14681dcef08e55da6d0cb3d8e778bc614a05e77439
4
+ data.tar.gz: b570f4930f97d350ae32f1dda1c088b30aab8a3c78593c1c3da54d461de2c8f7
5
5
  SHA512:
6
- metadata.gz: 6ea287180ef6b0e27fe2480c0a53bd7c5c8b98627fb36a78f6ed8e6e48b4cd53d3b8ac27a7a60cde12e46c2d745e69488c0c1d893fd9578dc2993f557dbf6d65
7
- data.tar.gz: f13242fb378f9e814e840037629435fdda731ef1da34ca590d110dfd830d1e6ebbf1e45d4a2bf045ebc646eaaecc569c2dfe53fc3f94037eacc4416458b7f4f5
6
+ metadata.gz: 3648ee30bb158dee7efaff3057cb08377b8755dd27ee594bf54b06aa77f2ac9c0be5ba7bcbd887254e3ff0f130ff1cf0084376c77fde53452e495953d04ebbc9
7
+ data.tar.gz: ece4840ac89cd0a7c2472a5a1c44fd13c722018bdc52c19e82c7013d66a367351203f9c79cc3dc6114bcb83ceaaccc2b681496b3d207e9fbfcb5b9375626389f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.46.0 (2026-07-17)
4
+
5
+ Full Changelog: [v0.45.0...v0.46.0](https://github.com/cadenya/cadenya-ruby/compare/v0.45.0...v0.46.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([7cd416d](https://github.com/cadenya/cadenya-ruby/commit/7cd416ddc9510dbf331fc8429722a979b48005d6))
10
+
3
11
  ## 0.45.0 (2026-07-17)
4
12
 
5
13
  Full Changelog: [v0.44.0...v0.45.0](https://github.com/cadenya/cadenya-ruby/compare/v0.44.0...v0.45.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "cadenya", "~> 0.45.0"
20
+ gem "cadenya", "~> 0.46.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -13,10 +13,10 @@ module Cadenya
13
13
  # Scopes granted to this key. Each entry is a colon-separated resource:verb string
14
14
  # (e.g. "objectives:manage").
15
15
  #
16
- # Resources: agents, objectives, tools, memory, api_keys, secrets, account. Verbs:
17
- # read and manage, where manage implies read — a stored scope set is normalized to
18
- # drop "x:read" when "x:manage" is present. The secrets and account resources
19
- # support only manage. "\*" is an explicit full-access grant.
16
+ # Resources: agents, objectives, tools, memory, api_keys, workspaces, secrets,
17
+ # account. Verbs: read and manage, where manage implies read — a stored scope set
18
+ # is normalized to drop "x:read" when "x:manage" is present. The secrets and
19
+ # account resources support only manage. "\*" is an explicit full-access grant.
20
20
  #
21
21
  # Scopes are deny-by-default: a key with an empty list can call only scope-free
22
22
  # endpoints. Full access is always an explicit "\*" grant.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cadenya
4
- VERSION = "0.45.0"
4
+ VERSION = "0.46.0"
5
5
  end
@@ -16,10 +16,10 @@ module Cadenya
16
16
  # Scopes granted to this key. Each entry is a colon-separated resource:verb string
17
17
  # (e.g. "objectives:manage").
18
18
  #
19
- # Resources: agents, objectives, tools, memory, api_keys, secrets, account. Verbs:
20
- # read and manage, where manage implies read — a stored scope set is normalized to
21
- # drop "x:read" when "x:manage" is present. The secrets and account resources
22
- # support only manage. "\*" is an explicit full-access grant.
19
+ # Resources: agents, objectives, tools, memory, api_keys, workspaces, secrets,
20
+ # account. Verbs: read and manage, where manage implies read — a stored scope set
21
+ # is normalized to drop "x:read" when "x:manage" is present. The secrets and
22
+ # account resources support only manage. "\*" is an explicit full-access grant.
23
23
  #
24
24
  # Scopes are deny-by-default: a key with an empty list can call only scope-free
25
25
  # endpoints. Full access is always an explicit "\*" grant.
@@ -63,10 +63,10 @@ module Cadenya
63
63
  # Scopes granted to this key. Each entry is a colon-separated resource:verb string
64
64
  # (e.g. "objectives:manage").
65
65
  #
66
- # Resources: agents, objectives, tools, memory, api_keys, secrets, account. Verbs:
67
- # read and manage, where manage implies read — a stored scope set is normalized to
68
- # drop "x:read" when "x:manage" is present. The secrets and account resources
69
- # support only manage. "\*" is an explicit full-access grant.
66
+ # Resources: agents, objectives, tools, memory, api_keys, workspaces, secrets,
67
+ # account. Verbs: read and manage, where manage implies read — a stored scope set
68
+ # is normalized to drop "x:read" when "x:manage" is present. The secrets and
69
+ # account resources support only manage. "\*" is an explicit full-access grant.
70
70
  #
71
71
  # Scopes are deny-by-default: a key with an empty list can call only scope-free
72
72
  # endpoints. Full access is always an explicit "\*" grant.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cadenya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cadenya