Skip to content

v1.4.0 — Multi-agent support (Claude, Codex, Gemini, Kiro)

Latest

Choose a tag to compare

@Viniciuscarvalho Viniciuscarvalho released this 07 May 23:34
· 2 commits to main since this release

What's new

  • Multi-agent support — install the skill for Claude Code, OpenAI Codex CLI, Google Gemini CLI, and Kiro with a single interactive npx swift-code-reviewer-skill init
  • Canonical core — one source of truth (core/swift-code-reviewer.core.md) with thin per-agent wrappers; non-Claude agents get must-load excerpts inlined
  • Sidecar install model — installer never modifies your existing AGENTS.md or GEMINI.md; each agent gets a dedicated file alongside
  • Installer flags--agent <name[,name]>, --all, --dry-run, --force; TTY-detect fallback to claude preserves CI scripts
  • 18 installer tests using Node's built-in node:test
  • Real usage examples — three full review reports against pinned OSS commits (examples/)
  • Init demo GIFassets/init-demo.gif generated via VHS tape

New runtime dependency

@inquirer/prompts (~200KB) — interactive checkbox for agent selection in TTY mode.

See CHANGELOG.md for full details.