Skip to content

Releases: MiaAI-Lab/repoprompt-windows

v1.0.2

13 Jun 15:38

Choose a tag to compare

RepoPrompt for Windows v1.0.2

Fixed

  • File tree is now properly recursive/hierarchical — folders show their nested children with correct indentation
  • Safe directory prefix matching to avoid false matches (e.g. src/utils no longer matches src/utils-extra)

v1.0.1

13 Jun 15:33

Choose a tag to compare

RepoPrompt for Windows v1.0.1

Fixed

  • Save button now works - files are properly written to disk via native Rust file I/O

v1.0.0

13 Jun 15:25

Choose a tag to compare

RepoPrompt for Windows v1.0.0

First release! A context engineering tool for AI coding agents.

Installers

  • MSI (recommended for enterprise deployment) — RepoPrompt_1.0.0_x64_en-US.msi
  • Setup EXE (recommended for most users) — RepoPrompt_1.0.0_x64-setup.exe

What's included

  • File tree browser with search/filter and checkboxes ✓
  • Token budget management with per-file counts ✓
  • Line-range slicing for precise context ✓
  • .gitignore + custom ignore patterns ✓
  • Git diff support ✓
  • LLM-optimized XML/Markdown/Text output ✓
  • One-click copy to clipboard ✓
  • Save as .txt/.md/.xml ✓
  • Settings panel (ignore patterns, defaults) ✓
  • About page ✓

Notes

  • Requires Windows 10/11 with WebView2
  • Built with Tauri 2 + Rust + React + TypeScript