Skip to content

[UX] Improved error messages with actionable suggestions #25

@jwesleye

Description

@jwesleye

Feature Description

Better error messages that suggest fixes and link to docs.

Problem/Motivation

Current errors can be cryptic. Users don't know how to fix issues.

Proposed Solution

Instead of:

Error: ANTHROPIC_API_KEY not found

Show:

Error: ANTHROPIC_API_KEY not found

To fix:
  1. Get API key from: https://console.anthropic.com/
  2. Run: export ANTHROPIC_API_KEY=your-key-here
  3. Or add to .env file

Docs: https://docs.claude.com/...

Benefits

  • Self-service troubleshooting
  • Better onboarding
  • Less support burden
  • Professional experience

Priority

  • Critical
  • High
  • Medium
  • Low

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestintegrationIntegration with external systemsstatus: staleNo activity for extended period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions