Claude AI Opens Merged PR for Magic-Link Bug While Developer Sleeps
Reddit user u/crazedbunny shared a production incident where Claude, running in an agentic setup, automatically fixed a broken magic-link sign-in on their SaaS pastecollage.com at 4:46 AM. By morning coffee, a merged PR was ready.
The Bug
Trailing whitespace from mobile keyboards caused the email validation regex anchor [^\s@]+$ to fail, breaking sign-ins. The fix: moving the trim/lowercase step to before validation. The PR was +13/-1 lines with a sensible commit message — exactly what the dev would have written manually.
Setup
The developer runs a project called auralog that ingests logs, Claude analyzes them, and if the model believes it knows the fix, it opens a PR against the repo. This is part of an agentic CI pipeline with direct merge authority.
Key Takeaways
- Agentic Claude can fix small, predictable bugs overnight without human intervention
- The PR was merged without any modifications — the output was production-ready
- This pattern works best for well-scoped issues with clear reproduction (email validation edge case)
The full writeup with screenshots of the actual PR is available on the developer's blog: https://auralog.ai/blog/the-magic-link-bug-that-fixed-itself/
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.121: MCP alwaysLoad, plugin prune, terminal scroll fixes, and memory leak patches
Claude Code v2.1.121 adds alwaysLoad for MCP servers, a plugin prune command, type-to-filter /skills, PostToolUse output replacement, terminal scroll & URL fixes, and several memory leak fixes including multi-GB RSS growth with many images.

sseanliu/VisionClaw Brings Real-Time AI Assistance to Meta Ray-Ban Smart Glasses
sseanliu's VisionClaw offers a revolutionary AI assistant for Meta Ray-Ban smart glasses, combining voice, vision, and agentic actions powered by Gemini Live and OpenClaw.

Claude Code on the Web Partial Outage Reported
An automatic status update from r/ClaudeAI reports a partial outage for Claude Code on the web starting 2026-05-09T23:33:21.000Z. Check the official status page and community megathread for updates.

Super Micro Co-Founder Among Three Charged in AI Tech Export Case
Three individuals, including Super Micro Computer co-founder Charles Liang, have been charged by U.S. authorities with plotting to illegally export AI technology to China. The case involves alleged violations of export control laws.