bugsight-0.6.0 is not a library.
🔍 bugsight
Debug smarter, not harder.
A fast CLI tool that analyzes errors, stack traces and logs — and tells you exactly how to fix them.
✨ Features
- ⚡ Instant analysis for common errors (Rust, permissions, file system...)
- 🤖 AI fallback via Groq for any unknown error
- 🔗 Pipe-friendly — works with any command output
- 🖥️ Clean, colored terminal output
📦 Installation
From source
🚀 Usage
Explain an error directly
Pipe any command output
|
|
|
🤖 AI Setup (optional)
bugsight uses Groq for unknown errors — it's free.
- Create a free account on console.groq.com
- Generate an API key
- Export it:
Without the key, bugsight still works with its built-in parsers.
🛠️ Built with
🤝 Contributing
Contributions are welcome!
- Fork the repo
- Create a branch:
git checkout -b feat/your-feature - Commit:
git commit -m "feat: add your feature" - Push & open a Pull Request
📄 License
MIT