Skip to content
Draft
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.38",
"core/aws-lsp-core": "0.0.16",
"server/aws-lsp-antlr4": "0.1.20",
"server/aws-lsp-codewhisperer": "0.0.83",
"server/aws-lsp-json": "0.1.20",
"server/aws-lsp-partiql": "0.0.18",
"server/aws-lsp-yaml": "0.1.20"
"chat-client": "0.1.39",
"core/aws-lsp-core": "0.0.17",
"server/aws-lsp-antlr4": "0.1.21",
"server/aws-lsp-codewhisperer": "0.0.84",
"server/aws-lsp-json": "0.1.21",
"server/aws-lsp-partiql": "0.0.19",
"server/aws-lsp-yaml": "0.1.21"
}
85 changes: 85 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.38",
"version": "0.1.39",
"description": "AWS Chat Client",
"main": "out/index.js",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions core/aws-lsp-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.0.17](https://github.com/tsmithsz/language-servers/compare/lsp-core/v0.0.16...lsp-core/v0.0.17) (2025-10-03)


### Features

* add support for getSupplementalContext LSP API ([#2212](https://github.com/tsmithsz/language-servers/issues/2212)) ([2ddcae7](https://github.com/tsmithsz/language-servers/commit/2ddcae7a4fac6b89cbc9784911959743ea0a6d11))
* **amazonq:** added mcp admin level configuration with GetProfile ([#2000](https://github.com/tsmithsz/language-servers/issues/2000)) ([fd6e9a8](https://github.com/tsmithsz/language-servers/commit/fd6e9a829c6229c276de5340dffce52b426a864d))


### Bug Fixes

* add proper encoding support for shell output ([#1903](https://github.com/tsmithsz/language-servers/issues/1903)) ([44a6d62](https://github.com/tsmithsz/language-servers/commit/44a6d629af7702662a02f384a6a542c0d72ccc39))
* **amazonq:** add handling for relative paths for isInWorkspace ([#1801](https://github.com/tsmithsz/language-servers/issues/1801)) ([3c273a7](https://github.com/tsmithsz/language-servers/commit/3c273a7aeac88a7afe40abaf490bc0950e517c01))
* **amazonq:** Fix mock fs clean; Node version upgrade ([#2324](https://github.com/tsmithsz/language-servers/issues/2324)) ([1d9afd4](https://github.com/tsmithsz/language-servers/commit/1d9afd410e19624223e300ca06ea7d08a112cc82))
* **amazonq:** handle IAM credentials expiration field to be aws sdk versions compatible and add refresh logic to codewhisperer IAM client ([#2349](https://github.com/tsmithsz/language-servers/issues/2349)) ([5eb3768](https://github.com/tsmithsz/language-servers/commit/5eb3768bf020d61d0ade767d62e13839048146e4))
* **amazonq:** workspace files being tagged as out of workspace issue ([#1726](https://github.com/tsmithsz/language-servers/issues/1726)) ([4bd9aea](https://github.com/tsmithsz/language-servers/commit/4bd9aeab439d15dc425634b14470fd3c67986c4a))
* use document change events for auto trigger classifier input ([#1912](https://github.com/tsmithsz/language-servers/issues/1912)) ([2204da6](https://github.com/tsmithsz/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
* Use file context override in the inline completion params for Jupyter Notebook ([#2114](https://github.com/tsmithsz/language-servers/issues/2114)) ([91c8398](https://github.com/tsmithsz/language-servers/commit/91c839857f8aa4d79098189f9fb620b361c51289))
* use new language server runtime ([#2023](https://github.com/tsmithsz/language-servers/issues/2023)) ([83ea1e4](https://github.com/tsmithsz/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))

## [0.0.16](https://github.com/aws/language-servers/compare/lsp-core/v0.0.15...lsp-core/v0.0.16) (2025-10-01)


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.16",
"version": "0.0.17",
"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.

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

## [0.1.21](https://github.com/tsmithsz/language-servers/compare/lsp-antlr4/v0.1.20...lsp-antlr4/v0.1.21) (2025-10-03)


### Features

* add client side ide diagnostics to telemetry event ([#1768](https://github.com/tsmithsz/language-servers/issues/1768)) ([d08fc6c](https://github.com/tsmithsz/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537))
* add support for getSupplementalContext LSP API ([#2212](https://github.com/tsmithsz/language-servers/issues/2212)) ([2ddcae7](https://github.com/tsmithsz/language-servers/commit/2ddcae7a4fac6b89cbc9784911959743ea0a6d11))
* adding mcp servers feature to the language-server ([#1544](https://github.com/tsmithsz/language-servers/issues/1544)) ([f37bf5f](https://github.com/tsmithsz/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6))
* **amazonq:** pinned context and rules ([#1663](https://github.com/tsmithsz/language-servers/issues/1663)) ([25e7a5a](https://github.com/tsmithsz/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817))


### Bug Fixes

* use document change events for auto trigger classifier input ([#1912](https://github.com/tsmithsz/language-servers/issues/1912)) ([2204da6](https://github.com/tsmithsz/language-servers/commit/2204da6193f2030ee546f61c969b1a664d8025e3))
* Use file context override in the inline completion params for Jupyter Notebook ([#2114](https://github.com/tsmithsz/language-servers/issues/2114)) ([91c8398](https://github.com/tsmithsz/language-servers/commit/91c839857f8aa4d79098189f9fb620b361c51289))
* use new language server runtime ([#2023](https://github.com/tsmithsz/language-servers/issues/2023)) ([83ea1e4](https://github.com/tsmithsz/language-servers/commit/83ea1e42fe52990696eb9b878fa11e2c5331bec5))


### Dependencies

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

## [0.1.20](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.19...lsp-antlr4/v0.1.20) (2025-10-01)


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.20",
"version": "0.1.21",
"description": "ANTLR4 language server",
"main": "out/index.js",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@aws/language-server-runtimes": "^0.2.129",
"@aws/lsp-core": "^0.0.16"
"@aws/lsp-core": "^0.0.17"
},
"peerDependencies": {
"antlr4-c3": ">=3.4 < 4",
Expand Down
Loading