π Release Highlights
This release focuses on reliability improvements to the safe-outputs pipeline and workflow tooling, ensuring failures surface cleanly and findings remain actionable.
π Bug Fixes & Improvements
-
Fail-fast mode for code-push safe outputs (#17543): When
push_to_pull_request_branchorcreate_pull_requestfails, the safe-output pipeline now stops processing subsequent outputs immediately. Previously, downstream steps likeadd_commentwould continue running and produce misleading success-looking messages β this is now fixed. -
Workflow normalizer: single consolidated issue (#17540): The
workflow-normalizerwas creating parent/sub-issue hierarchies (group: true), which prevented each run's findings from being standalone actionable reports. Findings are now consolidated into a single issue per run.
π§ Internal Improvements
- Repo memory prompt generation refactored to use runtime template files, aligning it with all other built-in prompt sections (#17544).
- Workflow functions relocated to their correct domain files for improved maintainability (#17541).
For complete details, see CHANGELOG.
Generated by Release
What's Changed
- fix: workflow-normalizer: remove grouping, consolidate findings in single issue by @Copilot in #17540
- refactor(workflow): relocate functions to correct domain files by @Copilot in #17541
- Refactor repo memory prompt generation to use template files by @Copilot in #17544
- Add fail-fast mode for code-push safe outputs by @Copilot in #17543
Full Changelog: v0.48.2...v0.48.3