github Yeachan-Heo/oh-my-claudecode v3.7.4
v3.7.4 - Language-Agnostic Agent Prompts

latest releases: v4.9.3, v4.9.2, v4.9.1...
one month ago

What's Changed

Language-Agnostic Agent Prompts (#174)

All agent prompts now adapt to the user's project language/framework instead of being TypeScript-specific.

Affected Agents:

  • build-fixer: Multi-language build/type check commands (TypeScript, Python, Go, Rust, Java)
  • tdd-guide: Framework-agnostic test examples and coverage commands
  • security-reviewer: Multi-language vulnerability patterns and dependency audit commands
  • designer: Framework detection for React, Vue, Angular, Svelte, Solid
  • code-reviewer: Language-neutral terminology for logging, docs, and patterns
  • autopilot prompts: Multi-language build/lint/test commands

How It Works

Agents now detect project type from manifest files:

  • package.json + tsconfig.json → TypeScript
  • pyproject.toml / setup.py → Python
  • go.mod → Go
  • Cargo.toml → Rust
  • pom.xml / build.gradle → Java

Bug Fixes

  • Fixed Ajv import compatibility for ES modules

Full Changelog: v3.7.3...v3.7.4

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

NewReleases is sending notifications on new releases.