Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Feb 10:07
· 576 commits to main since this release
8162450

What's New

Claude Code Marketplace Integration

Claude Code plugin is now installed via the native marketplace instead of embedded files. This means:

  • Lighter binary — no more embedded claude-code plugin files in the engram binary
  • Independent updates — plugin updates ship from the repo without needing a new engram release
  • Proper integrationclaude plugin list shows engram correctly

Install Claude Code plugin

# One command via engram CLI
engram setup claude-code

# Or manually
claude plugin marketplace add Gentleman-Programming/engram
claude plugin install engram

Update via Homebrew

brew upgrade engram

Changelog

  • c333a15 feat: add Claude Code marketplace manifest for plugin installation
  • 793042b docs: update README with Claude Code marketplace install instructions
  • 68315b9 docs: add prerequisite callout for binary install in OpenCode and Claude Code sections
  • 8162450 refactor: use claude marketplace for plugin install, remove embedded claude-code files