Skip to content

Commit ebc2dd8

Browse files
Merge master into feature/ui-e2e-tests
2 parents e7c1e7e + 1b7d035 commit ebc2dd8

7 files changed

+26
-14
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.

packages/amazonq/.changes/1.83.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-07-09",
3+
"version": "1.83.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q /test, /doc, and /dev capabilities integrated into Agentic coding."
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Added image support to Amazon Q chat, users can now upload images from their local file system"
12+
},
13+
{
14+
"type": "Removal",
15+
"description": "Deprecate \"amazon q is generating...\" UI for inline suggestion"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Feature-a37e21b7-a68f-4554-92c9-9db35c0a3e51.json

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

packages/amazonq/.changes/next-release/Feature-a93aa3b3-83cd-45bb-81d9-4ad25e783300.json

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

packages/amazonq/.changes/next-release/Removal-083c6e6d-e543-4df7-86ae-0c0f8c0a27ee.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.83.0 2025-07-09
2+
3+
- **Feature** Amazon Q /test, /doc, and /dev capabilities integrated into Agentic coding.
4+
- **Feature** Added image support to Amazon Q chat, users can now upload images from their local file system
5+
- **Removal** Deprecate "amazon q is generating..." UI for inline suggestion
6+
17
## 1.82.0 2025-07-07
28

39
- **Bug Fix** Prompt re-authenticate if auto trigger failed with expired token

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.83.0-SNAPSHOT",
5+
"version": "1.84.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)