bug_report.yml
bug_report.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| Bug Report | Report a bug or issue with the plugin | bug,needs-triage |
Before opening an issue
⚠️ PLEASE READ THE TROUBLESHOOTING GUIDE FIRSTMost issues (rate limits, hanging prompts, auth errors) are covered in our troubleshooting guide.
Your issue may already have a solution!
Please write a descriptive title above (e.g., "Auth fails with invalid_grant after token refresh")
🌐 ENGLISH ONLY
Issues must be written in English. Issues in other languages will be closed immediately.
Check the following resources first:
- 📋 Troubleshooting Guide - common issues and solutions
- Existing issues - your issue may already be reported
Issues without debug logs will be closed.
Which model were you using when the issue occurred?
Copy-paste the exact error message. Do not paraphrase.
A clear and concise description of what the bug is.
How can we reproduce this issue?
Has this feature worked for you before?
How often does this issue occur?
Run: npm list opencode-antigravity-auth -g 2>/dev/null || npm list opencode-antigravity-auth
Run: opencode --version
Run: node --version
Are you running in a special environment?
List any MCP (Model Context Protocol) servers you have configured. This helps us identify potential interactions or conflicts.
Issues without logs will be closed.
- Enable debug logging:
export OPENCODE_ANTIGRAVITY_DEBUG=2 - Reproduce the issue
- Find log file at:
- macOS/Linux:
~/.config/opencode/antigravity-logs/antigravity-debug-<timestamp>.log - Windows:
%APPDATA%\opencode\antigravity-logs\antigravity-debug-<timestamp>.log
- macOS/Linux:
- Paste relevant sections or attach the file
Share your antigravity.json if relevant (remove sensitive data)
Any other relevant information