Skip to content

v0.1.0 β€” initial public release

Choose a tag to compare

@drakulavich drakulavich released this 01 May 06:19
· 38 commits to main since this 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.