You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature
Added the modelTier field under the promptConfig object in the Script schema, allowing AI Tasks to pin an LLM tier (Flash, Thinking or Pro) instead of a concrete model id. An absent tier remains valid and resolves to the default model. #5492
Fix
Fixed an issue where a validator that declares a related_file_type (such as AG112) checked only the related-file ignore section and not the file's own per-file ignore section in .pack-ignore. #5478
Fixed an issue where the GR111 and GR112 graph validations flagged Agentix Actions as duplicates when they shared a name or display name but had the same id. They now fail only when the duplicate name or display name belongs to an action with a different id. #5479
Fixed an issue where the AG112 validator forced its ignore entry onto the skill content file, preventing ignores placed on the main YAML from working for both AgentixAction and AgentixSkill items. #5491
Fixed an issue where re-running the download command with --force would duplicate the type prefix in file names (e.g. indicatorfield-indicatorfield-<name>.json) for incident fields, indicator fields, incident types, and layouts containers. #5493
Fixed post-push verification of extended dev/test images failing with "manifest unknown" by detecting GAR images from registry-qualified names. #5496
Fixed an issue where the validate command reported spurious BA102 errors for pack-level files (README, .pack-ignore, .secrets-ignore, release notes) when the pack name contained "ParsingRules" or "ModelingRules" as a substring. #5500
Fixed an issue where debug-logging in validate command failed. #5497
Fixed an issue where a SyntaxWarning was raised in Python 3.14 due to a 'return' statement inside a 'finally' block. #5497
The validate command now builds/updates the content graph automatically when running the connectors validation flow (--run-connectors-validation), which resolves handler-to-integration links through the graph while collecting content items. Previously this required passing --graph with a pre-built graph, and silently fell back to no-graph behavior otherwise. #5480
Internal
Reduced the number of content-graph queries performed by the connectors validation flow by fetching the connector table once and indexing it in memory, instead of re-scanning it for every unmatched integration. #5480
Fixed an issue where the SDK Nightly Gate PR comment rendered a stray trailing backslash after each file path. #5489