Release v1.3.1
Compare changes: v1.3.0...v1.3.1
- fix(dependencies): move @opencode-ai/plugin to dependencies section (a5455e8)
- docs: add Terms of Service warning and usage recommendations to README (3f562c8)
- fix(triage): change labelsToRemove declaration from const to let for flexibility (dd3385a)
- fix(triage): enhance triage logic to prevent skipping issues with 'needs-triage' label and refine label removal process (6337b52)
- fix(triage): change labelsToAdd declaration from const to let for flexibility (0fa210a)
- fix(triage): enhance label management by removing conflicts and enforcing single label selection (eec6f46)
- feat(triage): streamline issue triage process and enhance validation (ddb7c1a)
- fix(triage): remove model and variant parameters (df7384a)
- feat(triage): switch to self-hosted runner and opencode cli (561b464)
- feat(pi): add opencode cli setup script (58f0530)
- feat(ci): add scripts for setting up self-hosted raspberry pi runner (058d302)
- chore(triage): add few-shot examples to prompt to enforce read-only mode (a630d1e)
- chore(triage): harden prompt against code modification (a4b60dc)
- fix(triage): increase workflow timeout to 30m and forbid questions (78e8703)
- fix(triage): prevent infinite coding loops and fix gemini fallback limits (06824ff)
- fix: update source context and API endpoint in issue triage workflow (64d77cb)
- fix: improve session handling in issue triage workflow (de21a44)
- feat: enhance issue triage workflow (02a38b1)
- feat: add issue triage workflow for automated issue management (37ba030)
Upgrade
Update your opencode.json:
{
"plugins": ["opencode-antigravity-auth@1.3.1"]
}If stuck on an old version, clear the cache:
rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock