What's new in v1.44.0

See what your AI coding assistant is actually doing

Preflight captures every tool call, every dollar, and every stall from Claude Code, Cursor, Copilot, and more. Runs on your machine. Sends nothing anywhere by default. Connect New Relic to roll it up across your whole org.

For humans
npm install -g @newrelic/preflight && preflight setup
For agents
Read https://newrelic-experimental.github.io/preflight/start.md and set up Preflight on this machine, then confirm it is capturing this session.

Paste into Claude Code, Cursor, or any coding agent.

Read the docs →

Ask your agent

Preflight is an MCP server, so the assistant doing the work can answer questions about its own session. Ask in chat and it looks up the numbers.

YouWhat has this session done so far?
Agent

About 17 minutes in, with 40 tool calls: 20 shell commands, 9 file reads, 6 edits, and 5 searches. 38 of them succeeded, a 95% success rate. You've changed 4 files. Tool calls are averaging 1.6 seconds.

via nr_observe_get_session_stats

Works with

15 capture every built-in tool call. 4 see only calls routed to Preflight's own MCP tools.

45MCP tools75Metrics8Dashboards19Platforms

Visibility

Every file read, edit, command, and search captured as it happens. A live session view plus trends across weeks.

Learn more →

Cost control

USD spend per session, day, and week, split by model and cache tier. Budget alerts before you overspend.

Learn more →

Efficiency insights

A score per task, detection of re-reads, blind edits, and stuck loops, and weekly coaching from your own history.

Learn more →

Dashboards

A local dashboard at localhost:7777 with no account, and 7 prebuilt New Relic dashboards for teams.

Learn more →

Watch it live at localhost:7777

Local mode ships with a dashboard that needs no account and never leaves your machine.

Animated tour of the Preflight local dashboard: session tracking, cost breakdown, efficiency score, and anti-patterns

Teams get 8 prebuilt New Relic dashboards.

Measure the return across your org

Connect New Relic and every session from every developer rolls up by team, project, and platform. See what AI-assisted coding costs, what it produces, and where the money goes to waste.

Cost per outcome

Spend split by bug fixes, features, and failed attempts, with a waste ratio and an ROI estimate against hours saved. Commits, pushes, and merged PRs arrive as metrics with the same team attribution as cost.

Efficiency across developers

Efficiency scores, anti-patterns, and retry thrashing compared across the team and tracked week over week, with coaching reports against each developer's own baseline.

Budgets and alerts

Five prebuilt alert conditions: daily cost spike, low efficiency score, stuck-loop rate, anti-pattern rate, and per-session budget. One command deploys the policy.

Platform comparison

Claude Code, Cursor, Copilot, and the rest side by side on cost and efficiency, so a decision about what to standardize on rests on your own numbers.

Manager view carries team metrics with no tool-call content. Security audit tracks sensitive file access and destructive commands.

Connect New Relic
preflight install --mode cloud --license-key YOUR_LICENSE_KEY --account-id YOUR_ACCOUNT_ID
preflight deploy-dashboards --all
Team setup guide →

Under a minute to first session

Install
npm install -g @newrelic/preflight && preflight setup
Read the docs →