.jpg)
Get the gist of a pull request in seconds. Optibot now supports a new “short” summary mode — a natural, conversational 2–3 sentence overview perfect for quick updates.
Enable it via:
summary.level: "short"

You now have full control over whether Optibot runs on draft PRs.
Use the new settings to enable/disable summaries and reviews:
summary.autoOnDraft
reviews.autoOnDraft
{
"reviews": {
"auto": true,
"autoOnPush": true,
"autoOnDraft": false,
"autoApprove": true,
"codeSuggestions": true
},
"dependencyBundler": {
"enabled": true
},
"summary": {
"auto": true,
"autoOnDraft": false,
"level": "short"
},
"enableCIFixer": true
}
Review status messages now feel more human and collaborative:
Weekly Slack reports are now tighter and more signal-focused.
Repository statistics now correctly aggregate across multiple organizations.
If a comment can’t attach to a specific line, Optibot now posts it as a file-level comment so no feedback is ever lost.
Resolved issues where comments spanning non-adjacent lines could appear in the wrong place. Anchoring is now much more precise.
The CI auto-fixer now triggers only for failures directly tied to a PR’s check suite.
Fixed an issue that sometimes prevented Slack notifications from sending after a review completed.