v0.4.3
Release Notes: v0.4.3
Since: v0.4.0 (2025-12-12)
🔧 Improvements
Google Auth Integration (Breaking Change from v0.4.0)
Before (v0.4.0):
{ "plugin": ["oh-my-opencode", "oh-my-opencode/google-auth"] }After (v0.4.2+):
// opencode.json
{ "plugin": ["oh-my-opencode"] }
// oh-my-opencode.json
{ "google_auth": true }The Google Antigravity OAuth plugin is now integrated into the main package. Enable it via google_auth: true in your oh-my-opencode.json configuration.
This change resolves #30 - OpenCode's plugin loader was incorrectly treating oh-my-opencode/google-auth as a separate npm package.
📚 Documentation
- Add Google Auth section to Configuration in README.md / README.ko.md
- Update JSON schema with
google_authandlspoptions for IDE autocomplete