@rozenite/tanstack-query-plugin 1.7.0 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @rozenite/tanstack-query-plugin
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @rozenite/agent-bridge@1.8.1
9
+ - @rozenite/agent-shared@1.8.1
10
+ - @rozenite/plugin-bridge@1.8.1
11
+
12
+ ## 1.8.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#222](https://github.com/callstackincubator/rozenite/pull/222) [`404244b`](https://github.com/callstackincubator/rozenite/commit/404244bab0600761ed82e5a7e8072b933c46f80a) Thanks [@manapard](https://github.com/manapard)! - Add typed `./sdk` entrypoints for the official agent-enabled plugins backed by
17
+ the same shared tool contracts used at runtime.
18
+
19
+ These plugins now publish typed descriptor groups for `session.tools.call(...)`
20
+ workflows, including shared public input/result types, while keeping their
21
+ existing tool names and runtime behavior unchanged. The official agent SDK docs
22
+ and plugin authoring guidance now also document this SDK export pattern,
23
+ including the `network-activity` fallback note for environments without the
24
+ built-in `network` domain.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`404244b`](https://github.com/callstackincubator/rozenite/commit/404244bab0600761ed82e5a7e8072b933c46f80a), [`404244b`](https://github.com/callstackincubator/rozenite/commit/404244bab0600761ed82e5a7e8072b933c46f80a)]:
29
+ - @rozenite/agent-bridge@1.8.0
30
+ - @rozenite/agent-shared@1.8.0
31
+ - @rozenite/plugin-bridge@1.8.0
32
+
3
33
  ## 1.7.0
4
34
 
5
35
  ### Patch Changes