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
fix(issue-auto-implement): use content-safe heredoc delimiters for pr_title/pr_body
PR_TITLE_DELIM and PR_BODY_DELIM can appear inside Claude-generated
.pr_title or .pr_body content, which ends the heredoc early and causes
'Matching delimiter not found'. Use unique delimiters that cannot
appear in user content (__HOOKDECK_PR_TITLE_END_8a3f2b1c9d4e__ and
__HOOKDECK_PR_BODY_END_8a3f2b1c9d4e__).
Made-with: Cursor
0 commit comments