Feature
- Added a new validation (AS101) that ensures triggers in autonomous packs are properly configured. #5234
- Updated the demisto-sdk validate command to support --private-content-path. #5197
- Updated AgentixActions to support nested directory structure (AgentixActions/<action_id>/<action_id>.yaml) and both .yml and .yaml file extensions #5237
- Added MC100 validation to ensure content items in managed packs have the correct source field matching pack_metadata, with auto-fix support in both validate and format commands. #5238
- Add web console link to output of
demisto-sdk run-test-playbookanddemisto-sdk run-playbook. #5153 - Updated the ST110 structure validation to ensure that managed packs have a valid non-empty source field. #5248
- Added a new AS102 validation that checks autonomous playbook tasks without displayLabel have quietmode 1 (quiet mode enabled), with auto-fix support. Skips start/title task types. #5246
Fix
- Fix a bug where
demisto-sdk xsoar-config-file-updatewould crash instead of using the default value when omitting the--file-pathoption. #5151 - Fixed an issue where debug-logging in graph command failed. #5251
- Fix a bug where the path of a test playbook (which could be a directory and not a file) was printed instead of the playbook name in
demisto-sdk run-test-playbook#5161 - Fixed an issue that prevented bi-directional validations failures from being filtered and ignored. #5243