Skip to content

Latest commit

 

History

History
236 lines (212 loc) · 6.66 KB

File metadata and controls

236 lines (212 loc) · 6.66 KB
NameAboutLabelsAssignees
Bug ReportReport a bug or issue with the pluginbug,needs-triage

Before opening an issue

⚠️ PLEASE READ THE TROUBLESHOOTING GUIDE FIRST

Most 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:

Issues without debug logs will be closed.

Pre-submission checklist

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.

  1. Enable debug logging: export OPENCODE_ANTIGRAVITY_DEBUG=2
  2. Reproduce the issue
  3. Find log file at:
    • macOS/Linux: ~/.config/opencode/antigravity-logs/antigravity-debug-<timestamp>.log
    • Windows: %APPDATA%\opencode\antigravity-logs\antigravity-debug-<timestamp>.log
  4. Paste relevant sections or attach the file

Share your antigravity.json if relevant (remove sensitive data)

Compliance

Any other relevant information