Skip to content

v0.1.5

Choose a tag to compare

@error311 error311 released this 08 May 06:20
· 10 commits to main since this release

v0.1.5 - 05/08/2026

  • Added runglass github detect for local and GitHub Actions repository/PR context detection.
  • Added runglass github comment --receipt latest --repo owner/name --pr N --dry-run for previewing compact PR receipt comments.
  • Added GitHub API comment create/update support using a stable RunGlass marker to avoid duplicate PR comments.
  • Added token discovery from GITHUB_TOKEN, GH_TOKEN, or gh auth token without storing tokens in receipt artifacts or accepting tokens as CLI arguments.
  • Documented GitHub Actions permissions and token handling.
  • Added compact Markdown receipt summaries for PR comments, CI summaries, issue reports, and logs.
  • Added deterministic AI-friendly receipt summaries via runglass report latest --ai and runglass export latest --format ai.
  • Added runglass export latest --format summary-md and comma-delimited --format aliases while keeping existing export flags.
  • CI receipt mode now writes ai-summary.txt alongside summary.md and includes both compact summaries in bundle exports.
  • Documented using RunGlass summaries around coding-agent commands and CI artifacts.
  • Made runglass revert latest preview-only by default and added explicit --preview and --apply flags for safer file reverts.
  • Kept --dry-run as a compatibility alias for revert preview and added clearer errors for conflicting revert options.
  • Renamed reverse patch exports to reverse.patch and hardened bundle exports around a portable runglass-receipt-<id>/ layout.
  • Updated revert UI and docs to say supported file changes instead of implying a whole-command undo.
  • Documented what RunGlass file revert can and cannot undo.

Full Changelog: v0.1.2...v0.1.5