Skip to content

Commit 584d0a7

Browse files
author
aws-toolkit-automation
committed
Release 1.31.0
1 parent e57e155 commit 584d0a7

11 files changed

+47
-31
lines changed

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.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"date": "2024-10-29",
3+
"version": "1.31.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Inline Suggestions: Occasional `ValidationException` if user context has too many characters."
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Update `@workspace` index when adding or deleting a file"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "fixed device code detection when running auth through tunneled vscode"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Use inline chat to select code and transform it with natural language instructions"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q /dev: Add stop generation action"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "Provide more frequent updates about code changes made by agent"
32+
}
33+
]
34+
}

packages/amazonq/.changes/next-release/Breaking Change-912fe720-0d1b-40a3-8638-f9a4d2948904.json

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

packages/amazonq/.changes/next-release/Bug Fix-279c3a22-246e-41ca-9a42-3e446cdb9565.json

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

packages/amazonq/.changes/next-release/Bug Fix-59d88db7-cfd5-41da-9a63-2a6391b27add.json

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

packages/amazonq/.changes/next-release/Bug Fix-771c645f-eeea-4da5-b2d2-4315dfad9506.json

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

packages/amazonq/.changes/next-release/Feature-31cd9ad4-1e6b-4f05-b910-11c5059bd2fa.json

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

packages/amazonq/.changes/next-release/Feature-3f18ffa1-f90f-4ceb-8af9-a913a56cd5ce.json

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

packages/amazonq/.changes/next-release/Feature-4540d7be-edc2-42ce-b7e7-6f04b2bd9106.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.31.0 2024-10-29
2+
3+
- **Breaking Change** Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux
4+
- **Bug Fix** Inline Suggestions: Occasional `ValidationException` if user context has too many characters.
5+
- **Bug Fix** Update `@workspace` index when adding or deleting a file
6+
- **Bug Fix** fixed device code detection when running auth through tunneled vscode
7+
- **Feature** Use inline chat to select code and transform it with natural language instructions
8+
- **Feature** Amazon Q /dev: Add stop generation action
9+
- **Feature** Provide more frequent updates about code changes made by agent
10+
111
## 1.30.0 2024-10-17
212

313
- **Bug Fix** Various fixes and changes

0 commit comments

Comments
 (0)