Skip to content

Commit 19ad3a6

Browse files
chore(release): release packages from branch main
1 parent d6f84db commit 19ad3a6

File tree

16 files changed

+128
-29
lines changed

16 files changed

+128
-29
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"chat-client": "0.1.9",
3-
"core/aws-lsp-core": "0.0.7",
4-
"server/aws-lsp-antlr4": "0.1.7",
5-
"server/aws-lsp-codewhisperer": "0.0.37",
6-
"server/aws-lsp-json": "0.1.7",
7-
"server/aws-lsp-partiql": "0.0.8",
8-
"server/aws-lsp-yaml": "0.1.7"
2+
"chat-client": "0.1.10",
3+
"core/aws-lsp-core": "0.0.8",
4+
"server/aws-lsp-antlr4": "0.1.8",
5+
"server/aws-lsp-codewhisperer": "0.0.38",
6+
"server/aws-lsp-json": "0.1.8",
7+
"server/aws-lsp-partiql": "0.0.9",
8+
"server/aws-lsp-yaml": "0.1.8"
99
}

chat-client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.10](https://github.com/aws/language-servers/compare/chat-client/v0.1.9...chat-client/v0.1.10) (2025-05-13)
4+
5+
6+
### Features
7+
8+
* **amazonq:** telemetry for chat history and export ([#1314](https://github.com/aws/language-servers/issues/1314)) ([aaa08a4](https://github.com/aws/language-servers/commit/aaa08a4f29ac34f85ec9badf975d6e2e8d114627))
9+
10+
11+
### Bug Fixes
12+
13+
* **amazonq:** 500k max input limit in user input box. Align payload prompt with user typed prompt. ([#1325](https://github.com/aws/language-servers/issues/1325)) ([3338cc1](https://github.com/aws/language-servers/commit/3338cc1b5dcfd375385d7db2fa693870687dba8a))
14+
* open initial tab using mynahUI defaults instead of waiting for ChatOptions ([#1322](https://github.com/aws/language-servers/issues/1322)) ([87178a5](https://github.com/aws/language-servers/commit/87178a554f23decb45fbdf26f067d0d9801f91a0))
15+
* remove @ mention in placeholder q chat text if agentic mode not available ([#1311](https://github.com/aws/language-servers/issues/1311)) ([28f84fc](https://github.com/aws/language-servers/commit/28f84fc82fd5e55ec1cdc61d1bcca6e4e447b12f))
16+
* stop buttom work expected ([#1307](https://github.com/aws/language-servers/issues/1307)) ([06c752e](https://github.com/aws/language-servers/commit/06c752e1dee106be73daa73f336213aad5413e67))
17+
318
## [0.1.9](https://github.com/aws/language-servers/compare/chat-client/v0.1.8...chat-client/v0.1.9) (2025-05-09)
419

520

chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/chat-client",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {

core/aws-lsp-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/aws/language-servers/compare/lsp-core/v0.0.7...lsp-core/v0.0.8) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* update fileSearch toolSpec and implementation ([#1320](https://github.com/aws/language-servers/issues/1320)) ([4b18f25](https://github.com/aws/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d))
9+
310
## [0.0.7](https://github.com/aws/language-servers/compare/lsp-core/v0.0.6...lsp-core/v0.0.7) (2025-05-09)
411

512

core/aws-lsp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Core library, contains common code and utilities",
55
"main": "out/index.js",
66
"repository": {

package-lock.json

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

server/aws-lsp-antlr4/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.7...lsp-antlr4/v0.1.8) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* bump runtimes and fix broken test ([#1323](https://github.com/aws/language-servers/issues/1323)) ([7d1a7b9](https://github.com/aws/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @aws/lsp-core bumped from ^0.0.7 to ^0.0.8
16+
317
## [0.1.7](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.6...lsp-antlr4/v0.1.7) (2025-05-09)
418

519

server/aws-lsp-antlr4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-antlr4",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "ANTLR4 language server",
55
"main": "out/index.js",
66
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@aws/language-server-runtimes": "^0.2.80",
32-
"@aws/lsp-core": "^0.0.7"
32+
"@aws/lsp-core": "^0.0.8"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

server/aws-lsp-codewhisperer/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.0.38](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.37...lsp-codewhisperer/v0.0.38) (2025-05-13)
4+
5+
6+
### Features
7+
8+
* add userWrittenCodeTracker ([#1308](https://github.com/aws/language-servers/issues/1308)) ([c10819e](https://github.com/aws/language-servers/commit/c10819ea2c25ce564c75fb43a6792f3c919b757a))
9+
* **amazonq:** telemetry for chat history and export ([#1314](https://github.com/aws/language-servers/issues/1314)) ([aaa08a4](https://github.com/aws/language-servers/commit/aaa08a4f29ac34f85ec9badf975d6e2e8d114627))
10+
* merge updates for inline completions ([#1299](https://github.com/aws/language-servers/issues/1299)) ([44d81f0](https://github.com/aws/language-servers/commit/44d81f0b5754747d77bda60b40cc70950413a737))
11+
12+
13+
### Bug Fixes
14+
15+
* allowing reading multiple files with fsRead, minor tool validation fix ([#1297](https://github.com/aws/language-servers/issues/1297)) ([6568811](https://github.com/aws/language-servers/commit/65688116c4ebf4e4bda821d30226bdb2a334ca3d))
16+
* **amazonq:** 500k max input limit in user input box. Align payload prompt with user typed prompt. ([#1325](https://github.com/aws/language-servers/issues/1325)) ([3338cc1](https://github.com/aws/language-servers/commit/3338cc1b5dcfd375385d7db2fa693870687dba8a))
17+
* bug fix for exportResultsArchive to call with profileArn as parameter ([#1300](https://github.com/aws/language-servers/issues/1300)) ([16162f6](https://github.com/aws/language-servers/commit/16162f67315d174acacb2feb163fa8d9044e147f))
18+
* bug in skip edit for userWrittenCode ([#1315](https://github.com/aws/language-servers/issues/1315)) ([86a136b](https://github.com/aws/language-servers/commit/86a136b5db9c3a3d15e12421e9b941107842b475))
19+
* bump runtimes and fix broken test ([#1323](https://github.com/aws/language-servers/issues/1323)) ([7d1a7b9](https://github.com/aws/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582))
20+
* truncate userInputMessage to first 500k characters ([#1327](https://github.com/aws/language-servers/issues/1327)) ([d6f84db](https://github.com/aws/language-servers/commit/d6f84db58f59afe85351380d7fad5320a2889f1c))
21+
* update fileSearch toolSpec and implementation ([#1320](https://github.com/aws/language-servers/issues/1320)) ([4b18f25](https://github.com/aws/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d))
22+
* update ignore pattern of glob for sspc ([#1319](https://github.com/aws/language-servers/issues/1319)) ([6f56600](https://github.com/aws/language-servers/commit/6f566008a7b5b726418e3de535e55c63285de532))
23+
24+
25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* @aws/lsp-core bumped from ^0.0.7 to ^0.0.8
30+
331
## [0.0.37](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.36...lsp-codewhisperer/v0.0.37) (2025-05-09)
432

533

server/aws-lsp-codewhisperer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-codewhisperer",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"description": "CodeWhisperer Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -33,7 +33,7 @@
3333
"@aws-sdk/util-retry": "^3.374.0",
3434
"@aws/chat-client-ui-types": "^0.1.32",
3535
"@aws/language-server-runtimes": "^0.2.80",
36-
"@aws/lsp-core": "^0.0.7",
36+
"@aws/lsp-core": "^0.0.8",
3737
"@modelcontextprotocol/sdk": "^1.9.0",
3838
"@smithy/node-http-handler": "^2.5.0",
3939
"adm-zip": "^0.5.10",

0 commit comments

Comments
 (0)