For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bolt Pipeline Agent

Bolt AutoPilot is DinoAI embedded directly into your Bolt pipeline runs. Instead of manually digging through logs when a run fails, AutoPilot reads, understands, and acts on your pipeline errors automatically.


Features

Pipeline Insights

Raw pipeline logs are hard to read. DinoAI converts them into clear, human-readable summaries — telling you what failed, why, and where to look.

  • Surfaces the root cause without requiring you to scroll through hundreds of log lines

  • Highlights the specific model, test, or command that caused the failure

  • Available directly in the Bolt run detail view

Fix with DinoAI

Once a failure is summarised, you can trigger a one-click fix. DinoAI will:

  1. Analyse the error in the context of your dbt™ project

  2. Propose a fix — edits to SQL, YAML, or configuration

  3. Open the changes in the IDE for you to review and accept

Self-Healing

For teams that want fully autonomous recovery, Self-Healing takes it a step further. When enabled, AutoPilot will automatically attempt to fix errors without waiting for a manual trigger.

  • Detects failures as soon as a run completes

  • Analyses the error and applies a fix directly

  • Re-runs the affected pipeline to confirm the fix worked

  • Posts a summary to Slack if a channel is configured

Last updated

Was this helpful?