@mondaydotcomorg/agent-toolkit 5.54.0 → 5.55.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 +7 -0
- package/dist/cjs/core/index.js +58 -111
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +58 -111
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +58 -111
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +58 -111
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +58 -111
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +58 -111
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.54.1
|
|
4
|
+
|
|
5
|
+
### publish_workflow — restrict to explicit user request
|
|
6
|
+
|
|
7
|
+
- Added "When to use" guidance to the tool description instructing the LLM to only call `publish_workflow` when the user explicitly asks to publish
|
|
8
|
+
- After workflow creation/update, the LLM will suggest publishing and wait for user confirmation before proceeding
|
|
9
|
+
|
|
3
10
|
## 5.54.0
|
|
4
11
|
|
|
5
12
|
### create_items — report items_count on sessionContext metadata
|