opencode-v0.1.1

mem0ai/mem0opencode-v0.1.1May 28, 2026by whysosaket

AI Summary

A maintenance release establishing the CI/CD pipeline for the OpenCode plugin.

Key Highlights

  • First release published via new opencode-plugin-cd.yml workflow
  • Added CI checks workflow for Bun, tsc, and build verification

New Features

  • New CI/CD workflow for builds and publishing
  • Type checking and build verification in CI

Full Release Notes

## Mem0 OpenCode Plugin (v0.1.1)

### Maintenance

- First release built and published via the new `opencode-plugin-cd.yml` workflow.
  - Builds with Bun
  - Publishes to npm with provenance via OIDC trusted publishing  ([#5287](https://github.com/mem0ai/mem0/pull/5287))

- Added an `opencode-plugin` checks CI workflow:
  - Bun install
  - `tsc` type-check
  - Build verification
  - `dist/index.js` verification

  Runs on pushes and PRs touching the plugin.  ([#5287](https://github.com/mem0ai/mem0/pull/5287))