Skip to content

Commit 50a5bd1

Browse files
github-actions[bot]Francesco Piccoli
andauthored
chore(release): release packages from branch main (#1279)
* chore(release): release packages from branch main * fix: update versions manually (release-please bug) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Francesco Piccoli <[email protected]>
1 parent b3d025c commit 50a5bd1

File tree

17 files changed

+136
-32
lines changed

17 files changed

+136
-32
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"chat-client": "0.1.8",
3-
"core/aws-lsp-core": "0.0.6",
4-
"server/aws-lsp-antlr4": "0.1.6",
5-
"server/aws-lsp-codewhisperer": "0.0.36",
6-
"server/aws-lsp-json": "0.1.6",
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",
77
"server/aws-lsp-partiql": "0.0.8",
8-
"server/aws-lsp-yaml": "0.1.6"
8+
"server/aws-lsp-yaml": "0.1.7"
99
}

chat-client/CHANGELOG.md

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

3+
## [0.1.9](https://github.com/aws/language-servers/compare/chat-client/v0.1.8...chat-client/v0.1.9) (2025-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* add visibleName property to fix empty directory name when the directory ends with a slash ([#1302](https://github.com/aws/language-servers/issues/1302)) ([f6d573c](https://github.com/aws/language-servers/commit/f6d573cc8e6b23cfdcfd9baa5a5c8e705579b23c))
9+
* fix for status duplicates for permission checks ([#1237](https://github.com/aws/language-servers/issues/1237)) ([a77949a](https://github.com/aws/language-servers/commit/a77949a482cd352ebc5c7eeebb1468a052a5496d))
10+
* permission check ux changes ([#1290](https://github.com/aws/language-servers/issues/1290)) ([170113f](https://github.com/aws/language-servers/commit/170113f97eccf7827cfc72da33d9dc9c7e4afb3f))
11+
* prefix if user reject/stop command, whole card should be dimmed ([#1212](https://github.com/aws/language-servers/issues/1212)) ([394db61](https://github.com/aws/language-servers/commit/394db61133e09cfaeff2f7510ab60c571c562130))
12+
* stop button showing in non-agentic chat ([#1230](https://github.com/aws/language-servers/issues/1230)) ([5c1b6c2](https://github.com/aws/language-servers/commit/5c1b6c2ed992befca03120635a23b4aa8cda5ebf))
13+
* stop chat response first when close tab ([#1292](https://github.com/aws/language-servers/issues/1292)) ([3733b43](https://github.com/aws/language-servers/commit/3733b433a771ece77ae83f55c8e8e3bd13dcd96b))
14+
* undo buttom not dimmed the card ([#1276](https://github.com/aws/language-servers/issues/1276)) ([49bd9c9](https://github.com/aws/language-servers/commit/49bd9c95d8f9213fe878720a20c13d8f045778ee))
15+
316
## [0.1.8](https://github.com/aws/language-servers/compare/chat-client/v0.1.7...chat-client/v0.1.8) (2025-05-07)
417

518

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.8",
3+
"version": "0.1.9",
44
"description": "AWS Chat Client",
55
"main": "out/index.js",
66
"repository": {

core/aws-lsp-core/CHANGELOG.md

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

3+
## [0.0.7](https://github.com/aws/language-servers/compare/lsp-core/v0.0.6...lsp-core/v0.0.7) (2025-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* switch to ignore entries over patterns ([#1236](https://github.com/aws/language-servers/issues/1236)) ([49ae714](https://github.com/aws/language-servers/commit/49ae7141024f9802d3ce671441f978f487a399aa))
9+
* update listDirectory tool to output in tree-like format to reduce toolSize ([#1260](https://github.com/aws/language-servers/issues/1260)) ([becfee0](https://github.com/aws/language-servers/commit/becfee0d36e9e2a5fb5239c1e34cc6661ca01d94))
10+
311
## [0.0.6](https://github.com/aws/language-servers/compare/lsp-core/v0.0.5...lsp-core/v0.0.6) (2025-05-07)
412

513

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.6",
3+
"version": "0.0.7",
44
"description": "Core library, contains common code and utilities",
55
"main": "out/index.js",
66
"repository": {

package-lock.json

Lines changed: 13 additions & 13 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.6...lsp-antlr4/v0.1.7) (2025-05-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aws/lsp-core bumped from ^0.0.6 to ^0.0.7
11+
312
## [0.1.6](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.5...lsp-antlr4/v0.1.6) (2025-05-07)
413

514

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.6",
3+
"version": "0.1.7",
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.78",
32-
"@aws/lsp-core": "^0.0.6"
32+
"@aws/lsp-core": "^0.0.7"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

server/aws-lsp-codewhisperer/CHANGELOG.md

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

3+
## [0.0.37](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.36...lsp-codewhisperer/v0.0.37) (2025-05-09)
4+
5+
6+
### Features
7+
8+
* add request id to default log level ([#1221](https://github.com/aws/language-servers/issues/1221)) ([fe31f26](https://github.com/aws/language-servers/commit/fe31f266eb481d9899c4924f878fe49f6bfe94aa))
9+
* adding a check before invoking workspace context ([#1227](https://github.com/aws/language-servers/issues/1227)) ([3202b6e](https://github.com/aws/language-servers/commit/3202b6e0654a8037a3be3c50afa60960ce7bda91))
10+
* **amazonq:** add error code handling for transformation jobs ([#1174](https://github.com/aws/language-servers/issues/1174)) ([634587c](https://github.com/aws/language-servers/commit/634587c93f08315f0676608b6f8687d309104cac))
11+
* customizations profiles update ([#1246](https://github.com/aws/language-servers/issues/1246)) ([ea589c5](https://github.com/aws/language-servers/commit/ea589c5422f478be84f112295d82b0edb902ff21))
12+
* server side workspace context capability ([a65fec9](https://github.com/aws/language-servers/commit/a65fec9e0cb092ddc941b164fc049fb13bb628c5))
13+
14+
15+
### Bug Fixes
16+
17+
* abandon requests with invalid toolResults ([#1274](https://github.com/aws/language-servers/issues/1274)) ([fd6ffcb](https://github.com/aws/language-servers/commit/fd6ffcba75ce116fb8b28edccd2424f07ff72834))
18+
* add more common ignore patterns for listDirectory ([#1287](https://github.com/aws/language-servers/issues/1287)) ([e983bfe](https://github.com/aws/language-servers/commit/e983bfe116c1d77460a6a932b6bbd8345b46a6a0))
19+
* add requestId to chat for QModelResponse errors ([#1284](https://github.com/aws/language-servers/issues/1284)) ([cfea9fa](https://github.com/aws/language-servers/commit/cfea9fa0ee58dcb936bb2debe63494870ea10ab0))
20+
* add support for determing workspace folder with root uri/path on initialize ([#1210](https://github.com/aws/language-servers/issues/1210)) ([5fd3174](https://github.com/aws/language-servers/commit/5fd3174f386fd0e97b8f631d26f457f574d145c4))
21+
* address bugs impacting indexing disabled functionality ([#1293](https://github.com/aws/language-servers/issues/1293)) ([18d86d4](https://github.com/aws/language-servers/commit/18d86d45ab4751a0cc981d440e9fda6c52029922))
22+
* **amazonq:** add codewhispererCustomizationArn to codewhisperer_perceivedLatency ([#1285](https://github.com/aws/language-servers/issues/1285)) ([b0562ca](https://github.com/aws/language-servers/commit/b0562cac4e5cf9b6477e5fbce4a2ee14a0d2b562))
23+
* clear history for `inputTooLong` errors ([#1268](https://github.com/aws/language-servers/issues/1268)) ([b00b014](https://github.com/aws/language-servers/commit/b00b0146b55452c6472d3bc9b44a80afe393b686))
24+
* emit all errors to get total # of errors ([#1252](https://github.com/aws/language-servers/issues/1252)) ([b425a66](https://github.com/aws/language-servers/commit/b425a667082e67a20e6f265cb0e41d049d5149af))
25+
* errors/cancellation not resetting undoAll state ([#1273](https://github.com/aws/language-servers/issues/1273)) ([823b199](https://github.com/aws/language-servers/commit/823b199b77de7e715caf31479b9ccc55b0a17445))
26+
* filter out .git folder from listDirectory ([#1286](https://github.com/aws/language-servers/issues/1286)) ([547ecaf](https://github.com/aws/language-servers/commit/547ecafb561fd3d6bf7a264def829160901dd23a))
27+
* fix for permission case for execute bash ([66612cd](https://github.com/aws/language-servers/commit/66612cd5fe625dba6d951bc300e538e896e5f392))
28+
* fix for permission case for execute bash ([#1220](https://github.com/aws/language-servers/issues/1220)) ([66612cd](https://github.com/aws/language-servers/commit/66612cd5fe625dba6d951bc300e538e896e5f392))
29+
* fix the extra line on executeBash and wrong warning msg for outside workspace ([#1240](https://github.com/aws/language-servers/issues/1240)) ([eacc047](https://github.com/aws/language-servers/commit/eacc0475f2fe0362c155a2bd6be1715b2561d356))
30+
* hide non-user-generated messages when reloading history ([#1257](https://github.com/aws/language-servers/issues/1257)) ([9540f12](https://github.com/aws/language-servers/commit/9540f12c7d9495b481d0cf61ad2b2c0b8339f156))
31+
* improve data synchronization of server side workspace context ([#1278](https://github.com/aws/language-servers/issues/1278)) ([f50c4a7](https://github.com/aws/language-servers/commit/f50c4a71103b82a9780e542eef2e3622c16332d5))
32+
* make LLM less apologetic, increase listDirectory result size ([#1242](https://github.com/aws/language-servers/issues/1242)) ([572cabb](https://github.com/aws/language-servers/commit/572cabb1036171438fe97898f72c85383628bcfd))
33+
* only keep toolUses with `stop` = true in history ([#1235](https://github.com/aws/language-servers/issues/1235)) ([1edb6af](https://github.com/aws/language-servers/commit/1edb6af0425a3613d7dccb795b7d8178bf1c803c))
34+
* permission check ux changes ([#1290](https://github.com/aws/language-servers/issues/1290)) ([170113f](https://github.com/aws/language-servers/commit/170113f97eccf7827cfc72da33d9dc9c7e4afb3f))
35+
* prevent timeout messages from displaying ([#1282](https://github.com/aws/language-servers/issues/1282)) ([a154209](https://github.com/aws/language-servers/commit/a154209f0c2f16ab95eee4cf629676c811431011))
36+
* projectRoot passed to vecLib was malformed ([#1250](https://github.com/aws/language-servers/issues/1250)) ([def522d](https://github.com/aws/language-servers/commit/def522daee62ea37556fefe12352ef28f38523d1))
37+
* regex should match workspace text in bold style and startLine can be 0 ([#1272](https://github.com/aws/language-servers/issues/1272)) ([16d6a9d](https://github.com/aws/language-servers/commit/16d6a9d6bc6b23bfda09fb08147e76941809e3f1))
38+
* removing warning icon for shell commands ([#1233](https://github.com/aws/language-servers/issues/1233)) ([18b2a18](https://github.com/aws/language-servers/commit/18b2a183ddeb3b58e3ebc9931cea08c1cf781bb7))
39+
* server side timeout causes ISE ([#1254](https://github.com/aws/language-servers/issues/1254)) ([9cb2440](https://github.com/aws/language-servers/commit/9cb2440c165a296e11e0597e14b6c6aa7205f313))
40+
* set streamingClient timeout config ([#1283](https://github.com/aws/language-servers/issues/1283)) ([cc7680d](https://github.com/aws/language-servers/commit/cc7680da85c6528d5f54f347b7ce922ffbba25b0))
41+
* show context transparency list when using [@workspace](https://github.com/workspace) ([#1241](https://github.com/aws/language-servers/issues/1241)) ([291c0ba](https://github.com/aws/language-servers/commit/291c0ba945f311f6c1c071d048792de8735d17b8))
42+
* show tooltip for warning message and remove the warning text ([#1259](https://github.com/aws/language-servers/issues/1259)) ([312b04d](https://github.com/aws/language-servers/commit/312b04dbde37fbf1a1cc5d8884d62728edbc2810))
43+
* switch to ignore entries over patterns ([#1236](https://github.com/aws/language-servers/issues/1236)) ([49ae714](https://github.com/aws/language-servers/commit/49ae7141024f9802d3ce671441f978f487a399aa))
44+
* typo in cwsprChatTimeToFirstChunk and remove all zeros ([#1222](https://github.com/aws/language-servers/issues/1222)) ([4c940bc](https://github.com/aws/language-servers/commit/4c940bc20a3417e39d66ea73532f99a312d05e35))
45+
* update header ignore status ([#1239](https://github.com/aws/language-servers/issues/1239)) ([6abf2fd](https://github.com/aws/language-servers/commit/6abf2fd27e8702a89f1ab306f363e04dfa27b978))
46+
* update listDirectory tool to output in tree-like format to reduce toolSize ([#1260](https://github.com/aws/language-servers/issues/1260)) ([becfee0](https://github.com/aws/language-servers/commit/becfee0d36e9e2a5fb5239c1e34cc6661ca01d94))
47+
* update reject button status ([#1253](https://github.com/aws/language-servers/issues/1253)) ([78c12c8](https://github.com/aws/language-servers/commit/78c12c8620367ac4276fb564e28ca58292cc8456))
48+
* update undo-all-changes button icon to undo ([#1238](https://github.com/aws/language-servers/issues/1238)) ([6ebd5eb](https://github.com/aws/language-servers/commit/6ebd5eb8896a487189b79b1bbf1612ec9e95d064))
49+
* use proper condition for trigger index enablement response ([#1258](https://github.com/aws/language-servers/issues/1258)) ([5aeb694](https://github.com/aws/language-servers/commit/5aeb694f495b8365c958bc9b626d0daf11718458))
50+
* wrap load chats on ready in try-catch ([#1289](https://github.com/aws/language-servers/issues/1289)) ([7de86f0](https://github.com/aws/language-servers/commit/7de86f01460c8615f60548d3bd27a87bbc03e6f8))
51+
52+
53+
### Dependencies
54+
55+
* The following workspace dependencies were updated
56+
* dependencies
57+
* @aws/lsp-core bumped from ^0.0.6 to ^0.0.7
58+
359
## [0.0.36](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.35...lsp-codewhisperer/v0.0.36) (2025-05-07)
460

561

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.36",
3+
"version": "0.0.37",
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.78",
36-
"@aws/lsp-core": "^0.0.6",
36+
"@aws/lsp-core": "^0.0.7",
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)