github Yeachan-Heo/oh-my-claudecode v3.8.10
v3.8.10 - Migrate agent prompts to markdown, deprecate coordinator

latest releases: v4.9.0, v4.8.2, v4.8.1...
one month ago

Changes

Deprecated

  • Coordinator Agent - coordinatorAgent and ORCHESTRATOR_SISYPHUS_PROMPT_METADATA are deprecated and will be removed in v4.0.0. Backward-compatible stubs provided.

Fixed

  • Documentation Consistency - Fixed misleading "Combine them" multi-skill documentation; clarified ralph includes ultrawork automatically
  • Skill Count - Fixed documented skill count from 35 to 37
  • Missing Agent Exports - Added 9 missing agent exports: explore-high, security-reviewer, security-reviewer-low, build-fixer, build-fixer-low, tdd-guide, tdd-guide-low, code-reviewer, code-reviewer-low

Changed

  • Agent Prompt Architecture - Migrated all 12 base agent prompts from hardcoded TypeScript to dynamic loading from agents/*.md files via loadAgentPrompt() with path traversal security hardening
  • Public API - loadAgentPrompt() exported from main entry point
  • Model Routing - Removed dead coordinator references and isFixedTierAgent()
  • Task Decomposer - Renamed requiresCoordinator to requiresOrchestration

Added

  • CI Validation Tests - Agent registry and prompt loading validation tests

Install/Update

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

Or reinstall the plugin:

claude /install-plugin oh-my-claudecode

Full Changelog: v3.8.9...v3.8.10

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.