Skip to content

Commit e70b5ce

Browse files
authored
Merge pull request #7782 from abhraina-aws/marketing
fix(amazonq): update the marketing message for the Amazon Q plugin in VSCode marketplace
2 parents 0fcd624 + 8e11197 commit e70b5ce

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

packages/amazonq/README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,47 @@
33
[![Youtube Channel Views](https://img.shields.io/youtube/channel/views/UCd6MoB9NC6uYN2grvUNT-Zg?style=flat-square&logo=youtube&label=Youtube)](https://www.youtube.com/@amazonwebservices)
44
![Marketplace Installs](https://img.shields.io/vscode-marketplace/i/AmazonWebServices.amazon-q-vscode.svg?label=Installs&style=flat-square)
55

6-
# Agent capabilities
6+
# Agentic coding experience
7+
8+
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.
79

810
### Implement new features
911

10-
`/dev` to task Amazon Q with generating new code across your entire project and implement features.
12+
Generate new code across your entire project and implement features.
1113

1214
### Generate documentation
1315

14-
`/doc` to task Amazon Q with writing API, technical design, and onboarding documentation.
16+
Write API, technical design, and onboarding documentation.
1517

1618
### Automate code reviews
1719

18-
`/review` to ask Amazon Q to perform code reviews, flagging suspicious code patterns and assessing deployment risk.
20+
Perform code reviews, flagging suspicious code patterns and assessing deployment risk.
1921

2022
### Generate unit tests
2123

22-
`/test` to ask Amazon Q to generate unit tests and add them to your project, helping you improve code quality, fast.
23-
24-
### Transform workloads
25-
26-
`/transform` to upgrade your Java applications in minutes, not weeks.
24+
Generate unit tests and add them to your project, helping you improve code quality, fast.
2725

2826
<br>
2927

3028
# Core features
3129

32-
### Inline chat
33-
34-
Seamlessly initiate 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".
35-
36-
### Chat
30+
### MCP support
3731

38-
Generate code, explain code, and get answers about software development.
32+
Add Model Context Protocol (MCP) servers to give Amazon Q Developer access to important context.
3933

4034
### Inline suggestions
4135

4236
Receive real-time code suggestions ranging from snippets to full functions based on your comments and existing code.
4337

4438
[_15+ languages supported including Python, TypeScript, Rust, Terraform, AWS Cloudformation, and more_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/q-language-ide-support.html)
4539

46-
### Code reference log
40+
### Inline chat
41+
42+
Seamlessly 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".
4743

48-
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.
44+
### Chat
45+
46+
Generate code, explain code, and get answers about software development.
4947

5048
<br>
5149

@@ -55,8 +53,6 @@ Attribute code from Amazon Q that is similar to training data. When code suggest
5553

5654
**Pro Tier** - if your organization is on the Amazon Q Developer Pro tier, log in with single sign-on.
5755

58-
![Authentication gif](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/HEAD/docs/marketplace/vscode/amazonq/auth-Q.gif)
59-
6056
# Troubleshooting & feedback
6157

6258
[File a bug](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=bug&projects=&template=bug_report.md) or [submit a feature request](https://github.com/aws/aws-toolkit-vscode/issues/new?assignees=&labels=feature-request&projects=&template=feature_request.md) on our Github repository.

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
4-
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
4+
"description": "The most capable generative AIpowered assistant for software development.",
55
"version": "1.86.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"

0 commit comments

Comments
 (0)