foobara-agent-backed-command 0.1.0 → 0.1.1

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: 679ffa5a393f1477a9b0f796e2e3340f7560084f9590532395bcdddd1e3a45f4
4
- data.tar.gz: d19c49bea2d88c91055edd0f82651eb6dc879325d4be4ee1a4038ab0271690a8
3
+ metadata.gz: e006c1ff92610dd2baddc84d68ed7de997eba0c98f693db3bd0d2b979ca7e278
4
+ data.tar.gz: 9c7a6dc4a33b15f0c8930507ffaae01345efba5d7e5af8f2c15df2d8215ea5c8
5
5
  SHA512:
6
- metadata.gz: ed1cccc71dc2f749fbf5d3505455a2b233bf97f41b5d279d7d32ff6110858918b836f9275d1365497b647acfbd5abbc0ef0f3c5e7153fa674821be50700ab8d0
7
- data.tar.gz: f8f0f30044bc95229f37d53fb5a723c750ba831478f428abf153dcfceaf7a554c44d9fd6d39418e8db62eb485a6e6336b3c570373178005e6e062982f32110ac
6
+ metadata.gz: 25ce38e778e6778053074d214b136166f9e274abb8ab6ddb9dfd8de29316a6b40dad48525b4a224fd7ed8db966e778ac533f05e65e45ca195f5c059922926087
7
+ data.tar.gz: 49888d6e16b95d713c4dd289371932da4c800929916593e92b23f39f0b52cf28ef5f5d822c1065095a4c5c17969c6c8d755f113e80a1b08c68f28279ef0fea0a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.1] - 2025-09-04
2
+
3
+ - Fix bug that results from not all namespaces supporting a #foobara_domain method
4
+
1
5
  ## [0.1.0] - 2025-08-22
2
6
 
3
7
  - Handle Foobara 0.1.0 type declarations
@@ -215,7 +215,8 @@ module Foobara
215
215
  input_keys = inputs_type.element_types.keys - [:agent_options]
216
216
 
217
217
  unless input_keys.empty?
218
- domain = inputs_type.created_in_namespace.foobara_domain
218
+ domain = Domain.to_domain(inputs_type.created_in_namespace)
219
+
219
220
  inputs_type = TypeDeclarations::Attributes.reject(inputs_type.declaration_data, :agent_options)
220
221
  inputs_type = domain.foobara_type_from_declaration(inputs_type)
221
222
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-agent-backed-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi