@mondaydotcomorg/agent-toolkit 5.19.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 CHANGED
@@ -1,5 +1,25 @@
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
+
11
+ ## 5.20.0
12
+
13
+ ### Add agent management tools
14
+
15
+ Five new tools enabling agents to create and manage monday.com platform agents end-to-end:
16
+
17
+ - `manage_agent` — full lifecycle management: `create` (AI mode via prompt), `create_blank` (manual mode), `get`, `update`, `delete`, `activate`, `deactivate`, `run`
18
+ - `manage_agent_triggers` — manage per-agent triggers (when it runs): `list`, `add`, `remove`
19
+ - `manage_agent_skills` — full skill lifecycle: `create` a new skill in the catalog, `add` to agent, `remove` from agent
20
+ - `manage_agent_knowledge` — grant, update, or revoke an agent's access to boards and docs
21
+ - `agent_catalog` (READ) — browse the account-wide catalog of available trigger types and skills before wiring them to an agent
22
+
3
23
  ## 5.19.0
4
24
 
5
25
  ### publish_workflow — surface validation error details