Skip to content

ReproGate v0.1.0

Choose a tag to compare

@JinRudy JinRudy released this 13 Jun 06:10

First public ReproGate release.

What is included

  • reprogate capture -- <command> generates a sanitized Markdown reproduction report.
  • reprogate redact removes likely secrets from logs before sharing.
  • reprogate ready-check checks issue/PR text for reproduction steps, environment details, and logs.
  • reprogate mcp exposes redact_text and check_issue over stdio for AI coding clients.
  • GitHub Action metadata and CI workflow.

Try it

go install github.com/JinRudy/reprogate/cmd/reprogate@v0.1.0
reprogate capture -- go test ./...

Example report: https://github.com/JinRudy/reprogate/blob/v0.1.0/docs/examples/repro.md
Demo issue: #1

The MCP server intentionally does not execute arbitrary local commands in this release. It only exposes safe text tools.