Feature
- Added a new validation (PA133) that ensures the Base pack does not have any new dependencies beyond the currently allowed ones (Core and AggregateScripts). #5232
- Added AS103 validation to check that autonomous playbooks have correct section headers with valid names, non-empty descriptions, and proper ordering. #5250
- Add an explicit error log message when
demisto-sdk zip-packsfails. Without this, it's not clear to users that the command failed. #5194 - Added support for "internal" integration field to appear in the metadata.json file. #5256
- Added support for AI tasks in playbooks. Playbooks can now include tasks of type 'aiTask' with an 'aiTaskId' field. Added validator PB135 to ensure playbooks with AI tasks are restricted to the platform marketplace only. #5264
Fix
- Fix a bug where
demisto-sdk run-test-playbook --allwould crash if one of the packs did not have the TestPlaybooks subdirectory. #5223
#5193 - Added
is_testproperty to AgentixAction and AgentixActionTest to distinguish test from production actions. #5257 - Allow test files in AgentixAgent directories, consistent with AgentixAction support. #5257
#5195
#5195
Internal
- Added support for "tim" and "email_security" add-on licenses. #5259