Vercel Agent RunsでAIエージェント作業を観測可能な記録にする
AI agentがコードを変更し、deployment logを読み、PRを作るなら、diffだけでは足りません。prompt、tool call、log、error、model、token usage、repository contextを一緒に残す必要があります。
何が起きたか
Vercelは2026年7月3日、Agent RunsをVercel MCPとVercel CLIでサポートすると発表しました。agent runの一覧、詳細、検索、要約をMCP toolやCLI commandから扱えます。
なぜ重要か
AI agentがコードを変更し、deployment logを読み、PRを作るなら、diffだけでは足りません。prompt、tool call、log、error、model、token usage、repository contextを一緒に残す必要があります。
コミュニティの兆候
開発者コミュニティでは、人間のreviewと再現性への不安が繰り返されています。CLIは人とscriptに向き、MCPはagent-to-tool連携に向きますが、同じ記録を見ることが重要です。
実践チェック
まず重要なPRにrun summaryをリンクし、CLIのJSON出力をincident botに使い、MCPとCLIの権限を分け、run単位のtoken usageを見るところから始めます。
リスク
traceは判断材料であって承認ではありません。テスト、diff review、deployment状態、機密情報を含むlogの扱いを必ず合わせて確認します。
Agent Runsチェックリスト
• Vercelは2026年7月3日、Agent RunsをVercel MCPとVercel CLIでサポートすると発表しました。agent runの一覧、詳細、検索、要約をMCP toolやCLI commandから扱えます。
• AI agentがコードを変更し、deployment logを読み、PRを作るなら、diffだけでは足りません。prompt、tool call、log、error、model、token usage、repository contextを一緒に残す必要があります。
• まず重要なPRにrun summaryをリンクし、CLIのJSON出力をincident botに使い、MCPとCLIの権限を分け、run単位のtoken usageを見るところから始めます。
出典
- Vercel Changelog: Agent Runs now supported in Vercel MCP and CLI
- Vercel Docs: View agent run observability traces
- Vercel Docs: Vercel MCP server
- Vercel Docs: Vercel CLI MCP command reference
- Vercel Docs: Vercel Agent security and approved actions
- Vercel Blog: AI SDK 7 and agent applications
- Hacker News discussion: Agentic coding and human review concerns
- Hacker News discussion: MCP vs CLI as agent tool surfaces