Skip to content

Commit 100885d

Browse files
authored
chore: update extensions for marketplace (aws#4873)
* chore: update extensions for marketplace - update ext versions (toolkit -> 3.0.0, amazon q -> 1.0.0) - update package.jsons - add gifs for READMEs - update toolkit README, add amazon q README todo (in another PR): - verify changelog items - add initial changelog item for amazon Q - add changelog item to toolkit for removing Q from toolkit * update package-lock.json * change h3 to h2
1 parent dc63c93 commit 100885d

File tree

14 files changed

+95
-31
lines changed

14 files changed

+95
-31
lines changed
2.02 MB
Loading
1.81 MB
Loading
2.91 MB
Loading
305 KB
Loading
1.68 MB
Loading
334 KB
Loading
1.95 MB
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazonq/README.md

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
1-
This is an unreleased, unsupported test build for beta testers.
1+
Amazon Q is your generative AI-powered assistant across the software development lifecycle.
22

3-
## License
3+
## Inline code suggestions
44

5-
This extension is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
5+
Code faster with inline code suggestions as you type.
6+
![Inline code suggestion demo](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/inline.gif)
7+
<sub>[_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)</sub>
8+
9+
## Chat
10+
11+
Generate code, explain code, and get answers to questions about software development.
12+
![Generate code using chat](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/chat.gif)
13+
14+
## Security scans
15+
16+
Analyze and fix security vulnerabilities in your project.
17+
18+
![Fix security vulnerability demo](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/security-scan.gif)
19+
<sub>[_10 languages supported including Python, TypeScript, C#, and more_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/security-scans.html)</sub>
20+
21+
## Agent for software development
22+
23+
Amazon Q can plan and implement new functionality across multiple files in your workspace.
24+
<sub>Type “/” in chat to open the quick actions menu and choose the “/dev” action.</sub>
25+
26+
![Agent for software development demo](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/dev.gif)
27+
28+
<sub> _Note - this demo has been trimmed, Amazon Q can take several minutes to generate the plan and code_</sub>
29+
30+
## Agent for code transformation
31+
32+
Upgrade your Java applications in minutes, not weeks.
33+
34+
<sub>Type “/” in chat to open the quick actions menu and choose the “/transform” action.</sub>
35+
36+
![Agent for code transformation demo](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/transform.png)
37+
<sub>[_Currently supports upgrading Java 8 or 11 Maven projects to Java 17_](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-transformation.html#prerequisites)</sub>
38+
39+
## Code reference log
40+
41+
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.
42+
43+
## Getting Started
44+
45+
**Free Tier** - create or log in with an AWS Builder ID (no AWS account needed!).
46+
47+
**Pro Tier** - if your organization is on the Amazon Q Developer Pro tier, log in with single sign-on.
48+
49+
![Authentication gif](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/docs/marketplace/vscode/amazonq/auth-Q.gif)
50+
51+
## Troubleshooting & feedback
52+
53+
[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: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,40 @@
11
{
22
"name": "amazon-q-vscode",
3-
"displayName": "Standalone Test",
4-
"description": "",
5-
"version": "0.21.0-SNAPSHOT",
3+
"displayName": "Amazon Q",
4+
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5+
"version": "1.0.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
99
"publisher": "amazonwebservices",
1010
"icon": "resources/marketplace/amazonq-icon-256x256.png",
1111
"license": "Apache-2.0",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/aws/aws-toolkit-vscode"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/aws/aws-toolkit-vscode/issues"
18+
},
1219
"galleryBanner": {
1320
"color": "#232F3E",
1421
"theme": "dark"
1522
},
16-
"categories": [],
17-
"keywords": [],
18-
"preview": true,
19-
"qna": false,
23+
"categories": [
24+
"Programming Languages",
25+
"Education",
26+
"Snippets",
27+
"Machine Learning"
28+
],
29+
"keywords": [
30+
"AWS",
31+
"Codewhisperer",
32+
"AI",
33+
"Assistant",
34+
"Chatbot"
35+
],
36+
"preview": false,
37+
"qna": "https://github.com/aws/aws-toolkit-vscode/issues",
2038
"activationEvents": [
2139
"onStartupFinished",
2240
"onUri",

0 commit comments

Comments
 (0)