@mondaydotcomorg/agent-toolkit 5.7.0 → 5.8.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.7.1
4
+
5
+ ### form_questions_editor — fix ConditionOperator and remove existing_column_id
6
+
7
+ - Removed `existing_column_id` from the tool schema — this field caused 38% of all tool errors (ColumnNotFound / QuestionTypeIncompatibleWithColumnType) because agents passed arbitrary board column IDs not linked to the form
8
+ - Fixed misleading `show_if_rules` description that incorrectly stated AND was used between conditions — all operators must be OR per the GraphQL schema
9
+ - Removed `And` from the local `ConditionOperator` enum to align with the GraphQL schema constraint
10
+
3
11
  ## 5.7.0
4
12
 
5
13
  ### Add account context to get_user_context tool