@mondaydotcomorg/agent-toolkit 5.20.0 → 5.21.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 +8 -0
- package/dist/cjs/core/index.js +7 -5
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/mcp/index.js +7 -5
- package/dist/cjs/mcp/index.js.map +1 -1
- package/dist/cjs/openai/index.js +7 -5
- package/dist/cjs/openai/index.js.map +1 -1
- package/dist/esm/core/index.js +7 -5
- package/dist/esm/core/index.js.map +1 -1
- package/dist/esm/mcp/index.js +7 -5
- package/dist/esm/mcp/index.js.map +1 -1
- package/dist/esm/openai/index.js +7 -5
- package/dist/esm/openai/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.21.0
|
|
4
|
+
|
|
5
|
+
### get_board_activity — add user_ids filter
|
|
6
|
+
|
|
7
|
+
- Added optional `userIds` parameter to filter activity logs to actions performed by specific users
|
|
8
|
+
- Updated GraphQL query (`GetBoardActivity`) to pass `user_ids` argument to `activity_logs`
|
|
9
|
+
- Updated `getDescription()` to reflect the new filtering capabilities
|
|
10
|
+
|
|
3
11
|
## 5.20.0
|
|
4
12
|
|
|
5
13
|
### Add agent management tools
|