Skip to content

feat(pr-review): enable sub-agent delegation for file-level reviews #2396

feat(pr-review): enable sub-agent delegation for file-level reviews

feat(pr-review): enable sub-agent delegation for file-level reviews #2396

Triggered via pull request April 15, 2026 21:46
Status Failure
Total duration 24s
Artifacts

api-breakage.yml

on: pull_request
Python API
21s
Python API
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Python API
Process completed with exit code 1.
SemVer
Breaking changes detected (2); require at least minor version bump from 1.17.x, but new is 1.17.0
AgentBase.security_policy_filename: openhands-sdk/openhands/sdk/agent/base.py#L161
Attribute value was changed: `Field(default='security_policy.j2', description="Security policy template filename. Can be either:\n- A relative filename (e.g., 'security_policy.j2') loaded from the agent's prompts directory\n- An absolute path (e.g., '/path/to/custom_security_policy.j2')")` -> `Field(default='security_policy.j2', description="Security policy template filename. Can be:\n- A relative filename (e.g., 'security_policy.j2') loaded from the agent's prompts directory\n- An absolute path (e.g., '/path/to/custom_security_policy.j2')\n- Empty string or None to disable security policy")`
AgentBase.security_policy_filename: openhands-sdk/openhands/sdk/agent/base.py#L161
Attribute value was changed: `Field(default='security_policy.j2', description="Security policy template filename. Can be either:\n- A relative filename (e.g., 'security_policy.j2') loaded from the agent's prompts directory\n- An absolute path (e.g., '/path/to/custom_security_policy.j2')")` -> `Field(default='security_policy.j2', description="Security policy template filename. Can be:\n- A relative filename (e.g., 'security_policy.j2') loaded from the agent's prompts directory\n- An absolute path (e.g., '/path/to/custom_security_policy.j2')\n- Empty string or None to disable security policy")`