Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chat-client": "0.1.32",
"core/aws-lsp-core": "0.0.13",
"server/aws-lsp-antlr4": "0.1.17",
"server/aws-lsp-codewhisperer": "0.0.73",
"server/aws-lsp-json": "0.1.17",
"server/aws-lsp-partiql": "0.0.16",
"server/aws-lsp-yaml": "0.1.17"
"chat-client": "0.1.33",
"core/aws-lsp-core": "0.0.14",
"server/aws-lsp-antlr4": "0.1.18",
"server/aws-lsp-codewhisperer": "0.0.74",
"server/aws-lsp-json": "0.1.18",
"server/aws-lsp-partiql": "0.0.17",
"server/aws-lsp-yaml": "0.1.18"
}
88 changes: 88 additions & 0 deletions chat-client/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chat-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/chat-client",
"version": "0.1.32",
"version": "0.1.33",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions core/aws-lsp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.14](https://github.com/dungdong-aws/language-servers/compare/lsp-core/v0.0.13...lsp-core/v0.0.14) (2025-08-12)


### Bug Fixes

* add proper encoding support for shell output ([#1903](https://github.com/dungdong-aws/language-servers/issues/1903)) ([44a6d62](https://github.com/dungdong-aws/language-servers/commit/44a6d629af7702662a02f384a6a542c0d72ccc39))
* **amazonq:** add handling for relative paths for isInWorkspace ([#1801](https://github.com/dungdong-aws/language-servers/issues/1801)) ([3c273a7](https://github.com/dungdong-aws/language-servers/commit/3c273a7aeac88a7afe40abaf490bc0950e517c01))
* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/dungdong-aws/language-servers/issues/1353)) ([483f532](https://github.com/dungdong-aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))
* **amazonq:** workspace files being tagged as out of workspace issue ([#1726](https://github.com/dungdong-aws/language-servers/issues/1726)) ([4bd9aea](https://github.com/dungdong-aws/language-servers/commit/4bd9aeab439d15dc425634b14470fd3c67986c4a))
* update fileSearch toolSpec and implementation ([#1320](https://github.com/dungdong-aws/language-servers/issues/1320)) ([4b18f25](https://github.com/dungdong-aws/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d))
* use document change events for auto trigger classifier input ([#1912](https://github.com/dungdong-aws/language-servers/issues/1912)) ([2204da6](https://github.com/dungdong-aws/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
* use new language server runtime ([#2023](https://github.com/dungdong-aws/language-servers/issues/2023)) ([83ea1e4](https://github.com/dungdong-aws/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))

## [0.0.13](https://github.com/aws/language-servers/compare/lsp-core/v0.0.12...lsp-core/v0.0.13) (2025-08-04)


Expand Down
2 changes: 1 addition & 1 deletion core/aws-lsp-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-core",
"version": "0.0.13",
"version": "0.0.14",
"description": "Core library, contains common code and utilities",
"main": "out/index.js",
"repository": {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions server/aws-lsp-antlr4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.1.18](https://github.com/dungdong-aws/language-servers/compare/lsp-antlr4/v0.1.17...lsp-antlr4/v0.1.18) (2025-08-12)


### Features

* add client side ide diagnostics to telemetry event ([#1768](https://github.com/dungdong-aws/language-servers/issues/1768)) ([d08fc6c](https://github.com/dungdong-aws/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537))
* adding mcp servers feature to the language-server ([#1544](https://github.com/dungdong-aws/language-servers/issues/1544)) ([f37bf5f](https://github.com/dungdong-aws/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6))
* **amazonq:** pinned context and rules ([#1663](https://github.com/dungdong-aws/language-servers/issues/1663)) ([25e7a5a](https://github.com/dungdong-aws/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817))


### Bug Fixes

* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/dungdong-aws/language-servers/issues/1353)) ([483f532](https://github.com/dungdong-aws/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235))
* bump runtimes and fix broken test ([#1323](https://github.com/dungdong-aws/language-servers/issues/1323)) ([7d1a7b9](https://github.com/dungdong-aws/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582))
* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/dungdong-aws/language-servers/issues/1424)) ([9babbb6](https://github.com/dungdong-aws/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6))
* use document change events for auto trigger classifier input ([#1912](https://github.com/dungdong-aws/language-servers/issues/1912)) ([2204da6](https://github.com/dungdong-aws/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
* use new language server runtime ([#2023](https://github.com/dungdong-aws/language-servers/issues/2023)) ([83ea1e4](https://github.com/dungdong-aws/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aws/lsp-core bumped from ^0.0.13 to ^0.0.14

## [0.1.17](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.16...lsp-antlr4/v0.1.17) (2025-08-04)


Expand Down
4 changes: 2 additions & 2 deletions server/aws-lsp-antlr4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/lsp-antlr4",
"version": "0.1.17",
"version": "0.1.18",
"description": "ANTLR4 language server",
"main": "out/index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.123",
"@aws/lsp-core": "^0.0.13"
"@aws/lsp-core": "^0.0.14"
},
"peerDependencies": {
"antlr4-c3": ">=3.4 < 4",
Expand Down
Loading