sr-ai 3.4.0

AI backends, caching, and AI-powered git commands for sr
Documentation
1
2
3
4
5
6
7
8
{
    "type": "object",
    "properties": {
        "title": { "type": "string", "description": "PR title, under 70 chars" },
        "body": { "type": "string", "description": "PR body in markdown with ## Summary and ## Test plan sections" }
    },
    "required": ["title", "body"]
}