Skip to content
Closed
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
7 changes: 4 additions & 3 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/amazonq/.changes/1.63.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2025-05-01",
"version": "1.63.0",
"entries": [
{
"type": "Bug Fix",
"description": "Q profile selection hangs when a region is blocked"
},
{
"type": "Feature",
"description": "Agentic coding experience: Amazon Q can now write code and run shell commands on your behalf"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.63.0 2025-05-01

- **Bug Fix** Q profile selection hangs when a region is blocked
- **Feature** Agentic coding experience: Amazon Q can now write code and run shell commands on your behalf

## 1.62.0 2025-04-25

- **Bug Fix** Toast message to warn users if Developer Profile is not selected
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.63.0-SNAPSHOT",
"version": "1.64.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.57.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-05-01",
"version": "3.57.0",
"entries": [
{
"type": "Feature",
"description": "AppBuilder: unchecking the 'Attach a debugger' checkbox in local invoke webview invokes the function without a debugger"
}
]
}

This file was deleted.

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.57.0 2025-05-01

- **Feature** AppBuilder: unchecking the 'Attach a debugger' checkbox in local invoke webview invokes the function without a debugger

## 3.56.0 2025-04-25

- Miscellaneous non-user-facing changes
Expand Down
2 changes: 1 addition & 1 deletion 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.57.0-SNAPSHOT",
"version": "3.58.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading