Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 13 Dec 03:22
· 185 commits to master since this release

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_auth and lsp options for IDE autocomplete

🐛 Bug Fixes

  • fix(config): deep merge agent overrides with reusable deepMerge utility (#27)
  • fix(hooks): prevent infinite loop when todo-continuation-enforcer runs during session recovery (#29)