Skip to content

Commit 1e2d80f

Browse files
authored
Merge branch 'feature/editable_diffview' into feature/editable_diffview
2 parents 8c5666b + 1e376d6 commit 1e2d80f

File tree

192 files changed

+31494
-1589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+31494
-1589
lines changed

.github/workflows/lintcommit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const scopes = new Set([
5757
'telemetry',
5858
'toolkit',
5959
'ui',
60+
'sagemakerunifiedstudio',
6061
])
6162
void scopes
6263

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ src.gen/*
3232
**/src/codewhisperer/client/codewhispererclient.d.ts
3333
**/src/codewhisperer/client/codewhispereruserclient.d.ts
3434
**/src/auth/sso/oidcclientpkce.d.ts
35+
**/src/sagemakerunifiedstudio/shared/client/gluecatalogapi.d.ts
36+
**/src/sagemakerunifiedstudio/shared/client/sqlworkbench.d.ts
3537

3638
# Generated by tests
3739
**/src/testFixtures/**/bin

package-lock.json

Lines changed: 4227 additions & 829 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-08-22",
3+
"version": "1.91.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Enable inline completion in Jupyter Notebook"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Amazon Q supports admin control for MCP servers to restrict MCP server usage"
12+
}
13+
]
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-08-28",
3+
"version": "1.92.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q supports admin control for MCP servers to restrict MCP server usage"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Enabling dynamic model fetching capabilities in Amazon Q chat"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q: Support for configuring and utilizing remote MCP servers."
16+
}
17+
]
18+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"date": "2025-09-05",
3+
"version": "1.93.0",
4+
"entries": []
5+
}

packages/amazonq/.changes/next-release/Bug Fix-f80b74d6-d598-4d64-ae80-a7da47fecc32.json

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

packages/amazonq/.changes/next-release/Feature-5e9de7e7-cf7b-4ed3-824f-062b82b3f4b9.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.93.0 2025-09-05
2+
3+
- Miscellaneous non-user-facing changes
4+
5+
## 1.92.0 2025-08-28
6+
7+
- **Feature** Amazon Q supports admin control for MCP servers to restrict MCP server usage
8+
- **Feature** Enabling dynamic model fetching capabilities in Amazon Q chat
9+
- **Feature** Amazon Q: Support for configuring and utilizing remote MCP servers.
10+
11+
## 1.91.0 2025-08-22
12+
13+
- **Bug Fix** Enable inline completion in Jupyter Notebook
14+
- **Feature** Amazon Q supports admin control for MCP servers to restrict MCP server usage
15+
116
## 1.90.0 2025-08-15
217

318
- Miscellaneous non-user-facing changes

packages/amazonq/package.json

Lines changed: 3 additions & 3 deletions
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.91.0-SNAPSHOT",
5+
"version": "1.94.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
@@ -925,7 +925,7 @@
925925
},
926926
{
927927
"command": "aws.amazonq.fixCode",
928-
"win": "win+alt+y",
928+
"win": "win+alt+h",
929929
"mac": "cmd+alt+y",
930930
"linux": "meta+alt+y"
931931
},
@@ -943,7 +943,7 @@
943943
},
944944
{
945945
"command": "aws.amazonq.generateUnitTests",
946-
"key": "win+alt+t",
946+
"key": "win+alt+n",
947947
"mac": "cmd+alt+t",
948948
"linux": "meta+alt+t"
949949
},

0 commit comments

Comments
 (0)