Skip to content

v0.2.0 — GitHub direct install + package polish

Choose a tag to compare

@realchendahuang realchendahuang released this 11 Aug 15:14
· 7 commits to main since this release

What's new in v0.2.0

🚀 GitHub direct install

No npm needed — install straight from GitHub:

opencode plugin -g github:realchendahuang/opencode-hermes-memory

📦 Package polish

  • exports[\"./server\"] entry point (OpenCode loader resolves it first)
  • repository / bugs / homepage / author metadata
  • engines.opencode compatibility declaration
  • CI now uses bun install --frozen-lockfile for reproducible builds
  • README badge: hardcoded test count → live CI badge

🐛 Type fixes

  • Fixed type errors against @opencode-ai/plugin SDK (Message.summary object shape, Part structure, Target union narrowing)
  • tsc --noEmit clean, 18/18 regression tests green