Skip to content

Commit b67e35f

Browse files
authored
Merge branch 'aws:master' into master
2 parents 7afbcab + 8b02b85 commit b67e35f

21 files changed

+71
-285
lines changed

package-lock.json

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

packages/amazonq/.changes/1.51.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2025-03-12",
3+
"version": "1.51.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "increase scan timeout to reduce front-end timeout errors"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q chat: Create a new prompt form does not autofocus or submit with Enter press"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "/review: Zip files are created with the wrong file path for file scans in multifolder workspaces."
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "/review: Invalid file path characters caused some detections to be skipped on Windows"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon Q Chat: You can now keep a \"library\" of prompt files in your home directory under `~/.aws/amazonq/prompts` and then quickly add them to the context using `@` on any project you’re working on. Prompt files are in markdown (`.md`) format."
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "/review: show code diff for fix preview"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "/test: display test plan summary in chat after generating tests"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Bug Fix-4f680a31-ba5e-4baa-9984-666e0c1c2b72.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-917c4c75-6019-4d7d-a246-0248cf2be55d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-b89574ec-9f50-4b4c-b548-30bfce5d0999.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Feature-5950fb35-8db4-4794-878e-e981c754d912.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Feature-6192cfc5-c6cb-4302-bfcf-ec90cac95b72.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Feature-96409066-931c-4488-b943-7bee68626547.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.51.0 2025-03-12
2+
3+
- **Bug Fix** increase scan timeout to reduce front-end timeout errors
4+
- **Bug Fix** Amazon Q chat: Create a new prompt form does not autofocus or submit with Enter press
5+
- **Bug Fix** /review: Zip files are created with the wrong file path for file scans in multifolder workspaces.
6+
- **Bug Fix** /review: Invalid file path characters caused some detections to be skipped on Windows
7+
- **Feature** Amazon Q Chat: You can now keep a "library" of prompt files in your home directory under `~/.aws/amazonq/prompts` and then quickly add them to the context using `@` on any project you’re working on. Prompt files are in markdown (`.md`) format.
8+
- **Feature** /review: show code diff for fix preview
9+
- **Feature** /test: display test plan summary in chat after generating tests
10+
111
## 1.50.0 2025-03-06
212

313
- **Bug Fix** /doc: Usage in multiple chat tabs may cause unexpected behavior.

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.51.0-SNAPSHOT",
5+
"version": "1.52.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)