Changes
Added
- Bun Package Manager Support (PR #219) - OMC setup now prefers Bun over npm when available, with automatic fallback. Includes duplicate cleanup logic and per-manager verification.
- MCP Skill Loading Tools (PR #225) - Three new MCP tools (
load_omc_skills_local,load_omc_skills_global,list_omc_skills) with 5-layer security hardening: path validation, symlink boundary checks, depth limits, content sanitization, and relative path output.
Fixed
- HUD OAuth Token Refresh (PR #206) - Expired OAuth tokens now auto-refresh using RFC 6749 compliant refresh token grant, restoring rate limit display. Credentials persisted with atomic writes and 0o600 permissions.
Install/Update
npm install -g oh-my-claude-sisyphus@3.8.14Or reinstall the plugin:
/plugin install oh-my-claudecodeFull Changelog: v3.8.12...v3.8.14