v0.1.5
v0.1.5 - 05/08/2026
- Added
runglass github detectfor local and GitHub Actions repository/PR context detection. - Added
runglass github comment --receipt latest --repo owner/name --pr N --dry-runfor 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, orgh auth tokenwithout 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 --aiandrunglass export latest --format ai. - Added
runglass export latest --format summary-mdand comma-delimited--formataliases while keeping existing export flags. - CI receipt mode now writes
ai-summary.txtalongsidesummary.mdand includes both compact summaries in bundle exports. - Documented using RunGlass summaries around coding-agent commands and CI artifacts.
- Made
runglass revert latestpreview-only by default and added explicit--previewand--applyflags for safer file reverts. - Kept
--dry-runas a compatibility alias for revert preview and added clearer errors for conflicting revert options. - Renamed reverse patch exports to
reverse.patchand hardened bundle exports around a portablerunglass-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