---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment (please complete the following information):**
- macOS Version: [e.g. macOS 14.2]
- Python Version: [e.g. 3.12]
- Claude Code or Terminal/VS Code: [e.g. Claude Code]
- Installation method: [e.g. uv, pip]
**Error Output**
If applicable, add the error output or stack trace:
```
Paste error output here
```
**Additional context**
Add any other context about the problem here.
**Have you tried to fix it?**
As mentioned in our README, we encourage "vibe code the fix and submit a PR" approach! If you've attempted a fix or have ideas, please share them.