|
7 | 7 | <description><![CDATA[
|
8 | 8 | <p>The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI</p>
|
9 | 9 |
|
10 |
| - <h2>Agent capabilities</h2> |
| 10 | + <h2>Agentic coding experience</h2> |
| 11 | + <p>Amazon Q Developer uses information across native and MCP server-based tools to intelligently perform actions beyond code suggestions, such as reading files, generating code diffs, and running commands based on your natural language instruction. Simply type your prompt in your preferred language and Q Developer will provide continuous status updates and iteratively apply changes based on your feedback, helping you accomplish tasks faster.</p> |
| 12 | +
|
11 | 13 | <h3>Implement new features</h3>
|
12 |
| - <p><code>/dev</code> to task Amazon Q with generating new code across your entire project and implement features.</p> |
| 14 | + <p>Generate new code across your entire project and implement features.</p> |
13 | 15 |
|
14 | 16 | <h3>Generate documentation</h3>
|
15 |
| - <p><code>/doc</code> to task Amazon Q with writing API, technical design, and onboarding documentation.</p> |
| 17 | + <p>Write API, technical design, and onboarding documentation.</p> |
16 | 18 |
|
17 | 19 | <h3>Automate code reviews</h3>
|
18 |
| - <p><code>/review</code> to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.</p> |
| 20 | + <p>Perform code reviews, flagging suspicious code patterns and assessing deployment risk.</p> |
19 | 21 |
|
20 | 22 | <h3>Generate unit tests</h3>
|
21 |
| - <p><code>/test</code> to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.</p> |
| 23 | + <p>Generate unit tests and add them to your project, helping you improve code quality, fast.</p> |
22 | 24 |
|
23 | 25 | <h3>Transform workloads</h3>
|
24 | 26 | <p><code>/transform</code> to upgrade your Java applications in minutes, not weeks.</p>
|
25 | 27 |
|
26 | 28 | <h2>Core features</h2>
|
27 | 29 |
|
| 30 | + <h3>MCP support</h3> |
| 31 | + <p>Add Model Context Protocol (MCP) servers to give Amazon Q Developer access to important context.</p> |
| 32 | +
|
| 33 | + <h3>Inline suggestions</h3> |
| 34 | + <p>Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.</p> |
| 35 | + <p><i><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html">15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more</a></i></p> |
| 36 | +
|
28 | 37 | <h3>Inline chat</h3>
|
29 | 38 | <p>Seamlessly initial chat within the inline coding experience. Select a section of code that you need assistance with and initiate chat within the editor to request actions such as "Optimize this code", "Add comments", or "Write tests".</p>
|
30 | 39 |
|
31 | 40 | <h3>Chat</h3>
|
32 | 41 | <p>Generate code, explain code, and get answers about software development.</p>
|
33 | 42 |
|
34 |
| - <h3>Inline suggestions</h3> |
35 |
| - <p><Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.</p> |
36 |
| - <p><i><a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html">15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more</a></i></p> |
37 |
| -
|
38 | 43 | <h3>Code reference log</h3>
|
39 | 44 | <p>Attribute code from Amazon Q that is similar to training data. When code suggestions similar to training data are accepted, they will be added to the code reference log.</p>
|
40 | 45 |
|
|
0 commit comments