Skip to content

Commit 57285a8

Browse files
author
aws-toolkit-automation
committed
Release 1.76.0
1 parent cbdb71f commit 57285a8

7 files changed

+27
-15
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.

packages/amazonq/.changes/1.76.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-06-18",
3+
"version": "1.76.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "/transform: only show lines of code statistic in plan"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Add model selection feature"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Pin context items in chat and manage workspace rules"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-665b0f02-d6fe-4cfc-ac52-564f35d12aa5.json

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

packages/amazonq/.changes/next-release/Feature-35bcb9ac-0cc5-456f-8159-765a6deb3b47.json

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

packages/amazonq/.changes/next-release/Feature-3bbb9f7b-e344-4522-9e33-9d966214ef0c.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.76.0 2025-06-18
2+
3+
- **Bug Fix** /transform: only show lines of code statistic in plan
4+
- **Feature** Add model selection feature
5+
- **Feature** Pin context items in chat and manage workspace rules
6+
17
## 1.75.0 2025-06-13
28

39
- Miscellaneous non-user-facing changes

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
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 building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.76.0-SNAPSHOT",
5+
"version": "1.76.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)