2026.5.21 — The One With the AI Troubleshooter

Released 2026-05-21

← All releases

What's New

  • Trigger repositories directly from GitHub issues, letting you launch builds straight from an issue thread.
  • Introducing an AI‑powered Troubleshoot section that automatically diagnoses logs and suggests fixes.
  • Added a dedicated static route for troubleshooting settings, simplifying access to diagnostic tools.

Improvements

  • Workflow failures are now summarized in concise reports instead of dumping raw logs, making root‑cause analysis faster.
  • Enhanced resilience against GitHub 5xx errors; the client now retries with exponential back‑off and provides clearer fallback messages.
  • Hardening the installation process for the Git credential helper to avoid permission and path issues across platforms.

Fixes

  • Fixed bootstrapping of GitHub issues on replicated clusters, ensuring issues are correctly linked on all nodes.
  • Corrected manual trigger validation logic to prevent false‑positive errors and improve user experience.

Raw Changelog

Show raw git changelog
text
5ec82dc trigger repos in github issues (#270) (Marc Campbell)
20a3814 summarize workflow failures instead of dumping (#268) (Marc Campbell)
d296296 more resilient to github 50x error (#267) (Marc Campbell)
7886864 fix bootstrapping github issues on replicated (#266) (Marc Campbell)
ea94b86 Add troubleshoot settings static route (#265) (Marc Campbell)
cdedf02 Add Troubleshoot section with AI-powered log diagnosis (#264) (Marc Campbell)
de41cb7 harden instalation of git cred helper (#263) (Marc Campbell)
e791ccc Fix/manual trigger validation (#262) (Marc Campbell)