@mondaydotcomorg/agent-toolkit 5.37.0 → 5.39.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.37.0
4
+
5
+ ### search — add UPDATES search type
6
+
7
+ - Added `UPDATES` as a search type in the unified `search` tool, backed by the server-side `search { updates }` endpoint
8
+ - `UPDATES` results return `id`, `title` (the update body), `itemId`, `boardId`, and `creatorId`, with optional `boardIds` and `creatorIds` filters to scope the search
9
+ - Requires a `searchTerm` and has no listing fallback (errors propagate, like `ITEMS`)
10
+ - This field is only available from API version `2026-10`, so the query pins `versionOverride: '2026-10'` with hand-written types (same approach as `list_automations`) until it is promoted to the codegen schema snapshot
11
+
3
12
  ## 5.24.0
4
13
 
5
14
  ### manage_automations — rename from manage_workflows