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.

18 changes: 18 additions & 0 deletions packages/amazonq/.changes/1.84.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-07-17",
"version": "1.84.0",
"entries": [
{
"type": "Bug Fix",
"description": "Slightly delay rendering inline completion when user is typing"
},
{
"type": "Bug Fix",
"description": "Render first response before receiving all paginated inline completion results"
},
{
"type": "Feature",
"description": "Explain and Fix for any issue in Code Issues panel will pull the experience into chat. Also no more view details tab."
}
]
}

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.84.0 2025-07-17

- **Bug Fix** Slightly delay rendering inline completion when user is typing
- **Bug Fix** Render first response before receiving all paginated inline completion results
- **Feature** Explain and Fix for any issue in Code Issues panel will pull the experience into chat. Also no more view details tab.

## 1.83.0 2025-07-09

- **Feature** Amazon Q /test, /doc, and /dev capabilities integrated into Agentic coding.
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.84.0-SNAPSHOT",
"version": "1.85.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading