---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps To Reproduce
Steps to reproduce the behavior:
1. Run command '...'
2. Use API with parameters '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened, including error messages and stack traces if applicable.
## Environment
- OS: [e.g. Ubuntu 22.04, macOS 13.0, Windows 11]
- Node.js version: [e.g. 18.12.1]
- Package version: [e.g. 1.0.0]
- Runtime: [e.g. Python, TypeScript, Java, .NET]
## Additional Context
Add any other context about the problem here, such as:
- Search query that failed
- Documentation page that couldn't be fetched
- Screenshots or logs
## Possible Solution
If you have suggestions on how to fix the issue, please describe them here.