Skip to content

Commit 67225e2

Browse files
authored
feat(amazonq): Add inline chat (#5835)
## Problem Adds inline chat to Amazon Q ## Solution License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e14e285 commit 67225e2

31 files changed

+1736
-160
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@aws-toolkits/telemetry": "^1.0.272",
4343
"@playwright/browser-chromium": "^1.43.1",
44+
"@types/he": "^1.2.3",
4445
"@types/vscode": "^1.68.0",
4546
"@types/vscode-webview": "^1.57.1",
4647
"@types/webpack-env": "^1.18.5",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Breaking Change",
3+
"description": "Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Use inline chat to select code and transform it with natural language instructions"
4+
}

0 commit comments

Comments
 (0)