Fleebs-Logo
Details werden geladen...

Diagnose and fix failing builds with your local AI agent - Ecosystem - CircleCI Discuss

We have added a new flag to the CircleCI CLI: --failure-report. This flag prints condensed output for every failed step in a pipeline run, formatted specifically for AI agent consumption. Run it from your project directory: circleci run get --failure-report By default, the CLI resolves the latest run from your current git remote and branch. If the latest run did not fail, the report returns nothing. To retrieve a specific run, pass the run ID directly: circleci run get --failure-rep...