Vercel Agent が公開ベータへ:チャット、調査、承認済みアクション機能を強化
Vercel は、デプロイメントデータに基づいた対話型チャット、本番環境問題の自動調査、承認されたアクションによる自己修復機能を含む「Vercel Agent」の機能を拡張し、プロおよびエンタープライズチーム向けに公開ベータを開始した。
キーポイント
ダッシュボード統合と対話型チャット
開発者はダッシュボード内でプロジェクト設定や DNS 警告などについて質問でき、リアルタイムのデプロイメントデータに基づいた回答を得られる。
本番環境問題の自動調査と修復提案
失敗したデプロイ、ランタイムエラー、コスト急増などを指定すると、エージェントが原因を特定し、修正策を提案する。
承認ベースの自律的アクション実行
ユーザーの承認を得た上で、PR の作成、ロールバック、設定更新などを実行可能であり、変更はサンドボックスで検証される。
影響分析・編集コメントを表示
影響分析
この発表は、開発ツールにおける「AI エージェント」の概念を実用的なレベルに引き上げる重要な一歩であり、単なる情報提供から自律的な問題解決へとプラットフォームの役割を拡張するものです。特に、サンドボックス検証と承認フローを組み合わせたセキュリティ設計は、企業環境での AI 導入に対する信頼性を高める要素となります。
編集コメント
開発者の負担を減らし、本番環境の安定性を AI が担保する「自律型 DevOps」の実現に向けた具体的なプロダクト化が進んでいます。
本日、Vercel Agent の拡張機能がパブリックベータ版としてリリースされました。Vercel Agent は now ダッシュボード内に常駐し、本番環境の問題の調査やプロジェクトに関する質問への回答、そしてユーザーに代わってアクションを実行することが可能になりました。
Agent はアプリをデプロイして提供するプラットフォーム内部で動作するため、その周囲のシグナル(デプロイメント、ログ、メトリクス、プロジェクト設定、利用状況、接続されたリポジトリ)にアクセスできます。この文脈こそが、質問を回答へと、問題を解決策へと変える鍵となります。
今回のベータ版での新機能:
ダッシュボードチャット:ダッシュボードから直接、プロジェクトに関する質問を行い、実際のデプロイデータに基づいた回答を得ることができます。
本番環境調査:Agent に失敗したデプロイメント、ランタイムエラー、またはコストの急増を指し示せば、原因を追跡して修正策を提案します。
承認済みアクション:ユーザーの承認があれば、Agent はプルリクエスト(PR)の作成、ロールバック、または問題の修復のための設定更新を実行できます。
Agent のコードレビュー機能は今日までの通りです:プルリクエストに対するサンドボックス検証済みの提案が提供され、これはより広範な Agent の機能の一つとなっています。
ユーザーがコントロールを維持
Vercel Agent は独自のアイデンティティで動作し、要求を行ったユーザーの権限範囲内に制限されます。デフォルトでは読み取り専用です。タスクに昇格されたアクセス権が必要な場合、Agent はスコープ付きプランを要求し、ユーザーが承認するまで一切の変更を行いません。生成されたコードは本番環境に到達する前に Vercel Sandbox で実行され、昇格されたアクションは Agent、要求者、承認者の三者に紐付けられます。
利用状況
ダッシュボードのチャット、調査機能、承認済みアクションは、Pro および Enterprise チーム向けにパブリックベータ版として提供されています。ロールアウトは段階的に行われます。まだアクセス権をお持ちでない場合は、こちらのフォームからリクエストすることができます。
設定の検索や DNS 警告の説明、ドキュメントに関する質問への回答といった簡単なリクエストについては、ベータ期間中に限って一定数のメッセージまで無料です。一方、Agent による調査、計画策定、またはコード記述を必要とするリクエストはオンデマンド課金となります。これは、基盤となるプロバイダーのトークンレートに上乗せ料金を加算しない形で請求され、さらに Vercel トークンレートとして 100 万トークンあたり 0.25 ドルが追加されます。この料率は現在、Agent のコードレビューにも適用されています。
詳細はドキュメントをご覧ください。
もっと読む
原文を表示
Today, we're launching expanded capabilities for Vercel Agent in public beta. Vercel Agent now lives in your dashboard and can investigate production issues, answer questions about your projects, and take action on your behalf.
Because Agent runs inside the platform that deploys and serves your app, it has access to the signals around it: deployments, logs, metrics, project configuration, usage, and connected repositories. That context is what turns a question into an answer and a problem into a fix.
What's new in this beta:
Dashboard chat: ask questions about your projects and get answers grounded in your real deployment data, right from the dashboard.
Production investigations: point Agent at a failed deployment, a runtime error, or a cost spike, and it traces the cause and recommends a fix.
Approved actions: with your sign-off, Agent can open a PR, roll back, or update a config to remediate an issue.
Agent code review works as it does today: Sandbox-validated suggestions on your pull requests, now one capability within a broader Agent.
You stay in control
Vercel Agent runs under its own identity and is bounded by the requesting user's permissions. It is read-only by default. When a task requires elevated access, Agent requests a scoped plan and makes no changes until you approve. Generated code runs in Vercel Sandbox before it reaches production, and elevated actions are attributed to the agent, the requester, and the approver.
Availability
Dashboard chat, investigations, and approved actions are in public beta for Pro and Enterprise teams. Rollout will be gradual. If you don't have access yet, you can request it in this form.
Simple requests, like finding a setting, explaining a DNS warning, or answering a docs question, are free for a limited number of messages during the beta. Requests that require Agent to investigate, plan, or write code are billed on demand: provider tokens at the underlying rate with no markup, plus a Vercel Token Rate of $0.25 per million tokens. This rate now also applies to Agent code review.
Learn more in the documentation.
Read more
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み