You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use @latest for plugin config and add Oh My OpenCode integration (#4)
* Update installation command to use latest version
bunx opencode-supermemory@latest setup
Note: 'setup' is deprecated. Use 'install' instead.
happens. bun uses cache instead always if u don't make it @latest. same can be said for the plugin. version locking is bad here incase frequent update. suggestion to update the plugin to always have @latest in config.json too.
* fix: use @latest tag in plugin config to bypass bun cache
This ensures the plugin always fetches the latest version instead of using
cached versions, which is important for frequently updated packages.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
* feat: add Oh My OpenCode integration with --disable-auto-compact flag
- Detect Oh My OpenCode plugin in user's config
- Add option to disable anthropic-auto-compact hook for Supermemory compatibility
- In TUI mode: prompt user for confirmation
- In --no-tui mode: require explicit --disable-auto-compact flag
- Update help text and examples to use @latest tag
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---------
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
0 commit comments