Change8

vercel@54.20.0

📦 vercel-cliView on GitHub →
1 features🔧 1 symbols

Summary

This release introduces the `vercel agent-runs` command to enhance observability for Agent Runs, providing detailed inspection and tracing capabilities via the CLI.

✨ New Features

  • Added a `vercel agent-runs` command for Agent Runs observability with subcommands: `list` (lists Agent Runs for a project), `inspect <runId>` (shows run metadata, events, usage, and subagents), `trace <runId>` (shows the full trace including turns, messages, reasoning, and tool calls), and `projects` (lists projects in the team with Agent Runs activity). All subcommands support the `--json` flag for machine-readable output.

Affected Symbols