
Amazon Q 開発者エージェントは、生成されたコードをリアルタイムで検証するためにビルドとテストを実行するようになりました
本記事は、2025 年 1 月31 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
本日、Amazon Q Developer は、開発者がレビューする前にコードを検証するために、生成されたコードに対してビルドおよびテスト スクリプトを実行できる、改良されたソフトウェア開発エージェントを発表しました。この新しい機能は、エラーを検出し、生成されたコードがプロジェクトの現在の状態と同期していることを確認し、最初の反復でより高品質のコードを生成することで開発プロセスを加速します。
開発者の自然言語入力リクエストとプロジェクト固有のコンテキストを使用して、Amazon Q Developer エージェントは、複雑な複数ファイルの機能とバグ修正の実装を支援するように設計されています。エージェントは、既存のコードベースを分析し、必要なコード変更を行い、選択されたビルドおよびテスト コマンドを実行して、コードが期待どおりに機能していることを確認します。
エラーが見つかった場合、エージェントは開発者のレビューを要求する前にコードを反復します。プロセス全体を通じて、エージェントは開発者とのリアルタイム接続を維持し、変更が行われると更新を提供します。Amazon Q が Devfile を通じて実行するコマンドを制御することで、開発プロセスをカスタマイズして精度を向上させることができます。
ソフトウェア開発用の Amazon Q Developer エージェントは、Q Developer が利用可能なすべての AWS リージョンで JetBrains および Visual Studio Code IDE で利用できます。
Amazon Q Developer の詳細については、サービス概要ページをご覧ください。この発表の詳細とソフトウェア開発用の Amazon Q Developer エージェントの使用を開始する方法については、AWS DevOps & Developer Productivity ブログをご覧ください。
原文
Today, Amazon Q Developer announces an improved software development agent capable of running build and test scripts on generated code to validate the code before the developers review. This new capability detects errors, ensures generated code is in sync with the project’s current state, and accelerates the development process by producing higher quality code on the first iteration.
With the developer’s natural language input request and project-specific context, the Amazon Q Developer agent is designed to assist in implementing complex multi-file features and bug fixes. The agent will analyze the existing codebase, make necessary code changes, and run the selected build and test commands to ensure the code is working as expected. Where errors are found, the agent will iterate on the code prior to requesting the developer’s review. Throughout the process, the agent maintains a real-time connection with the developer, providing updates as changes are made. With control over what commands Amazon Q runs through a Devfile, you can customize the development process for better accuracy.
The Amazon Q Developer agent for software development is available for JetBrains and Visual Studio Code IDEs in all AWS regions where Q Developer is available.
To learn more about Amazon Q Developer, visit the service overview page. For more details about this announcement and how to get started using the Amazon Q Developer agent for software development, read the AWS DevOps & Developer Productivity blog.
引用元:Amazon Q Developer agent now runs builds and tests to validate generated code in real time