Skip to main content
When a run doesn’t behave as expected a surprising verdict, an early exit, or missing coverage, these tools help you see what happened.

Verbose logging

Set verbose: 'true' to expand CI logs with the full verification prompt, tool responses, the collected artifact list, and verdict details:
- uses: ironbee-ai/ironbee-action@v1
  with:
    ironbee_api_key: ${{ secrets.IRONBEE_API_KEY }}
    anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
    verbose: 'true'

Session logs and early exits

The evidence bundle includes per-session logs you can use to debug a run. Under sessions/<id>/, verdict.json holds the final verdict and actions.jsonl is the full event log. If a session ends abnormally, for example, hitting max_turns, the PR report shows an early-exit banner with a collapsible diagnostics block (turns, cost, errors, and any blocked tool calls). Raising max_turns or narrowing the work with prompt usually resolves early exits.

What’s next?

Evidence

Console links and the downloadable artifact bundle.

All configuration options

Every input and output, with defaults.