Skip to content

Commit 4c12f0b

Browse files
Will-ShaoHualaileni-aws
authored andcommitted
build(amazonq): merge release candidate version rc-20260226 (aws#8625)
## Problem ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Co-authored-by: aws-toolkit-automation <> Co-authored-by: Laxman Reddy <141967714+laileni-aws@users.noreply.github.com>
1 parent 9432e57 commit 4c12f0b

17 files changed

Lines changed: 453 additions & 453 deletions

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ jobs:
5858
- name: vsix
5959
run: |
6060
npm run createRelease -w packages/toolkit -w packages/amazonq # Generate CHANGELOG.md
61+
npm run -w packages/sagemaker-ssh-kiro package # Must be built before toolkit (toolkit embeds it)
6162
npm run -w packages/toolkit package -- --feature "$FEAT_NAME"
6263
npm run -w packages/amazonq package -- --feature "$FEAT_NAME"
63-
rm -f sagemaker-ssh-kiro-*.vsix # Remove standalone VSIX; it's already embedded inside toolkit
64+
rm -f sagemaker-ssh-kiro-*.vsix # Remove standalone VSIX; it's already embedded inside toolkit VSIX
6465
- uses: actions/upload-artifact@v4
6566
with:
6667
name: artifacts

LICENSE-THIRD-PARTY

Lines changed: 396 additions & 423 deletions
Large diffs are not rendered by default.

buildspec/packageTestVsix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ phases:
2727
- export HOME=/home/codebuild-user
2828
# Generate CHANGELOG.md
2929
- npm run createRelease -w packages/toolkit -w packages/amazonq
30+
- npm run package -w packages/sagemaker-ssh-kiro # Must be built before toolkit (toolkit embeds it)
3031
- npm run package -w packages/toolkit -w packages/amazonq
32+
- rm -f sagemaker-ssh-kiro-*.vsix # Remove standalone VSIX; it's already embedded inside toolkit VSIX
3133

3234
artifacts:
3335
files:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"testWeb": "npm run testWeb -w packages/ --if-present",
3030
"testE2E": "npm run testE2E -w packages/ --if-present",
3131
"testInteg": "npm run testInteg -w packages/ --if-present",
32-
"package": "npm run package -w packages/toolkit -w packages/amazonq",
32+
"package": "npm run package -w packages/sagemaker-ssh-kiro && npm run package -w packages/toolkit -w packages/amazonq && rm -f sagemaker-ssh-kiro-*.vsix",
3333
"newChange": "echo 'Must specify subproject/workspace with -w packages/<subproject>' && false",
3434
"createRelease": "echo 'Must specify subproject/workspace with -w packages/<subproject>' && false",
3535
"lint": "npm run lint -w packages/ --if-present",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2026-02-26",
3+
"version": "1.111.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "fix: inline chat fails to revert to original state after users reject"
8+
}
9+
]
10+
}

packages/amazonq/.changes/next-release/Bug Fix-00d5a036-67d6-46fe-925b-48d55d647a3f.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.111.0 2026-02-26
2+
3+
- **Bug Fix** fix: inline chat fails to revert to original state after users reject
4+
15
## 1.110.0 2026-02-16
26

37
- **Bug Fix** Amazon Q Chat: Fix chat history restoration to display rich UI elements and persist user preferences

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 software development.",
5-
"version": "1.111.0-SNAPSHOT",
5+
"version": "1.112.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2026-02-26",
3+
"version": "3.97.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Adds a confirmation prompt before initiating console credential login (aws login) when opening a Lambda function in VS Code. Improves clarity around prerequisites and reduces unexpected login cancellations."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Lamdbda: Console-to-IDE transition shows \"Connection does not exist\" error when console login is cancelled or fail."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "AI assistants are able to receive SageMaker Unified Studio context when connected to a Space"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "This update enhances HyperPod Space connectivity in the Toolkit by adding reconnection support. In the event of a connection disruption, users can now seamlessly reconnect to their existing session and resume work without losing in-progress changes."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "SageMaker Studio users can now connect to Spaces from Kiro IDE"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)