Skip to content

v4.9.0

Choose a tag to compare

@ndycode ndycode released this 26 Jan 11:07
· 315 commits to main since this release

Minor Compatibility and Stability Release

This release carries bug fixes and operational hardening. Read the summary below before upgrading or publishing.

  • breaking: package renamed from opencode-openai-codex-auth-multi to oc-chatgpt-multi-auth
  • package renamed to bypass opencode's plugin blocking. opencode skips any plugin with opencode-openai-codex-auth in the name. the new name oc-chatgpt-multi-auth works correctly.
  • updated all documentation, configs, and references to use new package name.
  • added multiAccount flag check in loader to coexist with opencode's built-in auth.

Commit Summary

  • aa3fd72 docs: document OpenCode plugin blocking issue (#11)
  • 269654b feat: rename to oc-chatgpt-multi-auth to bypass OpenCode plugin blocking