Skip to content

v0.1.0-preview1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:28
· 35 commits to main since this release

IsaacAgent v0.1.0-preview1

First preview release of IsaacAgent — an AI coding agent for Binding of Isaac: Repentance Lua mod development.

Features

  • Chat-driven mod development with 15 agent tools (file ops, scaffolding, diagnostics, API search, git, RAG)
  • Isaac API knowledge base — 74 vanilla + 130+ REPENTOGON callbacks, classes, enums
  • Local RAG search — 470+ embedded docs, 11 code patterns, 35 XSD schemas
  • Multi-provider LLM — OpenAI-compatible endpoints + Ollama
  • Multi-tab chat with persistent per-project history
  • Command palette (Ctrl+Shift+P) with fuzzy search
  • Mod template gallery (Ctrl+Shift+T) — 5 built-in templates
  • Live game log monitor — real-time Isaac log.txt error parsing
  • Visual diff viewer (Ctrl+Shift+D) — git diff visualization
  • Encrypted credential storage (DPAPI)

Download

Download \IsaacAgent.exe\ below — self-contained Windows x64 single-file executable (no .NET runtime required).

Prerequisites

  • Windows 10/11 x64
  • An LLM API endpoint (OpenAI-compatible or Ollama)

Known Limitations

  • Windows only (Avalonia UI targets windows platform)
  • No auto-update mechanism yet
  • First launch requires LLM configuration in Settings