Skip to content

v4.15.9

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:42
· 2 commits to main since this release
6dc2989

oh-my-claudecode v4.15.9: land pure Graph, add evidence-safe efficiency, add bounded basedpyright

Release Notes

Release with 3 new features, 2 bug fixes across 6 merged PRs.

Highlights

  • feat(graph): land pure Graph Core contract (#3649)
  • feat(benchmarks): add evidence-safe efficiency diagnostics (#3650)
  • feat(lsp): add bounded basedpyright selection (#3647)

New Features

  • feat(graph): land pure Graph Core contract (#3649)
  • feat(benchmarks): add evidence-safe efficiency diagnostics (#3650)
  • feat(lsp): add bounded basedpyright selection (#3647)

Bug Fixes

  • fix(installer): prune duplicate plugin hooks (#3645)
  • fix(release): widen bounded npm registry propagation retry (#3636)

Documentation

  • docs(skills): clarify independent consensus review sequencing (#3646)

Stats

  • 6 PRs merged | 3 new features | 2 bug fixes | 0 security/hardening improvements | 0 other changes

Install / Update

The npm CLI and the Claude Code marketplace/plugin are separate install tracks, not either/or replacements. Update whichever track you use; if you have both installed, update both. CLI-dependent skill paths such as ask, ccg, and CLI-backed team require the omc CLI from the npm package.

CLI / runtime:

npm install -g oh-my-claude-sisyphus@4.15.9

Claude Code plugin:

/plugin marketplace update omc

Full Changelog: v4.15.8...v4.15.9

Contributors

Thank you to all contributors who made this release possible!

@Yeachan-Heo