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
feat: show PR title, description, and link in activity log
- Backend now inserts a job_log entry when a PR is created (or fails)
- Frontend renders a styled PR card with title, branch info, and link
- Green themed card with direct link to view the PR on GitHub
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f"✅ **PR Created!**\n\nI've created a pull request to address this issue:\n→ [PR #{pr_result.get('pr_number')}: {pr_title}]({pr_result.get('pr_url')})\n\nPlease review the changes and merge if they look good."
self.github_service.add_issue_comment(repo, issue_number, f"⚠️ **PR Creation Failed**\n\nThe changes were validated and the branch `{branch_name}` was created, but I failed to create the Pull Request object.\nError: {pr_result.get('error')}")
0 commit comments