@mondaydotcomorg/agent-toolkit 5.21.0 → 5.22.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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.22.0
4
+
5
+ ### plan_workflow — new tool
6
+
7
+ - Adds `plan_workflow` MCP tool that calls the `workflow-planner` platform-agent proxy (`/platform-ai-gateway/agents/workflow-planner`)
8
+ - Takes a single `prompt` (max 2000 chars) describing a process and returns a structured markdown plan: workflow breakdowns, block IDs, Mermaid diagrams, resource definitions, and assumption/gap notes
9
+ - Use before `create_workflow` to understand how to decompose a complex process into individual workflows and which resources to create first
10
+ - Adds `WORKFLOW_PLANNER_AGENT_URL` constant to `workflow-builder-tools/constants.ts`
11
+
3
12
  ## 5.21.0
4
13
 
5
14
  ### get_board_activity — add user_ids filter