v0.1.0 β initial public release
First public release of Iago β Greptile-style Mermaid diagrams for AI code reviews.
What's in the box
- π€ GitHub Action (`drakulavich/iago@v0.1.0`) β comment `/iago` on any PR, no CLI needed.
- π» Claude Code skill β `/iago`, `/squawk`.
- 𦦠Codex CLI skill β same skill, same open standard.
Diagram types
`sequence`, `flow`, `class`, `er` β auto-detected from the diff, override anytime with `/iago `.
Generation modes
- LLM-quality (Anthropic or OpenAI key in secrets).
- Heuristic fallback (no key needed) β basic but always works.
Install (Action)
```yaml
- uses: drakulavich/iago@v0.1.0
with:
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
```
See README for Claude Code, Codex CLI, Copilot, and Gemini install paths.