Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.

18 changes: 18 additions & 0 deletions packages/amazonq/.changes/1.92.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-08-28",
"version": "1.92.0",
"entries": [
{
"type": "Feature",
"description": "Amazon Q supports admin control for MCP servers to restrict MCP server usage"
},
{
"type": "Feature",
"description": "Enabling dynamic model fetching capabilities in Amazon Q chat"
},
{
"type": "Feature",
"description": "Amazon Q: Support for configuring and utilizing remote MCP servers."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.92.0 2025-08-28

- **Feature** Amazon Q supports admin control for MCP servers to restrict MCP server usage
- **Feature** Enabling dynamic model fetching capabilities in Amazon Q chat
- **Feature** Amazon Q: Support for configuring and utilizing remote MCP servers.

## 1.91.0 2025-08-22

- **Bug Fix** Enable inline completion in Jupyter Notebook
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": "1.92.0-SNAPSHOT",
"version": "1.92.0",
"extensionKind": [
"workspace"
],
Expand Down
Loading