Skip to content

Commit 975f0d0

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 353a65c + 01d6ed2 commit 975f0d0

11 files changed

+46
-30
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2025-03-06",
3+
"version": "1.50.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "/doc: Usage in multiple chat tabs may cause unexpected behavior."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "/review: subsequent reviews weren't possible"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q chat: Use `@` to add folders, files, and saved prompts as context"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Amazon Q chat: increase chat input height to 3 lines"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Amazon Q chat: Show list of files sent as context in chat response"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory"
28+
},
29+
{
30+
"type": "Test",
31+
"description": "add Q Chat /review command test coverage"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Bug Fix-4f4a3fc1-a25a-4c26-abe8-8de424ddaabd.json

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

packages/amazonq/.changes/next-release/Bug Fix-c2494a35-1254-4920-abec-2fb44a15ac1d.json

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

packages/amazonq/.changes/next-release/Feature-1707f610-2dde-4af1-b704-0e541efb7c4a.json

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

packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json

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

packages/amazonq/.changes/next-release/Feature-dc148db8-5936-478c-a8cf-909d0885105b.json

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

packages/amazonq/.changes/next-release/Feature-f0e30c17-67f5-4538-a109-e7acf203a76c.json

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

packages/amazonq/.changes/next-release/Test-de93b6df-6192-4718-8b64-080cfc770827.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.50.0 2025-03-06
2+
3+
- **Bug Fix** /doc: Usage in multiple chat tabs may cause unexpected behavior.
4+
- **Bug Fix** /review: subsequent reviews weren't possible
5+
- **Feature** Amazon Q chat: Use `@` to add folders, files, and saved prompts as context
6+
- **Feature** Amazon Q chat: increase chat input height to 3 lines
7+
- **Feature** Amazon Q chat: Show list of files sent as context in chat response
8+
- **Feature** Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory
9+
- **Test** add Q Chat /review command test coverage
10+
111
## 1.49.0 2025-02-27
212

313
- **Bug Fix** Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace.

0 commit comments

Comments
 (0)