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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/amazonq/.changes/1.102.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"date": "2025-10-30",
"version": "1.102.0",
"entries": []
}
4 changes: 4 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.102.0 2025-10-30

- Miscellaneous non-user-facing changes

## 1.101.0 2025-10-22

- Miscellaneous non-user-facing changes
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.102.0-SNAPSHOT",
"version": "1.103.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.82.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-10-30",
"version": "3.82.0",
"entries": [
{
"type": "Feature",
"description": "Lambda AppBuilder: Now you can install Finch from the AppBuilder walkthrough"
}
]
}
4 changes: 4 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.82.0 2025-10-30

- **Feature** Lambda AppBuilder: Now you can install Finch from the AppBuilder walkthrough

## 3.81.0 2025-10-22

- Miscellaneous non-user-facing changes
Expand Down
6 changes: 3 additions & 3 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.82.0-SNAPSHOT",
"version": "3.83.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down Expand Up @@ -4546,7 +4546,7 @@
"description": "%AWS.toolkit.lambda.walkthrough.description%",
"when": "workspacePlatform != webworker",
"steps": [
{
{
"id": "toolInstallWindows",
"title": "%AWS.toolkit.lambda.walkthrough.toolInstall.title%",
"description": "%AWS.toolkit.lambda.walkthrough.toolInstall.description.windows%",
Expand All @@ -4564,7 +4564,7 @@
"image": "./resources/walkthrough/appBuilder/install.png",
"altText": "Showing GUI installer"
},
"when": "!isWindows"
"when": "!isWindows"
},
{
"id": "chooseTemplate",
Expand Down
Loading