Skip to content

Commit 73579b5

Browse files
chore(release): release packages from branch main
1 parent 7571ffd commit 73579b5

File tree

14 files changed

+117
-26
lines changed

14 files changed

+117
-26
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.4",
3-
"core/aws-lsp-core": "0.0.3",
4-
"server/aws-lsp-antlr4": "0.1.3",
5-
"server/aws-lsp-codewhisperer": "0.0.32",
6-
"server/aws-lsp-json": "0.1.3",
2+
"chat-client": "0.1.5",
3+
"core/aws-lsp-core": "0.0.4",
4+
"server/aws-lsp-antlr4": "0.1.4",
5+
"server/aws-lsp-codewhisperer": "0.0.33",
6+
"server/aws-lsp-json": "0.1.4",
77
"server/aws-lsp-partiql": "0.0.7",
8-
"server/aws-lsp-yaml": "0.1.3"
8+
"server/aws-lsp-yaml": "0.1.4"
99
}

chat-client/CHANGELOG.md

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

3+
## [0.1.5](https://github.com/aws/language-servers/compare/chat-client/v0.1.4...chat-client/v0.1.5) (2025-04-14)
4+
5+
6+
### Features
7+
8+
* **chat-client:** history list and conversation actions ([#929](https://github.com/aws/language-servers/issues/929)) ([5b8e83c](https://github.com/aws/language-servers/commit/5b8e83cacc56d854623a6e2b59f2f920538f5b85))
9+
* configure history button based on history enabled/disabled ([#957](https://github.com/aws/language-servers/issues/957)) ([eded88f](https://github.com/aws/language-servers/commit/eded88fae2311c2a73d377a479933f9f66df137d))
10+
* handle fileClick events ([#919](https://github.com/aws/language-servers/issues/919)) ([511be2e](https://github.com/aws/language-servers/commit/511be2e2e6f527039a99f53cb76fbfc180ef9b55))
11+
* implement restore tab ([#933](https://github.com/aws/language-servers/issues/933)) ([ad2c5d7](https://github.com/aws/language-servers/commit/ad2c5d77e497e9f8a2019eb547b164f5c5992160))
12+
13+
14+
### Bug Fixes
15+
16+
* remove duplicate property ([#928](https://github.com/aws/language-servers/issues/928)) ([c1aaec0](https://github.com/aws/language-servers/commit/c1aaec06b70f4ef9d5e2a7ad0d1cc4d5d6955087))
17+
* replaced icon for history and added tests ([#951](https://github.com/aws/language-servers/issues/951)) ([da3b664](https://github.com/aws/language-servers/commit/da3b66414514740f514d96279b826aebc4e86077))
18+
319
## [0.1.4](https://github.com/aws/language-servers/compare/chat-client/v0.1.3...chat-client/v0.1.4) (2025-04-08)
420

521

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

core/aws-lsp-core/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.0.4](https://github.com/aws/language-servers/compare/lsp-core/v0.0.3...lsp-core/v0.0.4) (2025-04-14)
4+
5+
6+
### Features
7+
8+
* port executeBash tool from VSC ([#912](https://github.com/aws/language-servers/issues/912)) ([1ccba58](https://github.com/aws/language-servers/commit/1ccba58a9e339ab7d5e4370cf40fa7268f802fd8))
9+
* port listDirectory from VSC ([#930](https://github.com/aws/language-servers/issues/930)) ([7feb127](https://github.com/aws/language-servers/commit/7feb127f33570d2349852781e16cc9d6763a92b8))
10+
* port readDirectoryRecursively from VSC ([#923](https://github.com/aws/language-servers/issues/923)) ([af48204](https://github.com/aws/language-servers/commit/af48204201fbe531d9d5185b927936e8adbb695f))
11+
12+
13+
### Bug Fixes
14+
15+
* disable timeout for tests in aws-lsp-codewhisperer and core packages ([#955](https://github.com/aws/language-servers/issues/955)) ([254e36c](https://github.com/aws/language-servers/commit/254e36cf1a34b114a9397c688784293367dc1d63))
16+
317
## [0.0.3](https://github.com/aws/language-servers/compare/lsp-core/v0.0.2...lsp-core/v0.0.3) (2025-04-07)
418

519

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

package-lock.json

Lines changed: 10 additions & 10 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.4](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.3...lsp-antlr4/v0.1.4) (2025-04-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
11+
312
## [0.1.3](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.2...lsp-antlr4/v0.1.3) (2025-04-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.3",
3+
"version": "0.1.4",
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.56",
32-
"@aws/lsp-core": "^0.0.3"
32+
"@aws/lsp-core": "^0.0.4"
3333
},
3434
"peerDependencies": {
3535
"antlr4-c3": ">=3.4 < 4",

server/aws-lsp-codewhisperer/CHANGELOG.md

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

3+
## [0.0.33](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.32...lsp-codewhisperer/v0.0.33) (2025-04-14)
4+
5+
6+
### Features
7+
8+
* add enablerazorviewtransform ([527ae03](https://github.com/aws/language-servers/commit/527ae03521642e9b6940f3ba71ca61327d8d28b8))
9+
* add IAM Q Streaming Client to language-servers ([#927](https://github.com/aws/language-servers/issues/927)) ([ef89fdf](https://github.com/aws/language-servers/commit/ef89fdf228f4799a29a22a60dc105ade4ee99ab3))
10+
* add proper windows support for executeBash and remove mocks in tests. ([#934](https://github.com/aws/language-servers/issues/934)) ([148062f](https://github.com/aws/language-servers/commit/148062f51d9ef54fdce7be5658bb878b6a9fccc7))
11+
* add tools to request in agentic chat controller and log tool usages ([39e9472](https://github.com/aws/language-servers/commit/39e947286e64d80677d231b87cf62acab16e756b))
12+
* added icons to help and clear action ([#942](https://github.com/aws/language-servers/issues/942)) ([694bbb8](https://github.com/aws/language-servers/commit/694bbb85580cc79313d65ad77b224875f74280c2))
13+
* allow generateAssistantResponse throughout chatSession and triggerContext ([091f99f](https://github.com/aws/language-servers/commit/091f99f6535de981efecc7b07337e027432a35e2))
14+
* **amazonq:** centralize configuration handling to base service manager class ([#906](https://github.com/aws/language-servers/issues/906)) ([b3aa8fa](https://github.com/aws/language-servers/commit/b3aa8fa54c7b13144fd8a924b1ad6e4f4a25fca4))
15+
* **amazonq:** chat history and conversation persistence ([#941](https://github.com/aws/language-servers/issues/941)) ([bf944e0](https://github.com/aws/language-servers/commit/bf944e08e6044eb286a16ba451e70dbc5d88837a))
16+
* initial support for local project context ([#949](https://github.com/aws/language-servers/issues/949)) ([1318d29](https://github.com/aws/language-servers/commit/1318d294307d77ffd43e70828afb98788b871295))
17+
* port executeBash tool from VSC ([#912](https://github.com/aws/language-servers/issues/912)) ([1ccba58](https://github.com/aws/language-servers/commit/1ccba58a9e339ab7d5e4370cf40fa7268f802fd8))
18+
* port listDirectory from VSC ([#930](https://github.com/aws/language-servers/issues/930)) ([7feb127](https://github.com/aws/language-servers/commit/7feb127f33570d2349852781e16cc9d6763a92b8))
19+
* support generateAssistantResponse as well as sendMessage ([a96f864](https://github.com/aws/language-servers/commit/a96f86444147757f20cc1fd033b018a12c915622))
20+
21+
22+
### Bug Fixes
23+
24+
* **amazonq:** add cancel support to loading developer profiles ([#940](https://github.com/aws/language-servers/issues/940)) ([d07f79a](https://github.com/aws/language-servers/commit/d07f79a54d259024d0e8331122d718ee0b461864))
25+
* **amazonq:** add missing paginator to list profiles call ([#938](https://github.com/aws/language-servers/issues/938)) ([0435c80](https://github.com/aws/language-servers/commit/0435c80b05fd3c7065da7f831e1e2d9281da0b2e))
26+
* **amazonq:** add regionalization support to .NET Transform server ([#952](https://github.com/aws/language-servers/issues/952)) ([7571ffd](https://github.com/aws/language-servers/commit/7571ffdb87662698da0c086dad18a9db4947ce08))
27+
* disable timeout for tests in aws-lsp-codewhisperer and core packages ([#955](https://github.com/aws/language-servers/issues/955)) ([254e36c](https://github.com/aws/language-servers/commit/254e36cf1a34b114a9397c688784293367dc1d63))
28+
* fix execute bash test command failing on pipeline ([#956](https://github.com/aws/language-servers/issues/956)) ([461957d](https://github.com/aws/language-servers/commit/461957dc7856ca3490ccdd756e6dd4cb1351698c))
29+
30+
31+
### Dependencies
32+
33+
* The following workspace dependencies were updated
34+
* dependencies
35+
* @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
36+
337
## [0.0.32](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.31...lsp-codewhisperer/v0.0.32) (2025-04-08)
438

539

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.32",
3+
"version": "0.0.33",
44
"description": "CodeWhisperer Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"@aws-sdk/util-retry": "^3.374.0",
3333
"@aws/chat-client-ui-types": "^0.1.13",
3434
"@aws/language-server-runtimes": "^0.2.56",
35-
"@aws/lsp-core": "^0.0.3",
35+
"@aws/lsp-core": "^0.0.4",
3636
"@smithy/node-http-handler": "^2.5.0",
3737
"shlex": "2.1.2",
3838
"adm-zip": "^0.5.10",

server/aws-lsp-json/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.4](https://github.com/aws/language-servers/compare/lsp-json/v0.1.3...lsp-json/v0.1.4) (2025-04-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
11+
312
## [0.1.3](https://github.com/aws/language-servers/compare/lsp-json/v0.1.2...lsp-json/v0.1.3) (2025-04-07)
413

514

server/aws-lsp-json/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-json",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "JSON Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws/language-server-runtimes": "^0.2.56",
28-
"@aws/lsp-core": "^0.0.3",
28+
"@aws/lsp-core": "^0.0.4",
2929
"vscode-languageserver": "^9.0.1",
3030
"vscode-languageserver-textdocument": "^1.0.8"
3131
},

server/aws-lsp-yaml/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.4](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.3...lsp-yaml/v0.1.4) (2025-04-14)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
11+
312
## [0.1.3](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.2...lsp-yaml/v0.1.3) (2025-04-07)
413

514

server/aws-lsp-yaml/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-yaml",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "YAML Language Server",
55
"main": "out/index.js",
66
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@aws/language-server-runtimes": "^0.2.56",
30-
"@aws/lsp-core": "^0.0.3",
30+
"@aws/lsp-core": "^0.0.4",
3131
"vscode-languageserver": "^9.0.1",
3232
"vscode-languageserver-textdocument": "^1.0.8",
3333
"yaml-language-server": "1.13.0"

0 commit comments

Comments
 (0)