Skip to content

Fix error reporting spam from Pro features and duplicates#3

Open
TannerTorrey3 wants to merge 1 commit intomainfrom
fix/error-reporting-spam
Open

Fix error reporting spam from Pro features and duplicates#3
TannerTorrey3 wants to merge 1 commit intomainfrom
fix/error-reporting-spam

Conversation

@TannerTorrey3
Copy link
Copy Markdown
Contributor

Summary

  • Skip auto-reporting errors when the message/stderr contains Pro feature prompts ("requires Ix Pro", "Install @ix/pro", etc.) — these are expected behavior when Pro is not installed, not actual bugs
  • Before creating a new GitHub issue, search for an existing open issue with the same fingerprint (fp:HASH in:body) and add a recurrence comment instead of filing a duplicate
  • Apply the same duplicate check to the ix-report.sh retry flow

Test plan

  • Simulate a Pro feature error (run ix briefing without Pro installed) and verify no issue is created
  • Verify real errors (e.g. ix text failure) still get reported
  • Create a test issue with a known fingerprint, trigger the same error again, verify it comments instead of creating a new issue
  • Run bash hooks/ix-report.sh --list to confirm error log still works

🤖 Generated with Claude Code

- Skip errors where stderr/message contains Pro feature prompts
  ("requires Ix Pro", "Install @ix/pro", etc.) since these are
  expected behavior, not bugs
- Search GitHub for existing open issues with the same fingerprint
  before creating new ones, adding a recurrence comment instead
- Apply the same duplicate check to the ix-report.sh retry flow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant