feat(pr-review): enable sub-agent delegation for file-level reviews #2396
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")`
|