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
"Full pull request lifecycle management with GitHub comment sync, inline review threads in the diff viewer, and automatic AI replies to PR conversations.",
24
+
image: {
25
+
src: "/changelog/0.5.0-pr-lifecycle.png",
26
+
alt: "PR review with inline comments and conversation threads",
27
+
},
28
+
features: [
29
+
"PR lifecycle management — track PRs from creation through review, addressing feedback, and merge, with real-time status in the activity timeline",
30
+
"GitHub PR comments in diff viewer — review comments from GitHub are displayed inline alongside the code diff for full context",
31
+
"Auto-reply for PR comments — SUSTN automatically responds to conversational PR comments using a unified Claude session, with a per-repo toggle to enable or disable",
32
+
"React error boundaries — component-level crash isolation prevents a single UI failure from taking down the entire app",
33
+
],
34
+
improvements: [
35
+
"Replaced heuristic comment classifier with a unified Claude session for more accurate review vs. conversational comment handling",
36
+
"Compact single-card design for PR review comment threads with tighter spacing",
37
+
"PR lifecycle events now render in the activity timeline with clear status indicators",
38
+
],
39
+
fixes: [
40
+
"Fixed `null` `comment_id` in Claude review responses causing failed comment syncs",
41
+
"Fixed comment classification so conversational comments are processed without requiring a formal review cycle",
42
+
"PR comments now always sync correctly — removed stale filter that was hiding the bot's own replies",
43
+
"Bypassed worker queue for `engine_address_review` to call Claude directly, preventing stuck addressing state",
0 commit comments