Skip to content

Fix failing workflows with Claude Code from the CircleCI UI

New feature

You can now triage and fix failing workflows using Claude Code directly from the CircleCI UI.

Navigate to a pipeline run, click the wrench icon on a failing workflow, and select Fix with Claude Code. Screenshot 2026-08-06 at 12.01.41 p.m. This opens Claude Code in your terminal with a pre-loaded prompt that pulls failure diagnostics using circleci run get --failure-report and produces a fix for the root cause.

Previous changes