github code-yeongyu/oh-my-opencode v0.4.3

latest releases: v3.5.5, v3.5.4, v3.5.3...
2 months ago

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)

Don't miss a new oh-my-opencode release

NewReleases is sending notifications on new releases.