Feature
- Added AS109 validation to ensure that context keys referenced in displayLabel fields of autonomous playbook tasks are actually used in other tasks within the same playbook. #5299
- Added new ignorable and auto-fixable validation BA130 that checks whether 'marketplacev2' appears in a content item's marketplaces while 'platform' does not. #5315
- Added AS107 validator: Validate that subplaybook prefix is consistent across filename, id, and name fields. Added AS108 validator: Validate that subplaybooks have the internal field set to true. #5312
- Added a deprecation warning to the generate-unit-tests command, this command will remove in a subsequent version of the SDK. #5320
- Added TR101 validation to verify that trigger_id is a valid hex string without special characters like dashes or dots. #5287
- Updated the
validate-content-pathpre-commit hook to enforce the new AgentixActions directory hierarchy. Files must now be placed in a subfolder (e.g.,AgentixActions/<ActionName>/<ActionName>.yml), and the old flat structure (AgentixActions/<ActionName>.yml) is no longer allowed. #5303
Fix
- Added support for
.html,.css, and.csvfile suffixes in thevalidate-content-pathpre-commit hook. #5317