fix: friendlier error when watch is already running on port 7734#165
fix: friendlier error when watch is already running on port 7734#165greynewell merged 3 commits intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe daemon's UDP listener now detects "address already in use" errors more reliably across platforms and returns a friendlier error message directing users to check or stop the other running watcher instance. A corresponding integration test validates this behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 0/5 reviews remaining, refill in 56 minutes and 37 seconds. Comment |
Closes #156.
When
supermodelis already running in another terminal, the port-in-use error is confusing. Improve the message to tell users their graph is already being kept up to date.TDD: failing test first.
🤖 Generated with Claude Code
Summary by CodeRabbit