Skip to content

v1.6.0-beta.0 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Feb 21:13
· 0 commits to 148ab723805dea823b85c841cb25aab002d2b397 since this release

Beta Release v1.6.0-beta.0

⚠️ This is a beta release for testing. Use at your own risk.

Base version: 1.6.0

Compare changes: v1.5.5...v1.6.0-beta.0

  • fix: update version to 1.6.0-beta in package.json (148ab72)
  • feat: add debug_tui configuration option and resolve thinking issues (bcd2eb8)
  • fix(request): copy thoughtSignature to all functionCall parts in the same turn to satisfy gemini-3.1-pro requirements (3f9c14e)

Install Beta

Update your opencode.json:

{
  "plugin": ["opencode-antigravity-auth@1.6.0-beta.0"]
}

Or use the beta tag (always latest beta):

{
  "plugin": ["opencode-antigravity-auth@beta"]
}

Clear cache if stuck on old version:

rm -rf ~/.cache/opencode/node_modules ~/.cache/opencode/bun.lock