Heisenberg CI Failure Analysis
Version updated for https://github.com/kamilpajak/heisenberg to version v0.4.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Heisenberg is a GitHub Action that uses AI to analyze CI workflow failures, providing structured root-cause analysis (RCA) reports with actionable insights. It examines logs, artifacts, traces, and source code to identify the reasons behind test failures, pinpoint bug locations, and suggest fixes, saving developers from manually parsing extensive logs. Heisenberg is particularly useful for automating failure diagnostics in complex CI environments, reducing debugging time and improving development efficiency.
What’s Changed
Changelog
- 1c38ee1a31c1bb48f2e5fc19a2de38e9bcbd63ca feat(azure): add Azure Pipelines support (#34)
- b8dc224698113efe5aef90926bd0f17cacb43233 feat(azure): add cross-repo file access for multi-repo pipelines
- 7b9cd53c14e24c079db8c44d0d1538d495b01871 feat: add –debug mode with full agent conversation trace
- 99ad2fa806598c0779a5b2949f94543620fc1204 fix(llm): deduplicate progress output in non-TTY mode (#32)
- fc9fafd6634fbf808e3559473ac064765bcc0d15 fix: –test-repo project mapping and system prompt bias
- ace9e657ca17afc9d62391a2c7d8663737c09fad fix: README validation fixes and entrypoint error handling
- 8c7ed9f2648cdf6fefa5eba729a509402d51f226 fix: add cross-repo logging and soften test results hint
- 7540d1a23617e42d2a82d3eeec09300ce50b9027 fix: address issues from Azure live testing (#35)
- ef1f71f0820e9822f7ed8967327bae3652e2fed3 fix: resolve all SonarCloud issues on main (#33)
- fc62c8b89b3851275cef0d392a16681485c8f359 refactor(cli): restructure CLI with analyze subcommand and flag improvements