@getsupervisor/agents-studio-sdk 1.33.0 → 1.34.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.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## v1.33.0
|
|
2
|
+
|
|
3
|
+
## [1.33.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.32.0...v1.33.0) (2025-11-14)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* enhance agent instruction management with status and deletion tracking ([3a2c97a](https://github.com/julio-supervisor/agents-studio-be/commit/3a2c97a038a44aa236de1077f02e7eabc45cee81))
|
|
8
|
+
* simplify payload construction by always including workspaceId in tool execution ([4992d5c](https://github.com/julio-supervisor/agents-studio-be/commit/4992d5c14cb8e8ce6efdb7345a2d7a054b48f16c))
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## v1.32.0
|
|
2
12
|
|
|
3
13
|
## [1.32.0](https://github.com/julio-supervisor/agents-studio-be/compare/v1.31.0...v1.32.0) (2025-11-14)
|