Skip to content

Commit 66e6543

Browse files
Merge master into feature/hybridChat-local
2 parents e997cf1 + 1619e6b commit 66e6543

9 files changed

+32
-13
lines changed

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazonq/.changes/1.67.0.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-05-14",
3+
"version": "1.67.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Previous and subsequent cells are used as context for completion in a Jupyter notebook"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Support chat in AL2 aarch64"
12+
}
13+
]
14+
}

packages/amazonq/.changes/next-release/Bug Fix-9b0e6490-39a8-445f-9d67-9d762de7421c.json

-4
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-bb976b5f-7697-42d8-89a9-8e96310a23f4.json

-4
This file was deleted.

packages/amazonq/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.67.0 2025-05-14
2+
3+
- **Bug Fix** Previous and subsequent cells are used as context for completion in a Jupyter notebook
4+
- **Bug Fix** Support chat in AL2 aarch64
5+
16
## 1.66.0 2025-05-09
27

38
- **Bug Fix** Avoid inline completion 'Improperly formed request' errors when file is too large

packages/amazonq/package.json

+1-1
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.67.0-SNAPSHOT",
5+
"version": "1.68.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

packages/toolkit/.changes/3.61.0.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"date": "2025-05-14",
3+
"version": "3.61.0",
4+
"entries": []
5+
}

packages/toolkit/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.61.0 2025-05-14
2+
3+
- Miscellaneous non-user-facing changes
4+
15
## 3.60.0 2025-05-06
26

37
- Miscellaneous non-user-facing changes

packages/toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.61.0-SNAPSHOT",
5+
"version": "3.62.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)