Skip to content

Commit

Permalink
Merge master into feature/sdkv3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Mar 6, 2025
2 parents 1f061a0 + 01d6ed2 commit 236c4cd
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions packages/amazonq/.changes/1.50.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"date": "2025-03-06",
"version": "1.50.0",
"entries": [
{
"type": "Bug Fix",
"description": "/doc: Usage in multiple chat tabs may cause unexpected behavior."
},
{
"type": "Bug Fix",
"description": "/review: subsequent reviews weren't possible"
},
{
"type": "Feature",
"description": "Amazon Q chat: Use `@` to add folders, files, and saved prompts as context"
},
{
"type": "Feature",
"description": "Amazon Q chat: increase chat input height to 3 lines"
},
{
"type": "Feature",
"description": "Amazon Q chat: Show list of files sent as context in chat response"
},
{
"type": "Feature",
"description": "Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory"
},
{
"type": "Test",
"description": "add Q Chat /review command test coverage"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.50.0 2025-03-06

- **Bug Fix** /doc: Usage in multiple chat tabs may cause unexpected behavior.
- **Bug Fix** /review: subsequent reviews weren't possible
- **Feature** Amazon Q chat: Use `@` to add folders, files, and saved prompts as context
- **Feature** Amazon Q chat: increase chat input height to 3 lines
- **Feature** Amazon Q chat: Show list of files sent as context in chat response
- **Feature** Amazon Q chat: Add support for `.md` file rules in workspace-level `.amazonq/rules` directory
- **Test** add Q Chat /review command test coverage

## 1.49.0 2025-02-27

- **Bug Fix** Amazon Q /test: Unit test generation displays an inaccurate diff view for non-primary packages in the workspace.
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
"version": "1.50.0-SNAPSHOT",
"version": "1.51.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 236c4cd

Please sign in to comment.