Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

26 changes: 26 additions & 0 deletions packages/amazonq/.changes/2.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date": "2026-04-30",
"version": "2.1.0",
"entries": [
{
"type": "Bug Fix",
"description": "fix: properly send folder context when calling @folder"
},
{
"type": "Deprecation",
"description": "deprecate: remove @workspace indexing functionality"
},
{
"type": "Feature",
"description": "Link users to new AWS Transform VS Code plugin and Kiro Power"
},
{
"type": "Removal",
"description": "Internal infrastructure update: repository separation and architectural migration. No user-facing changes or breaking API modifications."
},
{
"type": "Removal",
"description": "Add UI surfacing Amazon Q Developer plugins end-of-support notice to users"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.1.0 2026-04-30

- **Bug Fix** fix: properly send folder context when calling @folder
- **Deprecation** deprecate: remove @workspace indexing functionality
- **Feature** Link users to new AWS Transform VS Code plugin and Kiro Power
- **Removal** Internal infrastructure update: repository separation and architectural migration. No user-facing changes or breaking API modifications.
- **Removal** Add UI surfacing Amazon Q Developer plugins end-of-support notice to users

## 2.0.0 2026-04-02

- Miscellaneous non-user-facing changes
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 software development.",
"version": "2.1.0-SNAPSHOT",
"version": "2.2.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading