diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fd2146814..869a79e919 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "chat-client": "0.1.22", - "core/aws-lsp-core": "0.0.11", - "server/aws-lsp-antlr4": "0.1.15", - "server/aws-lsp-codewhisperer": "0.0.62", - "server/aws-lsp-json": "0.1.15", - "server/aws-lsp-partiql": "0.0.14", - "server/aws-lsp-yaml": "0.1.15" + "chat-client": "0.1.23", + "core/aws-lsp-core": "0.0.12", + "server/aws-lsp-antlr4": "0.1.16", + "server/aws-lsp-codewhisperer": "0.0.63", + "server/aws-lsp-json": "0.1.16", + "server/aws-lsp-partiql": "0.0.15", + "server/aws-lsp-yaml": "0.1.16" } diff --git a/chat-client/CHANGELOG.md b/chat-client/CHANGELOG.md index e15b0a24c4..93f2d352c5 100644 --- a/chat-client/CHANGELOG.md +++ b/chat-client/CHANGELOG.md @@ -1,5 +1,106 @@ # Changelog +## [0.1.23](https://github.com/grl-wang/language-servers/compare/chat-client/v0.1.22...chat-client/v0.1.23) (2025-07-08) + + +### Features + +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* add stop button for execute bash ([#1150](https://github.com/grl-wang/language-servers/issues/1150)) ([9cf2013](https://github.com/grl-wang/language-servers/commit/9cf2013d30434a8a03f2497fc9b1e2a727c33918)) +* add the grepSearch tool ([#1109](https://github.com/grl-wang/language-servers/issues/1109)) ([6016264](https://github.com/grl-wang/language-servers/commit/601626428b6ac968fe85257a09478e94263a5a1e)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* **amazonq:** migrating / agents to q agentic chat ([#1799](https://github.com/grl-wang/language-servers/issues/1799)) ([559b2ba](https://github.com/grl-wang/language-servers/commit/559b2baec7da7b8fffb697990e3b249ffffcb85c)) +* **amazonq:** model throttling message as card instead of chat message ([#1657](https://github.com/grl-wang/language-servers/issues/1657)) ([7ee1f2a](https://github.com/grl-wang/language-servers/commit/7ee1f2ac0bdaa9f73fb63fc6d20d0de6d7b07523)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) +* **amazonq:** read and validate the images as context ([#1716](https://github.com/grl-wang/language-servers/issues/1716)) ([7a5d41f](https://github.com/grl-wang/language-servers/commit/7a5d41f3cff7309d04d952fbb5dc063fb8658a06)) +* **amazonq:** telemetry for chat history and export ([#1314](https://github.com/grl-wang/language-servers/issues/1314)) ([aaa08a4](https://github.com/grl-wang/language-servers/commit/aaa08a4f29ac34f85ec9badf975d6e2e8d114627)) +* **chat-client:** add feature flag to toggle agentic mode ([#1172](https://github.com/grl-wang/language-servers/issues/1172)) ([8d3d5eb](https://github.com/grl-wang/language-servers/commit/8d3d5eb49638f858ddf3f99e443bda8f63680872)) +* **chat-client:** add stringOverrides to createChat config ([#1847](https://github.com/grl-wang/language-servers/issues/1847)) ([89f85ff](https://github.com/grl-wang/language-servers/commit/89f85ff6c676eb30d2cb6bc3368676b0d0913bac)) +* **chat-client:** open use input prompt for agentic chat and new prompt should st… ([#1081](https://github.com/grl-wang/language-servers/issues/1081)) ([ca1a01d](https://github.com/grl-wang/language-servers/commit/ca1a01dd0487e13f91c36f5288dc1b3b0232c682)) +* **chat-client:** support profile banner changes ([#988](https://github.com/grl-wang/language-servers/issues/988)) ([e4d4ef0](https://github.com/grl-wang/language-servers/commit/e4d4ef026c8a60cc1ddf08c981340a902d628016)) +* Implement dynamic model selection based on extension capabilities and improve error handling ([#1737](https://github.com/grl-wang/language-servers/issues/1737)) ([97db5d8](https://github.com/grl-wang/language-servers/commit/97db5d8dd0a2c8214d37429375ec57aa68a462ee)) +* implement new sendToPrompt params ([ef03312](https://github.com/grl-wang/language-servers/commit/ef03312dcd9638afa09360bc7331d8753e576c11)) +* model selection for agentic chat ([#1294](https://github.com/grl-wang/language-servers/issues/1294)) ([10abd04](https://github.com/grl-wang/language-servers/commit/10abd041d340b1b6fe6adad81cc1f6bd1610826e)) +* open use input prompt for agentic chat and new prompt should stop current response ([ca1a01d](https://github.com/grl-wang/language-servers/commit/ca1a01dd0487e13f91c36f5288dc1b3b0232c682)) +* **q:** builderid "paid tier" [#1197](https://github.com/grl-wang/language-servers/issues/1197) ([d25bcb6](https://github.com/grl-wang/language-servers/commit/d25bcb696572dd52938253bd15d838b1a0f57d68)) +* remove auto model selection option ([#1548](https://github.com/grl-wang/language-servers/issues/1548)) ([71fc801](https://github.com/grl-wang/language-servers/commit/71fc80165a7e987ca4d103f40aa93980bcd015da)) +* support listAvailableModels server request ([#1808](https://github.com/grl-wang/language-servers/issues/1808)) ([9f1ddb3](https://github.com/grl-wang/language-servers/commit/9f1ddb327778dba6da49337b79c5fef19023b52d)) +* support per region model selection ([#1683](https://github.com/grl-wang/language-servers/issues/1683)) ([0b81b37](https://github.com/grl-wang/language-servers/commit/0b81b37c15a8c407ec04904abb4bdccf829aa1c1)) +* undo-all button ([#1153](https://github.com/grl-wang/language-servers/issues/1153)) ([82ffd10](https://github.com/grl-wang/language-servers/commit/82ffd106b550bc314f46d52ffb30470316022825)) +* update list of models and set default to 4 ([#1659](https://github.com/grl-wang/language-servers/issues/1659)) ([1991658](https://github.com/grl-wang/language-servers/commit/19916584d3f46049d30f0c23b41c3857a07bc622)) + + +### Bug Fixes + +* add file list card separate from permission card for tool execut… ([#1129](https://github.com/grl-wang/language-servers/issues/1129)) ([e9b654e](https://github.com/grl-wang/language-servers/commit/e9b654ecd5ba998e57fc67ae61278a9a497e060a)) +* add file list card separate from permission card for tool executions outside workspace ([e9b654e](https://github.com/grl-wang/language-servers/commit/e9b654ecd5ba998e57fc67ae61278a9a497e060a)) +* add more detailed log when mcp server initialize failed and tooltip change ([#1594](https://github.com/grl-wang/language-servers/issues/1594)) ([cdab4d6](https://github.com/grl-wang/language-servers/commit/cdab4d6b59c4ded425822063cb568c4b831402e8)) +* Add persistent pair programming mode setting with database storage and UI synchronization([#1757](https://github.com/grl-wang/language-servers/issues/1757)) ([ba683cc](https://github.com/grl-wang/language-servers/commit/ba683cc6dc120863350025a4a082ecf3a95b5905)) +* add visibleName property to fix empty directory name when the directory ends with a slash ([#1302](https://github.com/grl-wang/language-servers/issues/1302)) ([f6d573c](https://github.com/grl-wang/language-servers/commit/f6d573cc8e6b23cfdcfd9baa5a5c8e705579b23c)) +* adding message if user clicks on stop button ([#1219](https://github.com/grl-wang/language-servers/issues/1219)) ([50de37d](https://github.com/grl-wang/language-servers/commit/50de37d6ab3d6d91fcb180653ef9b9e35869d517)) +* adding tooltip description to filePaths ([#1136](https://github.com/grl-wang/language-servers/issues/1136)) ([a0bdf7d](https://github.com/grl-wang/language-servers/commit/a0bdf7d6e17c042c6882859b8fea85161140753a)) +* **agenticChat:** UX fixes for MCP ([#1661](https://github.com/grl-wang/language-servers/issues/1661)) ([bbdb4b4](https://github.com/grl-wang/language-servers/commit/bbdb4b451352af50a914df684d7654686142a13b)) +* **amazonq:** 500k max input limit in user input box. Align payload prompt with user typed prompt. ([#1325](https://github.com/grl-wang/language-servers/issues/1325)) ([3338cc1](https://github.com/grl-wang/language-servers/commit/3338cc1b5dcfd375385d7db2fa693870687dba8a)) +* **amazonq:** add slight delay to print chat string after card ([#1800](https://github.com/grl-wang/language-servers/issues/1800)) ([c7d08ab](https://github.com/grl-wang/language-servers/commit/c7d08abd7cac95b5aad83fe93157a815522338ac)) +* **amazonq:** add validation for create a saved prompt UX ([#1116](https://github.com/grl-wang/language-servers/issues/1116)) ([a72d4d2](https://github.com/grl-wang/language-servers/commit/a72d4d2cf2df883ae3c4b143b65d1373433a4b58)) +* **amazonq:** allow taking .jpg file as image context, add image cont… ([#1814](https://github.com/grl-wang/language-servers/issues/1814)) ([4d36fa4](https://github.com/grl-wang/language-servers/commit/4d36fa4a0a04692dba720bc0288c6cee7f45a1fc)) +* **amazonq:** change the icon for error and reduce the count ([#1789](https://github.com/grl-wang/language-servers/issues/1789)) ([758d31c](https://github.com/grl-wang/language-servers/commit/758d31c186b163712312fdffb04ee692cfe11de8)) +* **amazonq:** change the icon for error and reduce the count ([#1789](https://github.com/grl-wang/language-servers/issues/1789)) ([758d31c](https://github.com/grl-wang/language-servers/commit/758d31c186b163712312fdffb04ee692cfe11de8)) +* **amazonq:** fix the order of publishing the chat stop ack message ([#1761](https://github.com/grl-wang/language-servers/issues/1761)) ([20c2263](https://github.com/grl-wang/language-servers/commit/20c22638a34d557fc755e33aed798abc1ce3a6d9)) +* **amazonq:** recursively create directory for saved user prompts ([#1148](https://github.com/grl-wang/language-servers/issues/1148)) ([94290cb](https://github.com/grl-wang/language-servers/commit/94290cb1ea8668d76f37ae19d099d50717aff670)) +* **amazonq:** updated stopping message to a better string for new chat ([#1765](https://github.com/grl-wang/language-servers/issues/1765)) ([814bff8](https://github.com/grl-wang/language-servers/commit/814bff848b970ec0192e36b8764c9cb08508f6ce)) +* change model unavailable message ([#1711](https://github.com/grl-wang/language-servers/issues/1711)) ([d4e1298](https://github.com/grl-wang/language-servers/commit/d4e1298a5e00b2c3466ba1378aaaa28b89d75fb9)) +* change PP icon ([#1154](https://github.com/grl-wang/language-servers/issues/1154)) ([e31fcef](https://github.com/grl-wang/language-servers/commit/e31fcef7e103be2132710d229c16327c5e996162)) +* change PPM switch info text cards ([c8c7d05](https://github.com/grl-wang/language-servers/commit/c8c7d056a571bc407d029345d19de9f7709e181f)) +* **chat-client:** fix bug where pair programmer mode option update was not stored properly ([#1400](https://github.com/grl-wang/language-servers/issues/1400)) ([bcdd9a2](https://github.com/grl-wang/language-servers/commit/bcdd9a2b02a1e37aa83ac93ceef93d84a99951de)) +* **chat-client:** fix the warning icon ([#1126](https://github.com/grl-wang/language-servers/issues/1126)) ([c3ecda6](https://github.com/grl-wang/language-servers/commit/c3ecda6317d2b78bac03d2fb4b3b6b011763cd00)) +* **chat-client:** string change ([#1118](https://github.com/grl-wang/language-servers/issues/1118)) ([f21700a](https://github.com/grl-wang/language-servers/commit/f21700a6b8573838a3e28e4e087f6864550fa9f2)) +* **chat-client:** upgrade to mynah-ui 4.31.1 ([#1165](https://github.com/grl-wang/language-servers/issues/1165)) ([aa45998](https://github.com/grl-wang/language-servers/commit/aa45998c6c63a043788a427ddb5f8859854791ab)) +* convert switch to checkbox for PPM mode ([#1099](https://github.com/grl-wang/language-servers/issues/1099)) ([15c171f](https://github.com/grl-wang/language-servers/commit/15c171f701587de992c14762d9de9698f6846ee6)) +* correct icon for mcp button ([#1605](https://github.com/grl-wang/language-servers/issues/1605)) ([a2e7d57](https://github.com/grl-wang/language-servers/commit/a2e7d571eafb3767471b401242ac8a25b41961cd)) +* decrease header size for Pair Programmer ([#1216](https://github.com/grl-wang/language-servers/issues/1216)) ([7ec43e9](https://github.com/grl-wang/language-servers/commit/7ec43e9c00bfee443bd81d5bff3aee9ba3350cae)) +* execute command should show when no approval required & add more loading ([#1091](https://github.com/grl-wang/language-servers/issues/1091)) ([5c48989](https://github.com/grl-wang/language-servers/commit/5c48989d18665b84578b9c4bc49a5f3928754619)) +* fix execute command header flickering issue ([#1177](https://github.com/grl-wang/language-servers/issues/1177)) ([dc5d360](https://github.com/grl-wang/language-servers/commit/dc5d36029102f845617ed791f252e115fef57686)) +* fix for status duplicates for permission checks ([#1237](https://github.com/grl-wang/language-servers/issues/1237)) ([a77949a](https://github.com/grl-wang/language-servers/commit/a77949a482cd352ebc5c7eeebb1468a052a5496d)) +* fix header incorrectly added to other message issue ([dc5d360](https://github.com/grl-wang/language-servers/commit/dc5d36029102f845617ed791f252e115fef57686)) +* fix ppm mode switch texts ([#1196](https://github.com/grl-wang/language-servers/issues/1196)) ([c8c7d05](https://github.com/grl-wang/language-servers/commit/c8c7d056a571bc407d029345d19de9f7709e181f)) +* fix the build after merge with main ([#1213](https://github.com/grl-wang/language-servers/issues/1213)) ([6d79bc7](https://github.com/grl-wang/language-servers/commit/6d79bc7dbbc5aa9168c6d5815efc98ea7ead51e0)) +* Fixes the issue of collapsing the files and folders while streaming response. ([#1161](https://github.com/grl-wang/language-servers/issues/1161)) ([8d8521b](https://github.com/grl-wang/language-servers/commit/8d8521bbec0e9bf068bef34fac45f224c0ca9b05)) +* further improvements for thinking/loading ([#1125](https://github.com/grl-wang/language-servers/issues/1125)) ([5e091d7](https://github.com/grl-wang/language-servers/commit/5e091d704cbd3dd4cd3a2a97f0234f029cc49247)) +* image context drag and drop fix on windows ([#1837](https://github.com/grl-wang/language-servers/issues/1837)) ([14df236](https://github.com/grl-wang/language-servers/commit/14df23633138d9b84875fba79a3eaf2d18dca8ce)) +* imagecontext image name bug, mutliple images in pinned context ([#1834](https://github.com/grl-wang/language-servers/issues/1834)) ([27d60ab](https://github.com/grl-wang/language-servers/commit/27d60ab5f5249635a9e73be1ee96ecb820133f9a)) +* immediate full results not getting rendered e.g /help ([#1193](https://github.com/grl-wang/language-servers/issues/1193)) ([8169b26](https://github.com/grl-wang/language-servers/commit/8169b263ab62c5315451b6c8a4d5989375a23fdd)) +* intermediate file card does not have border ([#1734](https://github.com/grl-wang/language-servers/issues/1734)) ([24e0497](https://github.com/grl-wang/language-servers/commit/24e049705ce4ab982700839d012afb35786d8e4f)) +* loading appears too often ([#1179](https://github.com/grl-wang/language-servers/issues/1179)) ([80aa92e](https://github.com/grl-wang/language-servers/commit/80aa92e6b658fe07258bc3d04cb453656e69b7f7)) +* mcp server list highlighting ([#1627](https://github.com/grl-wang/language-servers/issues/1627)) ([e3c7f2c](https://github.com/grl-wang/language-servers/commit/e3c7f2c529726b88a811c701e7ad8514a3abe4b2)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) +* open initial tab using mynahUI defaults instead of waiting for ChatOptions ([#1322](https://github.com/grl-wang/language-servers/issues/1322)) ([87178a5](https://github.com/grl-wang/language-servers/commit/87178a554f23decb45fbdf26f067d0d9801f91a0)) +* override the MynahUi default config ([#1183](https://github.com/grl-wang/language-servers/issues/1183)) ([55b60dd](https://github.com/grl-wang/language-servers/commit/55b60ddd4a4b204c6f7c5a256b2de10abeb9844b)) +* **paidtier:** Upgrade success message is unreliable ([#1602](https://github.com/grl-wang/language-servers/issues/1602)) ([e0b274f](https://github.com/grl-wang/language-servers/commit/e0b274ffee2e091e09574de03fe38e0a234e2f6e)) +* permission check ux changes ([#1290](https://github.com/grl-wang/language-servers/issues/1290)) ([170113f](https://github.com/grl-wang/language-servers/commit/170113f97eccf7827cfc72da33d9dc9c7e4afb3f)) +* prefix if user reject/stop command, whole card should be dimmed ([#1212](https://github.com/grl-wang/language-servers/issues/1212)) ([394db61](https://github.com/grl-wang/language-servers/commit/394db61133e09cfaeff2f7510ab60c571c562130)) +* prevent muting messages with completed status ([#1557](https://github.com/grl-wang/language-servers/issues/1557)) ([527a373](https://github.com/grl-wang/language-servers/commit/527a373cc0b7c2c253d700af002d4e6bc7fdb887)) +* prompt options override ([#1171](https://github.com/grl-wang/language-servers/issues/1171)) ([70e1e1c](https://github.com/grl-wang/language-servers/commit/70e1e1c55ad229f13f202f34d621bbd8f8e3475a)) +* remove @ mention in placeholder q chat text if agentic mode not available ([#1311](https://github.com/grl-wang/language-servers/issues/1311)) ([28f84fc](https://github.com/grl-wang/language-servers/commit/28f84fc82fd5e55ec1cdc61d1bcca6e4e447b12f)) +* remove gradient from create prompt button ([#1475](https://github.com/grl-wang/language-servers/issues/1475)) ([2f34d43](https://github.com/grl-wang/language-servers/commit/2f34d438b08ced84c0a17303fd22d7f750c64dfd)) +* remove loading when stop clicked and add loading when request in progress ([#1117](https://github.com/grl-wang/language-servers/issues/1117)) ([40098dd](https://github.com/grl-wang/language-servers/commit/40098ddc0277a1f29339b15d0950917143d2178b)) +* remvoe code block insert-to-cursor in pp mode ([#1092](https://github.com/grl-wang/language-servers/issues/1092)) ([6d12f3e](https://github.com/grl-wang/language-servers/commit/6d12f3e4b0c78614786228b63cf6bbf34588ca1c)) +* Revert stop text align ([#1397](https://github.com/grl-wang/language-servers/issues/1397)) ([439e859](https://github.com/grl-wang/language-servers/commit/439e8597b5ce8ad052ab571a1a156044f8862206)) +* show server name when deleting ([#1593](https://github.com/grl-wang/language-servers/issues/1593)) ([a2d495a](https://github.com/grl-wang/language-servers/commit/a2d495a5799f078b455869058bb3a546974302ec)) +* stop buttom work expected ([#1307](https://github.com/grl-wang/language-servers/issues/1307)) ([06c752e](https://github.com/grl-wang/language-servers/commit/06c752e1dee106be73daa73f336213aad5413e67)) +* stop button showing in non-agentic chat ([#1230](https://github.com/grl-wang/language-servers/issues/1230)) ([5c1b6c2](https://github.com/grl-wang/language-servers/commit/5c1b6c2ed992befca03120635a23b4aa8cda5ebf)) +* stop chat response first when close tab ([#1292](https://github.com/grl-wang/language-servers/issues/1292)) ([3733b43](https://github.com/grl-wang/language-servers/commit/3733b433a771ece77ae83f55c8e8e3bd13dcd96b)) +* Stop text align ([#1321](https://github.com/grl-wang/language-servers/issues/1321)) ([0f522a1](https://github.com/grl-wang/language-servers/commit/0f522a17004174d29955bf70c304ad9ca39df623)) +* string changes ([#1225](https://github.com/grl-wang/language-servers/issues/1225)) ([584450f](https://github.com/grl-wang/language-servers/commit/584450fba054f4bbcd702ab49a58e45d9abd3d1f)) +* thinking does not always appear ([#1152](https://github.com/grl-wang/language-servers/issues/1152)) ([df231b9](https://github.com/grl-wang/language-servers/commit/df231b9d73807d1696c3f7cdd474186dd8530b26)) +* undo buttom not dimmed the card ([#1276](https://github.com/grl-wang/language-servers/issues/1276)) ([49bd9c9](https://github.com/grl-wang/language-servers/commit/49bd9c95d8f9213fe878720a20c13d8f045778ee)) +* update placeholder ghost message ([#1093](https://github.com/grl-wang/language-servers/issues/1093)) ([0d2c76e](https://github.com/grl-wang/language-servers/commit/0d2c76e8f681671c57d7cc4fe574c855dad19e93)) +* update pp mode in tab store ([#1128](https://github.com/grl-wang/language-servers/issues/1128)) ([7c5e5a8](https://github.com/grl-wang/language-servers/commit/7c5e5a82437c532a304ec9ab04971f2b9c85f0ad)) +* updated spacings through mynah-ui update ([#1214](https://github.com/grl-wang/language-servers/issues/1214)) ([b8e8fab](https://github.com/grl-wang/language-servers/commit/b8e8fab94c5d8b9b8ed4dacff8bb38de0a31750d)) +* updating sticky card css [#1586](https://github.com/grl-wang/language-servers/issues/1586) ([1c92249](https://github.com/grl-wang/language-servers/commit/1c92249635b19e0b0a88b271a200ffd56ea65e9d)) +* updating strings for agentic coding experience ([#1223](https://github.com/grl-wang/language-servers/issues/1223)) ([8302c5e](https://github.com/grl-wang/language-servers/commit/8302c5e135921f212f63ada664ab5f88610119fc)) +* welcome card shows everytime ([#1332](https://github.com/grl-wang/language-servers/issues/1332)) ([e030bdd](https://github.com/grl-wang/language-servers/commit/e030bdd2f0daf61c062f64baa92563b539746e71)) + ## [0.1.22](https://github.com/aws/language-servers/compare/chat-client/v0.1.21...chat-client/v0.1.22) (2025-07-02) diff --git a/chat-client/package.json b/chat-client/package.json index b2c81d04f4..748dea5670 100644 --- a/chat-client/package.json +++ b/chat-client/package.json @@ -1,6 +1,6 @@ { "name": "@aws/chat-client", - "version": "0.1.22", + "version": "0.1.23", "description": "AWS Chat Client", "main": "out/index.js", "repository": { diff --git a/core/aws-lsp-core/CHANGELOG.md b/core/aws-lsp-core/CHANGELOG.md index beec4af0a1..32a66658a7 100644 --- a/core/aws-lsp-core/CHANGELOG.md +++ b/core/aws-lsp-core/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.12](https://github.com/grl-wang/language-servers/compare/lsp-core/v0.0.11...lsp-core/v0.0.12) (2025-07-08) + + +### Features + +* extend logging utilts to support errors ([03c5bdd](https://github.com/grl-wang/language-servers/commit/03c5bdd7f9861a222c21ce4a6594d1cc7b39d217)) + + +### Bug Fixes + +* **amazonq:** add handling for relative paths for isInWorkspace ([#1801](https://github.com/grl-wang/language-servers/issues/1801)) ([3c273a7](https://github.com/grl-wang/language-servers/commit/3c273a7aeac88a7afe40abaf490bc0950e517c01)) +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* **amazonq:** workspace files being tagged as out of workspace issue ([#1726](https://github.com/grl-wang/language-servers/issues/1726)) ([4bd9aea](https://github.com/grl-wang/language-servers/commit/4bd9aeab439d15dc425634b14470fd3c67986c4a)) +* format objects in the logs properly. ([#1139](https://github.com/grl-wang/language-servers/issues/1139)) ([1ff522c](https://github.com/grl-wang/language-servers/commit/1ff522c7005bae518cf8ae3ed80a0faa82d11435)) +* stop button kills the shell executions ([1ff522c](https://github.com/grl-wang/language-servers/commit/1ff522c7005bae518cf8ae3ed80a0faa82d11435)) +* switch to ignore entries over patterns ([#1236](https://github.com/grl-wang/language-servers/issues/1236)) ([49ae714](https://github.com/grl-wang/language-servers/commit/49ae7141024f9802d3ce671441f978f487a399aa)) +* update fileSearch toolSpec and implementation ([#1320](https://github.com/grl-wang/language-servers/issues/1320)) ([4b18f25](https://github.com/grl-wang/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d)) +* update listDirectory tool to output in tree-like format to reduce toolSize ([#1260](https://github.com/grl-wang/language-servers/issues/1260)) ([becfee0](https://github.com/grl-wang/language-servers/commit/becfee0d36e9e2a5fb5239c1e34cc6661ca01d94)) + ## [0.0.11](https://github.com/aws/language-servers/compare/lsp-core/v0.0.10...lsp-core/v0.0.11) (2025-07-02) diff --git a/core/aws-lsp-core/package.json b/core/aws-lsp-core/package.json index adc967b2d4..d1699c2b22 100644 --- a/core/aws-lsp-core/package.json +++ b/core/aws-lsp-core/package.json @@ -1,6 +1,6 @@ { "name": "@aws/lsp-core", - "version": "0.0.11", + "version": "0.0.12", "description": "Core library, contains common code and utilities", "main": "out/index.js", "repository": { diff --git a/package-lock.json b/package-lock.json index 3a38b29aa2..28c9139f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -245,7 +245,7 @@ }, "chat-client": { "name": "@aws/chat-client", - "version": "0.1.22", + "version": "0.1.23", "license": "Apache-2.0", "dependencies": { "@aws/chat-client-ui-types": "^0.1.47", @@ -285,7 +285,7 @@ }, "core/aws-lsp-core": { "name": "@aws/lsp-core", - "version": "0.0.11", + "version": "0.0.12", "license": "Apache-2.0", "dependencies": { "@gerhobbelt/gitignore-parser": "^0.2.0-9", @@ -26618,11 +26618,11 @@ }, "server/aws-lsp-antlr4": { "name": "@aws/lsp-antlr4", - "version": "0.1.15", + "version": "0.1.16", "license": "Apache-2.0", "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11" + "@aws/lsp-core": "^0.0.12" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.24.1", @@ -26681,7 +26681,7 @@ }, "server/aws-lsp-codewhisperer": { "name": "@aws/lsp-codewhisperer", - "version": "0.0.62", + "version": "0.0.63", "bundleDependencies": [ "@amzn/codewhisperer-streaming", "@amzn/amazon-q-developer-streaming-client" @@ -26695,7 +26695,7 @@ "@aws-sdk/util-retry": "^3.374.0", "@aws/chat-client-ui-types": "^0.1.40", "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "@modelcontextprotocol/sdk": "^1.9.0", "@smithy/node-http-handler": "^2.5.0", "adm-zip": "^0.5.10", @@ -26876,11 +26876,11 @@ }, "server/aws-lsp-json": { "name": "@aws/lsp-json", - "version": "0.1.15", + "version": "0.1.16", "license": "Apache-2.0", "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.8" }, @@ -26935,7 +26935,7 @@ }, "server/aws-lsp-partiql": { "name": "@aws/lsp-partiql", - "version": "0.0.14", + "version": "0.0.15", "license": "Apache-2.0", "dependencies": { "@aws/language-server-runtimes": "^0.2.102", @@ -26967,12 +26967,12 @@ }, "server/aws-lsp-yaml": { "name": "@aws/lsp-yaml", - "version": "0.1.15", + "version": "0.1.16", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.8", "yaml-language-server": "1.13.0" diff --git a/server/aws-lsp-antlr4/CHANGELOG.md b/server/aws-lsp-antlr4/CHANGELOG.md index e95d3ab122..6c05e7529b 100644 --- a/server/aws-lsp-antlr4/CHANGELOG.md +++ b/server/aws-lsp-antlr4/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.1.16](https://github.com/grl-wang/language-servers/compare/lsp-antlr4/v0.1.15...lsp-antlr4/v0.1.16) (2025-07-08) + + +### Features + +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) + + +### Bug Fixes + +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* bump runtimes and fix broken test ([#1323](https://github.com/grl-wang/language-servers/issues/1323)) ([7d1a7b9](https://github.com/grl-wang/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582)) +* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/grl-wang/language-servers/issues/1424)) ([9babbb6](https://github.com/grl-wang/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @aws/lsp-core bumped from ^0.0.11 to ^0.0.12 + ## [0.1.15](https://github.com/aws/language-servers/compare/lsp-antlr4/v0.1.14...lsp-antlr4/v0.1.15) (2025-07-02) diff --git a/server/aws-lsp-antlr4/package.json b/server/aws-lsp-antlr4/package.json index dd4dcc9b19..a5be8c653a 100644 --- a/server/aws-lsp-antlr4/package.json +++ b/server/aws-lsp-antlr4/package.json @@ -1,6 +1,6 @@ { "name": "@aws/lsp-antlr4", - "version": "0.1.15", + "version": "0.1.16", "description": "ANTLR4 language server", "main": "out/index.js", "repository": { @@ -29,7 +29,7 @@ }, "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11" + "@aws/lsp-core": "^0.0.12" }, "peerDependencies": { "antlr4-c3": ">=3.4 < 4", diff --git a/server/aws-lsp-codewhisperer/CHANGELOG.md b/server/aws-lsp-codewhisperer/CHANGELOG.md index 1517ebfb2a..9e4bdc5364 100644 --- a/server/aws-lsp-codewhisperer/CHANGELOG.md +++ b/server/aws-lsp-codewhisperer/CHANGELOG.md @@ -1,5 +1,375 @@ # Changelog +## [0.0.63](https://github.com/grl-wang/language-servers/compare/lsp-codewhisperer/v0.0.62...lsp-codewhisperer/v0.0.63) (2025-07-08) + + +### Features + +* add C8 test coverage support ([#1567](https://github.com/grl-wang/language-servers/issues/1567)) ([eee5048](https://github.com/grl-wang/language-servers/commit/eee5048c783ffc300073865d391372d5a583365c)) +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* add context related telemetry to add message ([#1180](https://github.com/grl-wang/language-servers/issues/1180)) ([18eff11](https://github.com/grl-wang/language-servers/commit/18eff11bc1c1dcfdd65e20a70534161492d3e0fe)) +* add EnableWebFormsToBlazorTransform flag to support WebForms to Blazor transformation ([#1577](https://github.com/grl-wang/language-servers/issues/1577)) ([8c6e9f6](https://github.com/grl-wang/language-servers/commit/8c6e9f6e0a6fd1a7464b26572c1b613b3864b27a)) +* add file search tool ([#1103](https://github.com/grl-wang/language-servers/issues/1103)) ([91bfef8](https://github.com/grl-wang/language-servers/commit/91bfef83d167ab8271b48ff1e499331b667fd818)) +* add ide category to auto-trigger threshold computation ([#1104](https://github.com/grl-wang/language-servers/issues/1104)) ([28161f9](https://github.com/grl-wang/language-servers/commit/28161f97873af931307d6a19ea1e25ea5aa6ed3b)) +* add logic to merge with previous suggestions for EDITS ([#1791](https://github.com/grl-wang/language-servers/issues/1791)) ([072d13b](https://github.com/grl-wang/language-servers/commit/072d13b08168f256ea3695bea03cf37b27d91f81)) +* add packageId property to references in req.json ([#1570](https://github.com/grl-wang/language-servers/issues/1570)) ([3b14b17](https://github.com/grl-wang/language-servers/commit/3b14b173369936fe9bcee130a15f2ae1d39c9cb9)) +* add prevalidation step for request ([#1208](https://github.com/grl-wang/language-servers/issues/1208)) ([de154a6](https://github.com/grl-wang/language-servers/commit/de154a6e24cb393fc9ae980addb23a61509e87f6)) +* add request id to default log level ([#1221](https://github.com/grl-wang/language-servers/issues/1221)) ([fe31f26](https://github.com/grl-wang/language-servers/commit/fe31f266eb481d9899c4924f878fe49f6bfe94aa)) +* add stop button for execute bash ([#1150](https://github.com/grl-wang/language-servers/issues/1150)) ([9cf2013](https://github.com/grl-wang/language-servers/commit/9cf2013d30434a8a03f2497fc9b1e2a727c33918)) +* add the code search tool to support semantic search in the workspacke ([#1151](https://github.com/grl-wang/language-servers/issues/1151)) ([d2105cd](https://github.com/grl-wang/language-servers/commit/d2105cddbd2fee5c45c4773bc2d49d45eae1b119)) +* add the grepSearch tool ([#1109](https://github.com/grl-wang/language-servers/issues/1109)) ([6016264](https://github.com/grl-wang/language-servers/commit/601626428b6ac968fe85257a09478e94263a5a1e)) +* add userWrittenCodeTracker ([#1308](https://github.com/grl-wang/language-servers/issues/1308)) ([c10819e](https://github.com/grl-wang/language-servers/commit/c10819ea2c25ce564c75fb43a6792f3c919b757a)) +* added file watchers to listen to mcp and persona config ([#1714](https://github.com/grl-wang/language-servers/issues/1714)) ([4c5a7f8](https://github.com/grl-wang/language-servers/commit/4c5a7f893bad37bea1946d37d06f57197c3ef04b)) +* adding a check before invoking workspace context ([#1227](https://github.com/grl-wang/language-servers/issues/1227)) ([3202b6e](https://github.com/grl-wang/language-servers/commit/3202b6e0654a8037a3be3c50afa60960ce7bda91)) +* adding current working directory to the stdio transport for mcp… ([#1691](https://github.com/grl-wang/language-servers/issues/1691)) ([02c4d64](https://github.com/grl-wang/language-servers/commit/02c4d645a8c2778deab7af9f5377c26e99d01f20)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* adding streakLength back for UserTriggerDecisionEvent ([#1841](https://github.com/grl-wang/language-servers/issues/1841)) ([7052132](https://github.com/grl-wang/language-servers/commit/7052132a5198944ef05ddbf857d622ba518e71da)) +* allow backend errors to be handled seperately ([#1167](https://github.com/grl-wang/language-servers/issues/1167)) ([4c828d4](https://github.com/grl-wang/language-servers/commit/4c828d40611e4354a17ff60179bca57ff9f2bb33)) +* **amazonq:** add abap as supported language [#1463](https://github.com/grl-wang/language-servers/issues/1463) ([116ea07](https://github.com/grl-wang/language-servers/commit/116ea07d4ae4744bb105f474d0d964c366673e7e)) +* **amazonq:** add auth follow up for pending profile selection ([#935](https://github.com/grl-wang/language-servers/issues/935)) ([34a75ef](https://github.com/grl-wang/language-servers/commit/34a75ef62c49ea6323104902f6485803155d57c6)) +* **amazonq:** add error code handling for transformation jobs ([#1174](https://github.com/grl-wang/language-servers/issues/1174)) ([634587c](https://github.com/grl-wang/language-servers/commit/634587c93f08315f0676608b6f8687d309104cac)) +* **amazonq:** add fileUri to FileContext ([#1399](https://github.com/grl-wang/language-servers/issues/1399)) ([e5ede36](https://github.com/grl-wang/language-servers/commit/e5ede36518557bcf969d0b7eecf1f3e6bda2f618)) +* **amazonq:** add transformation preferences functionality to input gen ([#1792](https://github.com/grl-wang/language-servers/issues/1792)) ([095f737](https://github.com/grl-wang/language-servers/commit/095f737b86e6234b2568c6d4deafbbb90967bdbc)) +* **amazonq:** bundle dependency events from workspace context server ([#1712](https://github.com/grl-wang/language-servers/issues/1712)) ([587da41](https://github.com/grl-wang/language-servers/commit/587da4152ed1273117fc549f49d0b81eef7d98a9)) +* **amazonq:** code edit tracker impl for next edit prediction ([#1617](https://github.com/grl-wang/language-servers/issues/1617)) ([cae8993](https://github.com/grl-wang/language-servers/commit/cae89938fe9b7e25d9a1b6552d573e79d29e97f3)) +* **amazonq:** cursor tracker implementation ([#1600](https://github.com/grl-wang/language-servers/issues/1600)) ([9be5a96](https://github.com/grl-wang/language-servers/commit/9be5a9688647d1b4fac3aae852bd0ff4b026a873)) +* **amazonq:** edit predition auto trigger ([#1662](https://github.com/grl-wang/language-servers/issues/1662)) ([cbcd82b](https://github.com/grl-wang/language-servers/commit/cbcd82bf6632859539e46d1fbe12ec75ab505fb4)) +* **amazonq:** implement shared q service server ([#1052](https://github.com/grl-wang/language-servers/issues/1052)) ([0eef371](https://github.com/grl-wang/language-servers/commit/0eef371e24b0a098e861a598f7afa40077eebcdf)) +* **amazonq:** inline unit test generation ([#1406](https://github.com/grl-wang/language-servers/issues/1406)) ([b01610c](https://github.com/grl-wang/language-servers/commit/b01610cdbaa54b0c4340322cdf02785134d0f472)) +* **amazonq:** integrate server side workspace context with inline completion ([#1402](https://github.com/grl-wang/language-servers/issues/1402)) ([cf0f6b3](https://github.com/grl-wang/language-servers/commit/cf0f6b38f8b6bc22f134c50642fcba8281a24479)) +* **amazonq:** migrating / agents to q agentic chat ([#1799](https://github.com/grl-wang/language-servers/issues/1799)) ([559b2ba](https://github.com/grl-wang/language-servers/commit/559b2baec7da7b8fffb697990e3b249ffffcb85c)) +* **amazonq:** model throttling message as card instead of chat message ([#1657](https://github.com/grl-wang/language-servers/issues/1657)) ([7ee1f2a](https://github.com/grl-wang/language-servers/commit/7ee1f2ac0bdaa9f73fb63fc6d20d0de6d7b07523)) +* **amazonq:** next edit prediction configuration and feature flag ([#1635](https://github.com/grl-wang/language-servers/issues/1635)) ([c1a01ac](https://github.com/grl-wang/language-servers/commit/c1a01ace6413222af3c21d19033716a343b85434)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) +* **amazonq:** read and validate the images as context ([#1716](https://github.com/grl-wang/language-servers/issues/1716)) ([7a5d41f](https://github.com/grl-wang/language-servers/commit/7a5d41f3cff7309d04d952fbb5dc063fb8658a06)) +* **amazonq:** rejectedEditTracker impl for next edit prediction ([#1631](https://github.com/grl-wang/language-servers/issues/1631)) ([46246f1](https://github.com/grl-wang/language-servers/commit/46246f1ab677ad7db0f12d88d80debd6264ff3f5)) +* **amazonq:** send relative file path for inline completion ([#1481](https://github.com/grl-wang/language-servers/issues/1481)) ([35e4143](https://github.com/grl-wang/language-servers/commit/35e4143dbaaeec8f3921b8859ce5a7451f099859)) +* **amazonq:** telemetry for chat history and export ([#1314](https://github.com/grl-wang/language-servers/issues/1314)) ([aaa08a4](https://github.com/grl-wang/language-servers/commit/aaa08a4f29ac34f85ec9badf975d6e2e8d114627)) +* **amazonq:** update workspace context server A/B testing filter ([#1830](https://github.com/grl-wang/language-servers/issues/1830)) ([faeeee3](https://github.com/grl-wang/language-servers/commit/faeeee3da7a8712f3501055ba8d485528185cdb6)) +* **amazonq:** utils for NEP(next edit prediction) ([#1615](https://github.com/grl-wang/language-servers/issues/1615)) ([e3e582e](https://github.com/grl-wang/language-servers/commit/e3e582e425e0b9838a81bef04c2b1917fb6cfb66)) +* apply a max 200MB total history size ([#1587](https://github.com/grl-wang/language-servers/issues/1587)) ([62252f2](https://github.com/grl-wang/language-servers/commit/62252f2470b4780b0f1c85558ee5f51366cc64b5)) +* bump logging level of critical messages ([#1358](https://github.com/grl-wang/language-servers/issues/1358)) ([d0bf283](https://github.com/grl-wang/language-servers/commit/d0bf283e9af9321baf8fc2333c702f0317ad7daa)) +* bundle nupkg files into artifact.zip ([#1510](https://github.com/grl-wang/language-servers/issues/1510)) ([b47da11](https://github.com/grl-wang/language-servers/commit/b47da112f256625e274a9156a09e1a4bdd6b6da3)) +* cancel transformation polling when region is changed ([#1077](https://github.com/grl-wang/language-servers/issues/1077)) ([99dd29c](https://github.com/grl-wang/language-servers/commit/99dd29c16f9eb882ab298231db239233042a63c3)) +* customizations profiles update ([#1246](https://github.com/grl-wang/language-servers/issues/1246)) ([ea589c5](https://github.com/grl-wang/language-servers/commit/ea589c5422f478be84f112295d82b0edb902ff21)) +* enable iam auth for agentic chat ([#1736](https://github.com/grl-wang/language-servers/issues/1736)) ([16b287b](https://github.com/grl-wang/language-servers/commit/16b287b9edb3cb3a99b2b3f74c61df216641c5a6)) +* extend logging utilts to support errors ([03c5bdd](https://github.com/grl-wang/language-servers/commit/03c5bdd7f9861a222c21ce4a6594d1cc7b39d217)) +* **flags:** change flag name to enablewebformtransform([#1804](https://github.com/grl-wang/language-servers/issues/1804)) ([3b6c3be](https://github.com/grl-wang/language-servers/commit/3b6c3be7630248cd00c19c16637f016d799ef8d1)) +* Implement dynamic model selection based on extension capabilities and improve error handling ([#1737](https://github.com/grl-wang/language-servers/issues/1737)) ([97db5d8](https://github.com/grl-wang/language-servers/commit/97db5d8dd0a2c8214d37429375ec57aa68a462ee)) +* increase file limit and move to relevantTextDocument ([#1200](https://github.com/grl-wang/language-servers/issues/1200)) ([ed9454a](https://github.com/grl-wang/language-servers/commit/ed9454a507dbf917402208eb06548676119b4901)) +* integrate server side project context into agentic chat ([#1405](https://github.com/grl-wang/language-servers/issues/1405)) ([e4d8f61](https://github.com/grl-wang/language-servers/commit/e4d8f6144aefdd59543f380be59ab63c6bf9e291)) +* language keywords detector impl for NEP ([#1614](https://github.com/grl-wang/language-servers/issues/1614)) ([c48cd82](https://github.com/grl-wang/language-servers/commit/c48cd824c67d42076c60a150035d8867204c198a)) +* launch one remote workspace for all workspace folders ([#1348](https://github.com/grl-wang/language-servers/issues/1348)) ([c240997](https://github.com/grl-wang/language-servers/commit/c24099727c708994f319d9294068f6dee2a75b26)) +* make origin a configurable parameter and pass it to downstream calls ([#1773](https://github.com/grl-wang/language-servers/issues/1773)) ([a1c33d1](https://github.com/grl-wang/language-servers/commit/a1c33d1d7e2bbea693a6d8a9885491c1815f7f62)) +* merge updates for inline completions ([#1299](https://github.com/grl-wang/language-servers/issues/1299)) ([44d81f0](https://github.com/grl-wang/language-servers/commit/44d81f0b5754747d77bda60b40cc70950413a737)) +* migrate inline completion telemetry to Flare ([#1336](https://github.com/grl-wang/language-servers/issues/1336)) ([fcbdde4](https://github.com/grl-wang/language-servers/commit/fcbdde4593cb55a728b996d3e04e90f9b6c6fa70)) +* model selection for agentic chat ([#1294](https://github.com/grl-wang/language-servers/issues/1294)) ([10abd04](https://github.com/grl-wang/language-servers/commit/10abd041d340b1b6fe6adad81cc1f6bd1610826e)) +* open use input prompt for agentic chat and new prompt should stop current response ([90007d0](https://github.com/grl-wang/language-servers/commit/90007d0b05fe8d7415748ea6e539e9d307583970)) +* passing partialResultToken to onInlineCompletionHandler result for EDITS ([#1840](https://github.com/grl-wang/language-servers/issues/1840)) ([270d5a3](https://github.com/grl-wang/language-servers/commit/270d5a3c5adba6b49d938f310ac89ae9b7fbc401)) +* **q:** builderid "paid tier" [#1197](https://github.com/grl-wang/language-servers/issues/1197) ([d25bcb6](https://github.com/grl-wang/language-servers/commit/d25bcb696572dd52938253bd15d838b1a0f57d68)) +* remove auto model selection option ([#1548](https://github.com/grl-wang/language-servers/issues/1548)) ([71fc801](https://github.com/grl-wang/language-servers/commit/71fc80165a7e987ca4d103f40aa93980bcd015da)) +* remove fileSearch and codeSearch tools from Amazon Q language server ([#1160](https://github.com/grl-wang/language-servers/issues/1160)) ([456225f](https://github.com/grl-wang/language-servers/commit/456225f87e0333ec807aa132ea8ba2e5a1b3b588)) +* server side workspace context capability ([a65fec9](https://github.com/grl-wang/language-servers/commit/a65fec9e0cb092ddc941b164fc049fb13bb628c5)) +* show agentLoop error in chat ([#1169](https://github.com/grl-wang/language-servers/issues/1169)) ([a7bfc1a](https://github.com/grl-wang/language-servers/commit/a7bfc1a0da42392a26fe07ba5918c1d7d761de86)) +* show customer facing message for inputTooLong error ([#1175](https://github.com/grl-wang/language-servers/issues/1175)) ([0ad66a2](https://github.com/grl-wang/language-servers/commit/0ad66a2619bfa16091aeef88c7b43e31b5d5c3d6)) +* support file snapshot for diffs ([#1138](https://github.com/grl-wang/language-servers/issues/1138)) ([7040a1c](https://github.com/grl-wang/language-servers/commit/7040a1cdfc57a27a9a437d4db1439a8b24740258)) +* support for project context in Q Chat ([#1061](https://github.com/grl-wang/language-servers/issues/1061)) ([#1101](https://github.com/grl-wang/language-servers/issues/1101)) ([392a31d](https://github.com/grl-wang/language-servers/commit/392a31d2e7adc6eb0bd08ae9aa28d4a1eac3119d)) +* support listAvailableModels server request ([#1808](https://github.com/grl-wang/language-servers/issues/1808)) ([9f1ddb3](https://github.com/grl-wang/language-servers/commit/9f1ddb327778dba6da49337b79c5fef19023b52d)) +* support per region model selection ([#1683](https://github.com/grl-wang/language-servers/issues/1683)) ([0b81b37](https://github.com/grl-wang/language-servers/commit/0b81b37c15a8c407ec04904abb4bdccf829aa1c1)) +* surface file operation errors in tooltip ([#1713](https://github.com/grl-wang/language-servers/issues/1713)) ([8d80e06](https://github.com/grl-wang/language-servers/commit/8d80e06a18e89c1ae33430676ba461b2d7acd314)) +* undo-all button ([#1153](https://github.com/grl-wang/language-servers/issues/1153)) ([82ffd10](https://github.com/grl-wang/language-servers/commit/82ffd106b550bc314f46d52ffb30470316022825)) +* update list of models and set default to 4 ([#1659](https://github.com/grl-wang/language-servers/issues/1659)) ([1991658](https://github.com/grl-wang/language-servers/commit/19916584d3f46049d30f0c23b41c3857a07bc622)) +* use enableLocalIndexing to control actual indexing ([#1201](https://github.com/grl-wang/language-servers/issues/1201)) ([dbf99af](https://github.com/grl-wang/language-servers/commit/dbf99af8c2ec943130472cbab1372a544b14093a)) + + +### Bug Fixes + +* abandon requests with invalid toolResults ([#1274](https://github.com/grl-wang/language-servers/issues/1274)) ([fd6ffcb](https://github.com/grl-wang/language-servers/commit/fd6ffcba75ce116fb8b28edccd2424f07ff72834)) +* accidental formatting [#1410](https://github.com/grl-wang/language-servers/issues/1410) ([3774f40](https://github.com/grl-wang/language-servers/commit/3774f405921a9ba26df4de6cc4044d1fa70f09a3)) +* add code reference to response stream ([#1217](https://github.com/grl-wang/language-servers/issues/1217)) ([5938402](https://github.com/grl-wang/language-servers/commit/5938402ea7608a60286c80e151ef6e3639dbef39)) +* add crypto import ([#1408](https://github.com/grl-wang/language-servers/issues/1408)) ([6d5a5cf](https://github.com/grl-wang/language-servers/commit/6d5a5cf545d882e7ce3afb93028ad2b4a4bcbb8e)) +* add environment variable override to disable indexing library init ([#1504](https://github.com/grl-wang/language-servers/issues/1504)) ([01e9662](https://github.com/grl-wang/language-servers/commit/01e9662cafb5a86e63a23cf908c0d01aede4db89)) +* add file list card separate from permission card for tool execut… ([#1129](https://github.com/grl-wang/language-servers/issues/1129)) ([e9b654e](https://github.com/grl-wang/language-servers/commit/e9b654ecd5ba998e57fc67ae61278a9a497e060a)) +* add file list card separate from permission card for tool executions outside workspace ([e9b654e](https://github.com/grl-wang/language-servers/commit/e9b654ecd5ba998e57fc67ae61278a9a497e060a)) +* add formatChatHistoryMessage to chatDb ([#1110](https://github.com/grl-wang/language-servers/issues/1110)) ([353843a](https://github.com/grl-wang/language-servers/commit/353843a6467adf63b43cbc9262d7067ebfac2cd3)) +* add fsReplace tool to batch edits ([#1533](https://github.com/grl-wang/language-servers/issues/1533)) ([4125134](https://github.com/grl-wang/language-servers/commit/4125134f6e7eee8276d6146a507834b3309c2ec5)) +* add grepSearch implementation ([#1359](https://github.com/grl-wang/language-servers/issues/1359)) ([1260dce](https://github.com/grl-wang/language-servers/commit/1260dcedb0839d7dd6ee0bb159e5f5bb3cbe5f3a)) +* add latency metrics for invokeLLM metric ([#1681](https://github.com/grl-wang/language-servers/issues/1681)) ([0cac52c](https://github.com/grl-wang/language-servers/commit/0cac52c3d037da8fc4403f030738256b07195e76)) +* add missing tools from the list ([#1756](https://github.com/grl-wang/language-servers/issues/1756)) ([4b965d2](https://github.com/grl-wang/language-servers/commit/4b965d279716bb17be3c9402610835d33887adf6)) +* add more common ignore patterns for listDirectory ([#1287](https://github.com/grl-wang/language-servers/issues/1287)) ([e983bfe](https://github.com/grl-wang/language-servers/commit/e983bfe116c1d77460a6a932b6bbd8345b46a6a0)) +* add more detailed log when mcp server initialize failed and tooltip change ([#1594](https://github.com/grl-wang/language-servers/issues/1594)) ([cdab4d6](https://github.com/grl-wang/language-servers/commit/cdab4d6b59c4ded425822063cb568c4b831402e8)) +* Add persistent pair programming mode setting with database storage and UI synchronization([#1757](https://github.com/grl-wang/language-servers/issues/1757)) ([ba683cc](https://github.com/grl-wang/language-servers/commit/ba683cc6dc120863350025a4a082ecf3a95b5905)) +* add profileArn for STE and fix timeBetweenChunks ([#1189](https://github.com/grl-wang/language-servers/issues/1189)) ([9285b75](https://github.com/grl-wang/language-servers/commit/9285b75e63e3bf9516906f10efacde7c50efc0c0)) +* add requestId to chat for QModelResponse errors ([#1284](https://github.com/grl-wang/language-servers/issues/1284)) ([cfea9fa](https://github.com/grl-wang/language-servers/commit/cfea9fa0ee58dcb936bb2debe63494870ea10ab0)) +* add requestIds for each LLM call for amazonq_addMessage metric ([#1338](https://github.com/grl-wang/language-servers/issues/1338)) ([4324c90](https://github.com/grl-wang/language-servers/commit/4324c90224ad9f94b82d9e68e80f7563bdb5f2ea)) +* add result attribute when emitting amazonq_toolUseSuggested telemetry ([#1107](https://github.com/grl-wang/language-servers/issues/1107)) ([d882b18](https://github.com/grl-wang/language-servers/commit/d882b188bfdf09d40340d59190839df3acde8e41)) +* add result attribute when emitting telemetry event ([#1088](https://github.com/grl-wang/language-servers/issues/1088)) ([90007d0](https://github.com/grl-wang/language-servers/commit/90007d0b05fe8d7415748ea6e539e9d307583970)) +* add result field for agentic chat interaction telemetry ([84ba395](https://github.com/grl-wang/language-servers/commit/84ba39596b6240aa71d19e73e15858013dd01e18)) +* add robust validation logic to fixHistory ([#1340](https://github.com/grl-wang/language-servers/issues/1340)) ([14dac87](https://github.com/grl-wang/language-servers/commit/14dac87358c7e1fd79a5e49614fd33c46d43bf72)) +* add support for determing workspace folder with root uri/path on initialize ([#1210](https://github.com/grl-wang/language-servers/issues/1210)) ([5fd3174](https://github.com/grl-wang/language-servers/commit/5fd3174f386fd0e97b8f631d26f457f574d145c4)) +* add tests for workspace change supports ([#1484](https://github.com/grl-wang/language-servers/issues/1484)) ([30559cb](https://github.com/grl-wang/language-servers/commit/30559cb8a394e2f0e11b3150d7480d463014ea78)) +* add validation for empty chat history ([#1403](https://github.com/grl-wang/language-servers/issues/1403)) ([83d83b0](https://github.com/grl-wang/language-servers/commit/83d83b0a22a5c3fb7cdad18c1fa829ee54f37119)) +* add workspace folder to the relativePath ([#1764](https://github.com/grl-wang/language-servers/issues/1764)) ([48a7769](https://github.com/grl-wang/language-servers/commit/48a77697b26590e599a13e731f2cc5c62a893eae)) +* adding agenticcoding field to amazonqaddMessage metric([#1849](https://github.com/grl-wang/language-servers/issues/1849)) ([d677c52](https://github.com/grl-wang/language-servers/commit/d677c52c6139859bc0f2dd8e7ffe6a85b87db3f6)) +* adding error handling for export tab ([#1350](https://github.com/grl-wang/language-servers/issues/1350)) ([6bdd1ac](https://github.com/grl-wang/language-servers/commit/6bdd1acb22bb089f8a5fd257a2fe47e212650382)) +* adding files on VSC windows properly triggers reindexing ([#1820](https://github.com/grl-wang/language-servers/issues/1820)) ([0c2d8eb](https://github.com/grl-wang/language-servers/commit/0c2d8eb7dd875dfe86d1b2d094ec53a2a1221b97)) +* adding files on windows properly triggers reindexing ([#1743](https://github.com/grl-wang/language-servers/issues/1743)) ([a9d4c39](https://github.com/grl-wang/language-servers/commit/a9d4c39afac6112294c9f486a834153a89656966)) +* adding files on windows properly triggers reindexing ([#1755](https://github.com/grl-wang/language-servers/issues/1755)) ([d0abaad](https://github.com/grl-wang/language-servers/commit/d0abaade0e302b7d932254a95f47fa50906963d8)) +* adding message if user clicks on stop button ([#1219](https://github.com/grl-wang/language-servers/issues/1219)) ([50de37d](https://github.com/grl-wang/language-servers/commit/50de37d6ab3d6d91fcb180653ef9b9e35869d517)) +* adding new telemetry metrics and addtional fields for existing metrics ([#1341](https://github.com/grl-wang/language-servers/issues/1341)) ([d242225](https://github.com/grl-wang/language-servers/commit/d2422252a27c57b05609c0829b0741b29c4d9236)) +* adding normalizePathFromUri to mcpUtils to handle uri paths ([#1653](https://github.com/grl-wang/language-servers/issues/1653)) ([20532bf](https://github.com/grl-wang/language-servers/commit/20532bf276967c33c43a677e1c1621451c58b9a9)) +* adding tooltip description to filePaths ([#1136](https://github.com/grl-wang/language-servers/issues/1136)) ([a0bdf7d](https://github.com/grl-wang/language-servers/commit/a0bdf7d6e17c042c6882859b8fea85161140753a)) +* address bugs impacting indexing disabled functionality ([#1293](https://github.com/grl-wang/language-servers/issues/1293)) ([18d86d4](https://github.com/grl-wang/language-servers/commit/18d86d45ab4751a0cc981d440e9fda6c52029922)) +* addtional case for error metric and emit languageServerVersion ([#1143](https://github.com/grl-wang/language-servers/issues/1143)) ([911ddea](https://github.com/grl-wang/language-servers/commit/911ddea52e061697d631ddbae9a283aa146c5131)) +* adjust overall limit per request to 570K characters ([#1771](https://github.com/grl-wang/language-servers/issues/1771)) ([07cf383](https://github.com/grl-wang/language-servers/commit/07cf38325847b586190aed6864ffb86782af743a)) +* adjust vs code auto trigger coefficients ([#1806](https://github.com/grl-wang/language-servers/issues/1806)) ([25b1d1a](https://github.com/grl-wang/language-servers/commit/25b1d1a1930f7d0cb922d3a085cbaac2a09340b9)) +* **agenticChat:** UX fixes for MCP ([#1661](https://github.com/grl-wang/language-servers/issues/1661)) ([bbdb4b4](https://github.com/grl-wang/language-servers/commit/bbdb4b451352af50a914df684d7654686142a13b)) +* allowing access to a folder should implicitly give access to sub folders ([#1170](https://github.com/grl-wang/language-servers/issues/1170)) ([d589c11](https://github.com/grl-wang/language-servers/commit/d589c11c1be053c2c96b36d2541833262f852d44)) +* allowing read access to a folder should implicitly give read access to all subfolders ([d589c11](https://github.com/grl-wang/language-servers/commit/d589c11c1be053c2c96b36d2541833262f852d44)) +* allowing reading multiple files with fsRead, minor tool validation fix ([#1297](https://github.com/grl-wang/language-servers/issues/1297)) ([6568811](https://github.com/grl-wang/language-servers/commit/65688116c4ebf4e4bda821d30226bdb2a334ca3d)) +* also remove loading if execute failed ([#1096](https://github.com/grl-wang/language-servers/issues/1096)) ([08a5d31](https://github.com/grl-wang/language-servers/commit/08a5d31de1c79b9e936d7a29da0e467c1d0997af)) +* **amazonq:** 500k max input limit in user input box. Align payload prompt with user typed prompt. ([#1325](https://github.com/grl-wang/language-servers/issues/1325)) ([3338cc1](https://github.com/grl-wang/language-servers/commit/3338cc1b5dcfd375385d7db2fa693870687dba8a)) +* **amazonq:** add codewhispererCustomizationArn to codewhisperer_perceivedLatency ([#1285](https://github.com/grl-wang/language-servers/issues/1285)) ([b0562ca](https://github.com/grl-wang/language-servers/commit/b0562cac4e5cf9b6477e5fbce4a2ee14a0d2b562)) +* **amazonq:** add ignore pattern for file events from workspace context server ([#1703](https://github.com/grl-wang/language-servers/issues/1703)) ([7a0dd88](https://github.com/grl-wang/language-servers/commit/7a0dd88a2f5251af8018084c55406cd8b9eaf51a)) +* **amazonq:** add jitter for websocket client re-connections ([#1752](https://github.com/grl-wang/language-servers/issues/1752)) ([0542858](https://github.com/grl-wang/language-servers/commit/0542858891ec982bd22369ed42318ff93537f600)) +* **amazonq:** add validation for create a saved prompt UX ([#1116](https://github.com/grl-wang/language-servers/issues/1116)) ([a72d4d2](https://github.com/grl-wang/language-servers/commit/a72d4d2cf2df883ae3c4b143b65d1373433a4b58)) +* **amazonq:** allow taking .jpg file as image context, add image cont… ([#1814](https://github.com/grl-wang/language-servers/issues/1814)) ([4d36fa4](https://github.com/grl-wang/language-servers/commit/4d36fa4a0a04692dba720bc0288c6cee7f45a1fc)) +* **amazonq:** always restore chat tabs when onReady is received ([#1524](https://github.com/grl-wang/language-servers/issues/1524)) ([54fa813](https://github.com/grl-wang/language-servers/commit/54fa813eb124cc3e59c30390a9ec2cc7303f9a1d)) +* **amazonq:** avoid ERR_UNSUPPORTED_ESM_URL_SCHEME error when loading indexer on Windows ([#1135](https://github.com/grl-wang/language-servers/issues/1135)) ([e1f403f](https://github.com/grl-wang/language-servers/commit/e1f403f5d35a268b782b256a2901c4b3a775ac0c)) +* **amazonq:** change the customer UI message to out of the workspace ([#1822](https://github.com/grl-wang/language-servers/issues/1822)) ([624def5](https://github.com/grl-wang/language-servers/commit/624def51e4d9e21ee8d045ffe528455b69cdfecb)) +* **amazonq:** change the icon for error and reduce the count ([#1789](https://github.com/grl-wang/language-servers/issues/1789)) ([758d31c](https://github.com/grl-wang/language-servers/commit/758d31c186b163712312fdffb04ee692cfe11de8)) +* **amazonq:** change the icon for error and reduce the count ([#1789](https://github.com/grl-wang/language-servers/issues/1789)) ([758d31c](https://github.com/grl-wang/language-servers/commit/758d31c186b163712312fdffb04ee692cfe11de8)) +* **amazonq:** change the image filter used in open file dialog ([#1838](https://github.com/grl-wang/language-servers/issues/1838)) ([d9da4cb](https://github.com/grl-wang/language-servers/commit/d9da4cbb7b1995ef43aaba1b7e67d26fd61a3c57)) +* **amazonq:** Code items show symbol name instead of file name ([#1157](https://github.com/grl-wang/language-servers/issues/1157)) ([a21ec17](https://github.com/grl-wang/language-servers/commit/a21ec17962189000fab5d7d269a8c409e049ecb8)) +* **amazonq:** deduplicate files in context list ([#1120](https://github.com/grl-wang/language-servers/issues/1120)) ([00cc54b](https://github.com/grl-wang/language-servers/commit/00cc54b5f2d54a5783facfb5042635e3f1a5d288)) +* **amazonq:** differentiate listWorkspaceMetadata failure and empty result ([#1566](https://github.com/grl-wang/language-servers/issues/1566)) ([ae792d5](https://github.com/grl-wang/language-servers/commit/ae792d5b1266c1c41b2a3f9129002ba3ce091c2b)) +* **amazonq:** export q chat in windows not working due to invalid path ([#1330](https://github.com/grl-wang/language-servers/issues/1330)) ([2dfc9cb](https://github.com/grl-wang/language-servers/commit/2dfc9cbf53dad772ae40f96ce6e026b41d887a51)) +* **amazonq:** filter languages at workspace context server onDeleteFiles ([#1684](https://github.com/grl-wang/language-servers/issues/1684)) ([4272eec](https://github.com/grl-wang/language-servers/commit/4272eec6ce4554560fdf8888d85d31315db2d964)) +* **amazonq:** fix for honouring the index cache dir path value ([#1448](https://github.com/grl-wang/language-servers/issues/1448)) ([40e15b7](https://github.com/grl-wang/language-servers/commit/40e15b75ec514bb7019affdebdb12b923370bf27)) +* **amazonq:** fix line endings before fswrite for windows ([#1483](https://github.com/grl-wang/language-servers/issues/1483)) ([9e4c284](https://github.com/grl-wang/language-servers/commit/9e4c28480f0660e10cbfce154323996ace7aea2b)) +* **amazonq:** fix the order of publishing the chat stop ack message ([#1761](https://github.com/grl-wang/language-servers/issues/1761)) ([20c2263](https://github.com/grl-wang/language-servers/commit/20c22638a34d557fc755e33aed798abc1ce3a6d9)) +* **amazonq:** fix to add grep to read only commands ([#1787](https://github.com/grl-wang/language-servers/issues/1787)) ([6762b27](https://github.com/grl-wang/language-servers/commit/6762b275e9b21de268a7c89e5dc0f37e3295ee60)) +* **amazonq:** fix to add upper limit validation for tool description ([#1760](https://github.com/grl-wang/language-servers/issues/1760)) ([2d18a3b](https://github.com/grl-wang/language-servers/commit/2d18a3ba69d22b26dea5170656d79b9eacc202b1)) +* **amazonq:** fix to include explanation field in mcp tools schema but remove it for tool execution ([#1759](https://github.com/grl-wang/language-servers/issues/1759)) ([b66c772](https://github.com/grl-wang/language-servers/commit/b66c77218d3cc5476cec32922dc22fccd9ca1861)) +* **amazonq:** fix typo in image context list ([#1836](https://github.com/grl-wang/language-servers/issues/1836)) ([179b553](https://github.com/grl-wang/language-servers/commit/179b553a1444201e696fd52e7705dc0c05154eab)) +* **amazonq:** fix UTDE suggestion state for pagination cases ([#1433](https://github.com/grl-wang/language-servers/issues/1433)) ([6bf21e5](https://github.com/grl-wang/language-servers/commit/6bf21e52fc0b7cefb7ee8c0ac820ad7825ba7de7)) +* **amazonq:** Handle throttling errors gracefully and give correct error message([#1733](https://github.com/grl-wang/language-servers/issues/1733)) ([232e7ea](https://github.com/grl-wang/language-servers/commit/232e7eac9556af3ab5e8cc86185b0c90b144cdd7)) +* **amazonq:** handle undefined paths gracefully and retry ([#1825](https://github.com/grl-wang/language-servers/issues/1825)) ([c52b017](https://github.com/grl-wang/language-servers/commit/c52b017eef0666433cbb0b6d8086254dc1af5fee)) +* **amazonq:** include tsx and jsx files in workspace context server ([#1790](https://github.com/grl-wang/language-servers/issues/1790)) ([79691ef](https://github.com/grl-wang/language-servers/commit/79691ef607d9bc98032fe2e59a5031601a4dba9a)) +* **amazonq:** init mcp servers in batch of 5 ([#1758](https://github.com/grl-wang/language-servers/issues/1758)) ([43018a6](https://github.com/grl-wang/language-servers/commit/43018a6bb9d782a5e46d2d60f5a07fffd73cc613)) +* **amazonq:** init mcp servers in parallel ([#1754](https://github.com/grl-wang/language-servers/issues/1754)) ([92527c6](https://github.com/grl-wang/language-servers/commit/92527c6b0cee41634c3bce74173f1c2ced08a985)) +* **amazonq:** itemid was accidentally removed by [#1689](https://github.com/grl-wang/language-servers/issues/1689) ([#1698](https://github.com/grl-wang/language-servers/issues/1698)) ([33524c0](https://github.com/grl-wang/language-servers/commit/33524c092af8088705a3cbae09c6249ad5940ce6)) +* **amazonq:** make workspace context server upload dependency chunks sequentially ([#1769](https://github.com/grl-wang/language-servers/issues/1769)) ([c8329e6](https://github.com/grl-wang/language-servers/commit/c8329e6b90be2c24d72a4525b8903384746de2ab)) +* **amazonq:** nep auto trigger should use file uri but filename is used ([#1753](https://github.com/grl-wang/language-servers/issues/1753)) ([d010c66](https://github.com/grl-wang/language-servers/commit/d010c6610e457fab1a5982e1c677f699150fefe0)) +* **amazonq:** pagination request should also used truncated left/right context ([#1497](https://github.com/grl-wang/language-servers/issues/1497)) ([0a4ab2c](https://github.com/grl-wang/language-servers/commit/0a4ab2ceffe0d3d759587199912adbc84dfb598f)) +* **amazonq:** prevent WCS matching workspaceFolder with only prefix ([#1782](https://github.com/grl-wang/language-servers/issues/1782)) ([988d952](https://github.com/grl-wang/language-servers/commit/988d952485b0f026200a19d17cacd323cd9e359e)) +* **amazonq:** prevent workspace context server initialization workflow from overlapping ([#1668](https://github.com/grl-wang/language-servers/issues/1668)) ([1625abd](https://github.com/grl-wang/language-servers/commit/1625abd2a9fa969859236cfe1b57fa1cdd2dcc33)) +* **amazonq:** profile is not set after re-auth ([#1690](https://github.com/grl-wang/language-servers/issues/1690)) ([2a445ee](https://github.com/grl-wang/language-servers/commit/2a445eef4cc2a70471fd1fc49e6ca4e301051442)) +* **amazonq:** properly deposit workspace context server resources on exit ([#1647](https://github.com/grl-wang/language-servers/issues/1647)) ([34efb2b](https://github.com/grl-wang/language-servers/commit/34efb2b0e4ded031b33ed1ed7b96cf41fbe8e03b)) +* **amazonq:** recursively create directory for saved user prompts ([#1148](https://github.com/grl-wang/language-servers/issues/1148)) ([94290cb](https://github.com/grl-wang/language-servers/commit/94290cb1ea8668d76f37ae19d099d50717aff670)) +* **amazonq:** remove storing zips under workspaceContextArtifacts ([#1601](https://github.com/grl-wang/language-servers/issues/1601)) ([c8445d5](https://github.com/grl-wang/language-servers/commit/c8445d562a11153cc77fac52237f914478f54cb7)) +* **amazonq:** remove the stack trace check from service unavailable exceptions ([#1810](https://github.com/grl-wang/language-servers/issues/1810)) ([a5677f0](https://github.com/grl-wang/language-servers/commit/a5677f03d54aa8e42a71e71c524700c23825ed35)) +* **amazonq:** remove the unnecessary new line after the chat shell command output ([#1750](https://github.com/grl-wang/language-servers/issues/1750)) ([c9f8989](https://github.com/grl-wang/language-servers/commit/c9f8989c7e66e2f594e8c56ad55ce586fb9f6b34)) +* **amazonq:** removed explanation field for mcp servers ([#1717](https://github.com/grl-wang/language-servers/issues/1717)) ([cfc6831](https://github.com/grl-wang/language-servers/commit/cfc683111307dc25c619177e0267860c096fcfe1)) +* **amazonq:** return empty if nep auto trigger is not triggered ([#1766](https://github.com/grl-wang/language-servers/issues/1766)) ([e5c1708](https://github.com/grl-wang/language-servers/commit/e5c17085d43747e8fc852f47182a458ca6e81abb)) +* **amazonq:** save one unnecessary listWorkspaceMetadata call ([#1742](https://github.com/grl-wang/language-servers/issues/1742)) ([a9eb908](https://github.com/grl-wang/language-servers/commit/a9eb908b183a85257958c511e47faf2bc29410df)) +* **amazonq:** send pinned context and rules as message pair ([#1762](https://github.com/grl-wang/language-servers/issues/1762)) ([322add6](https://github.com/grl-wang/language-servers/commit/322add6f8b3b6edd5b3e4b37fc783a1079f15596)) +* **amazonq:** serialize S3 uploads for file events from workspace context server ([#1700](https://github.com/grl-wang/language-servers/issues/1700)) ([1884c57](https://github.com/grl-wang/language-servers/commit/1884c5793d46227d871e8cf25c940f7a87795f04)) +* **amazonq:** shouldn't exit inline flow before we're sure there is no Edit/Completion trigger ([#1819](https://github.com/grl-wang/language-servers/issues/1819)) ([dc8d89b](https://github.com/grl-wang/language-servers/commit/dc8d89b39ee230aba6cfb032f81bda3476a5cc84)) +* **amazonq:** show active file in Context dropdown ([#1815](https://github.com/grl-wang/language-servers/issues/1815)) ([fe1156c](https://github.com/grl-wang/language-servers/commit/fe1156cdd6becbda4b7218cbb06f615a5d919def)) +* **amazonq:** skip sending websocket request when uploading fails ([#1562](https://github.com/grl-wang/language-servers/issues/1562)) ([fec6fbd](https://github.com/grl-wang/language-servers/commit/fec6fbd563826afc3f944b90b85178f9e2f9c8aa)) +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* **amazonq:** utg shouldnt throw when there is no corresponding config as its not handled at callers ([#1572](https://github.com/grl-wang/language-servers/issues/1572)) ([cf79a8c](https://github.com/grl-wang/language-servers/commit/cf79a8c69fcf81beec0e3b138bcb4f09172f12dc)) +* **amazonq:** wrap sspc lsp handlers in try/catch so failures do not take down server ([#1464](https://github.com/grl-wang/language-servers/issues/1464)) ([6a731cb](https://github.com/grl-wang/language-servers/commit/6a731cb680d0574b4033f1fe209f788eb1fae221)) +* bubble up throttling error for ListAvailableProfiles API to client ([#1127](https://github.com/grl-wang/language-servers/issues/1127)) ([daca805](https://github.com/grl-wang/language-servers/commit/daca805d06f731d2a5dd3f86172b86580cf0e69e)) +* bug fix for exportResultsArchive to call with profileArn as parameter ([#1300](https://github.com/grl-wang/language-servers/issues/1300)) ([16162f6](https://github.com/grl-wang/language-servers/commit/16162f67315d174acacb2feb163fa8d9044e147f)) +* bug in skip edit for userWrittenCode ([#1315](https://github.com/grl-wang/language-servers/issues/1315)) ([86a136b](https://github.com/grl-wang/language-servers/commit/86a136b5db9c3a3d15e12421e9b941107842b475)) +* bump runtimes and fix broken test ([#1323](https://github.com/grl-wang/language-servers/issues/1323)) ([7d1a7b9](https://github.com/grl-wang/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582)) +* change in reject button placement in execute bash ([#1182](https://github.com/grl-wang/language-servers/issues/1182)) ([7d36434](https://github.com/grl-wang/language-servers/commit/7d36434e38012a13c18ba3481c3fd3da25b495f8)) +* change log-level for request logs ([#1147](https://github.com/grl-wang/language-servers/issues/1147)) ([26abff9](https://github.com/grl-wang/language-servers/commit/26abff97c17816bc8c765535b673e65fca64671a)) +* change PPM switch info text cards ([c8c7d05](https://github.com/grl-wang/language-servers/commit/c8c7d056a571bc407d029345d19de9f7709e181f)) +* change the version to axios to ^1.8.4 ([#1421](https://github.com/grl-wang/language-servers/issues/1421)) ([f127538](https://github.com/grl-wang/language-servers/commit/f127538832d01ebaf0638a0512dc9f0837b8f2ff)) +* chat response in windows uses mac-like path/command ([#1166](https://github.com/grl-wang/language-servers/issues/1166)) ([80d5e82](https://github.com/grl-wang/language-servers/commit/80d5e82645986d464821cdab0c5aa35da8e1c44a)) +* **chat-client:** fix the warning icon ([#1126](https://github.com/grl-wang/language-servers/issues/1126)) ([c3ecda6](https://github.com/grl-wang/language-servers/commit/c3ecda6317d2b78bac03d2fb4b3b6b011763cd00)) +* **chat-client:** return message for rejecting command ([#1140](https://github.com/grl-wang/language-servers/issues/1140)) ([db90ec0](https://github.com/grl-wang/language-servers/commit/db90ec0f65689377bd5e9684d50b06b7b90472f5)) +* **chat-client:** workspace checks for permission cards ([#1089](https://github.com/grl-wang/language-servers/issues/1089)) ([bdecb10](https://github.com/grl-wang/language-servers/commit/bdecb1095b1a19b5d09f20d7f7762aabcb4090ca)) +* ci failing due to invalid argument ([#1198](https://github.com/grl-wang/language-servers/issues/1198)) ([47c0c84](https://github.com/grl-wang/language-servers/commit/47c0c846f1da587701accb4a82f992700ee1aa57)) +* clear history for `inputTooLong` errors ([#1268](https://github.com/grl-wang/language-servers/issues/1268)) ([b00b014](https://github.com/grl-wang/language-servers/commit/b00b0146b55452c6472d3bc9b44a80afe393b686)) +* clear IDE context for auto-retry requests not initiated by the user ([#1680](https://github.com/grl-wang/language-servers/issues/1680)) ([13c9455](https://github.com/grl-wang/language-servers/commit/13c94558706d0181c1a2d64b439be90a601e8f74)) +* clicking files on Windows doesn't work ([#1168](https://github.com/grl-wang/language-servers/issues/1168)) ([9d50420](https://github.com/grl-wang/language-servers/commit/9d5042041db6342f33b03a94ef463ff1277b016f)) +* connect chat history to workspace file ([#1767](https://github.com/grl-wang/language-servers/issues/1767)) ([4575727](https://github.com/grl-wang/language-servers/commit/4575727911a4efb21a3f24a3d400c7844451c243)) +* context transparency list not displayed ([#1095](https://github.com/grl-wang/language-servers/issues/1095)) ([9919654](https://github.com/grl-wang/language-servers/commit/9919654baf1625eeba3c2023028811b947495809)) +* convert array values to comma-separated strings in telemetry metrics emitAgencticLoop_InvokeLLM ([#1458](https://github.com/grl-wang/language-servers/issues/1458)) ([6682e21](https://github.com/grl-wang/language-servers/commit/6682e2169f7f3815362d2d3a4bcdef809dea8c27)) +* convert RTS improperly formed request error to 500 ([#1356](https://github.com/grl-wang/language-servers/issues/1356)) ([9d74a17](https://github.com/grl-wang/language-servers/commit/9d74a17dd850dbe59a34b75ffb563e037856485b)) +* correct icon for mcp button ([#1605](https://github.com/grl-wang/language-servers/issues/1605)) ([a2e7d57](https://github.com/grl-wang/language-servers/commit/a2e7d571eafb3767471b401242ac8a25b41961cd)) +* decode UTF-16LE shell output on Windows ([#1456](https://github.com/grl-wang/language-servers/issues/1456)) ([ae48442](https://github.com/grl-wang/language-servers/commit/ae48442f499589560ff0bc9e3832171c98e53abb)) +* default model should be undefined until feature is enabled ([#1640](https://github.com/grl-wang/language-servers/issues/1640)) ([8d2e6f0](https://github.com/grl-wang/language-servers/commit/8d2e6f0faaa7ec155e75e22b24e11e9f5896833f)) +* diff reports no lines added or removed ([#1549](https://github.com/grl-wang/language-servers/issues/1549)) ([562f13e](https://github.com/grl-wang/language-servers/commit/562f13e0223a8a01fefc9ca449aad02da9734709)) +* disable grep search ([#1514](https://github.com/grl-wang/language-servers/issues/1514)) ([f4f66fa](https://github.com/grl-wang/language-servers/commit/f4f66fa3d5f8a335ae696506a4e92afe0deb262b)) +* do not auto trigger when there is immediate right context for VSC/JB ([#1802](https://github.com/grl-wang/language-servers/issues/1802)) ([fdb29d4](https://github.com/grl-wang/language-servers/commit/fdb29d472c5a0bc7e0a89f5611245248c380cfe8)) +* duplicate explanation ([#1186](https://github.com/grl-wang/language-servers/issues/1186)) ([8a92df7](https://github.com/grl-wang/language-servers/commit/8a92df708dc8650e82bb42ee105821f201d77139)) +* duplicate suggestion in inline response ([#1331](https://github.com/grl-wang/language-servers/issues/1331)) ([23b0c90](https://github.com/grl-wang/language-servers/commit/23b0c901b9f98490af93b75abe6ccd44ed56fddf)) +* emit all errors to get total # of errors ([#1252](https://github.com/grl-wang/language-servers/issues/1252)) ([b425a66](https://github.com/grl-wang/language-servers/commit/b425a667082e67a20e6f265cb0e41d049d5149af)) +* emit latency as an int for creating visualizations ([#1763](https://github.com/grl-wang/language-servers/issues/1763)) ([34bf564](https://github.com/grl-wang/language-servers/commit/34bf5644444bf66dc5d6b87fc70bd3561d48728a)) +* emit telemetry event to RTS when failed or cancelled ([#1384](https://github.com/grl-wang/language-servers/issues/1384)) ([2e542ae](https://github.com/grl-wang/language-servers/commit/2e542aebb2da37a747ae9dbd6b1fd25e95cf6d93)) +* enable fuzzySearch tool ([#1328](https://github.com/grl-wang/language-servers/issues/1328)) ([93d9c9c](https://github.com/grl-wang/language-servers/commit/93d9c9ca704b59769eca0ce45857db6f9de88aa6)) +* enable grepSearch tool ([#1396](https://github.com/grl-wang/language-servers/issues/1396)) ([a3a39de](https://github.com/grl-wang/language-servers/commit/a3a39de85f822e10fe5a9e9d88165fa26739bc87)) +* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/grl-wang/language-servers/issues/1424)) ([9babbb6](https://github.com/grl-wang/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6)) +* error message metric now correctly emitted ([#1123](https://github.com/grl-wang/language-servers/issues/1123)) ([79043df](https://github.com/grl-wang/language-servers/commit/79043df47c3c2ad0cdd3d38d75f455354175d409)) +* errors/cancellation not resetting undoAll state ([#1273](https://github.com/grl-wang/language-servers/issues/1273)) ([823b199](https://github.com/grl-wang/language-servers/commit/823b199b77de7e715caf31479b9ccc55b0a17445)) +* execute bash output formatting ([#1121](https://github.com/grl-wang/language-servers/issues/1121)) ([c3fd570](https://github.com/grl-wang/language-servers/commit/c3fd5703f0a95c79b9b074f2184a0ffc52c13a7e)) +* execute command should show when no approval required & add more loading ([#1091](https://github.com/grl-wang/language-servers/issues/1091)) ([5c48989](https://github.com/grl-wang/language-servers/commit/5c48989d18665b84578b9c4bc49a5f3928754619)) +* extra line when user run the command ([#1499](https://github.com/grl-wang/language-servers/issues/1499)) ([86a17f5](https://github.com/grl-wang/language-servers/commit/86a17f582ed21000ebc48fcab317b2cb212c4488)) +* extra thinking in the end ([#1146](https://github.com/grl-wang/language-servers/issues/1146)) ([6708413](https://github.com/grl-wang/language-servers/commit/670841357d68fa49f1f792bd9936f2421410458d)) +* falcon context file clicks ([#1094](https://github.com/grl-wang/language-servers/issues/1094)) ([d68d148](https://github.com/grl-wang/language-servers/commit/d68d1486cb2a563b153c967112a0eada0cc772df)) +* file should be grey out and unclickable after undo ([#1184](https://github.com/grl-wang/language-servers/issues/1184)) ([120bdc5](https://github.com/grl-wang/language-servers/commit/120bdc563a39718f0639e19da25fb38323495e03)) +* filter out .git folder from listDirectory ([#1286](https://github.com/grl-wang/language-servers/issues/1286)) ([547ecaf](https://github.com/grl-wang/language-servers/commit/547ecafb561fd3d6bf7a264def829160901dd23a)) +* fix execute command header flickering issue ([#1177](https://github.com/grl-wang/language-servers/issues/1177)) ([dc5d360](https://github.com/grl-wang/language-servers/commit/dc5d36029102f845617ed791f252e115fef57686)) +* fix for context list flickering ux ([#1181](https://github.com/grl-wang/language-servers/issues/1181)) ([a7fc6fe](https://github.com/grl-wang/language-servers/commit/a7fc6fe1acb35b1257f98e5b426b5ee3437716e1)) +* fix for empty description of mcp tools ([#1612](https://github.com/grl-wang/language-servers/issues/1612)) ([820c3bf](https://github.com/grl-wang/language-servers/commit/820c3bfde935cba32b608dad4ac19fdc40a45203)) +* fix for overwriting in workspace level config and persona files ([#1624](https://github.com/grl-wang/language-servers/issues/1624)) ([b201e0c](https://github.com/grl-wang/language-servers/commit/b201e0c938f98329d83ea6ba39776d36ca7e44d0)) +* fix for permission case for execute bash ([66612cd](https://github.com/grl-wang/language-servers/commit/66612cd5fe625dba6d951bc300e538e896e5f392)) +* fix for permission case for execute bash ([#1220](https://github.com/grl-wang/language-servers/issues/1220)) ([66612cd](https://github.com/grl-wang/language-servers/commit/66612cd5fe625dba6d951bc300e538e896e5f392)) +* fix header incorrectly added to other message issue ([dc5d360](https://github.com/grl-wang/language-servers/commit/dc5d36029102f845617ed791f252e115fef57686)) +* fix paths array issue in fsRead ([#1496](https://github.com/grl-wang/language-servers/issues/1496)) ([4bf8624](https://github.com/grl-wang/language-servers/commit/4bf8624f6474590cb0632c9530ca6ff624ac2358)) +* fix ppm mode switch texts ([#1196](https://github.com/grl-wang/language-servers/issues/1196)) ([c8c7d05](https://github.com/grl-wang/language-servers/commit/c8c7d056a571bc407d029345d19de9f7709e181f)) +* fix project root not passed to buildIndex ([3237ffe](https://github.com/grl-wang/language-servers/commit/3237ffef10f4b57cda600397343cbc1e6d40ec38)) +* fix the context list bug and show the tooltip ([c2d61f4](https://github.com/grl-wang/language-servers/commit/c2d61f42214c8a55354f54f1300252acfab3481b)) +* fix the extra line on executeBash and wrong warning msg for outside workspace ([#1240](https://github.com/grl-wang/language-servers/issues/1240)) ([eacc047](https://github.com/grl-wang/language-servers/commit/eacc0475f2fe0362c155a2bd6be1715b2561d356)) +* fix to remove tool name sanitization ([#1621](https://github.com/grl-wang/language-servers/issues/1621)) ([e4e6d96](https://github.com/grl-wang/language-servers/commit/e4e6d9621d8ce70a626e9153859cd4660ccb4c26)) +* fix uncaught exception in workspaceFolderManager ([#1428](https://github.com/grl-wang/language-servers/issues/1428)) ([1b15457](https://github.com/grl-wang/language-servers/commit/1b154570c9cf1eb1d56141095adea4459426b774)) +* Fixes the issue of collapsing the files and folders while streaming response. ([#1161](https://github.com/grl-wang/language-servers/issues/1161)) ([8d8521b](https://github.com/grl-wang/language-servers/commit/8d8521bbec0e9bf068bef34fac45f224c0ca9b05)) +* format objects in the logs properly. ([#1139](https://github.com/grl-wang/language-servers/issues/1139)) ([1ff522c](https://github.com/grl-wang/language-servers/commit/1ff522c7005bae518cf8ae3ed80a0faa82d11435)) +* fsReplace still available when agentic mode off ([#1731](https://github.com/grl-wang/language-servers/issues/1731)) ([7904ea1](https://github.com/grl-wang/language-servers/commit/7904ea18849bb5b9aa6c0e1eb4c6491f3d1598f4)) +* further improvements for thinking/loading ([#1125](https://github.com/grl-wang/language-servers/issues/1125)) ([5e091d7](https://github.com/grl-wang/language-servers/commit/5e091d704cbd3dd4cd3a2a97f0234f029cc49247)) +* grepSearch on Windows ([#1494](https://github.com/grl-wang/language-servers/issues/1494)) ([57fca2f](https://github.com/grl-wang/language-servers/commit/57fca2f0423ad485570f59e6921f36addb7d43a7)) +* handle dangling tool results when history is cleared due to size limits ([#1527](https://github.com/grl-wang/language-servers/issues/1527)) ([9082323](https://github.com/grl-wang/language-servers/commit/9082323d1affe9cb71001aa76a216b690e892b06)) +* handle requestAborted errors silently ([#1394](https://github.com/grl-wang/language-servers/issues/1394)) ([6b12b54](https://github.com/grl-wang/language-servers/commit/6b12b544fbd84b9c57662754ba27aea491be9048)) +* hide non-user-generated messages when reloading history ([#1257](https://github.com/grl-wang/language-servers/issues/1257)) ([9540f12](https://github.com/grl-wang/language-servers/commit/9540f12c7d9495b481d0cf61ad2b2c0b8339f156)) +* ide mapping for VS/Eclipse for send telemetry API ([#1724](https://github.com/grl-wang/language-servers/issues/1724)) ([84373c5](https://github.com/grl-wang/language-servers/commit/84373c537087492445dbf1d3c9d7b86254603ceb)) +* imagecontext image name bug, mutliple images in pinned context ([#1834](https://github.com/grl-wang/language-servers/issues/1834)) ([27d60ab](https://github.com/grl-wang/language-servers/commit/27d60ab5f5249635a9e73be1ee96ecb820133f9a)) +* implement proper error handling. ([#1115](https://github.com/grl-wang/language-servers/issues/1115)) ([4a7bfdc](https://github.com/grl-wang/language-servers/commit/4a7bfdc1402d6c0eaa1da23c61dc5559605e670a)) +* improve data synchronization of server side workspace context ([#1278](https://github.com/grl-wang/language-servers/issues/1278)) ([f50c4a7](https://github.com/grl-wang/language-servers/commit/f50c4a71103b82a9780e542eef2e3622c16332d5)) +* improve the executeBash tool spec ([#1465](https://github.com/grl-wang/language-servers/issues/1465)) ([cab801b](https://github.com/grl-wang/language-servers/commit/cab801b3f7ad77c1fc99d06426fd8ba481109b54)) +* include toolSpec count for history trimming ([#1778](https://github.com/grl-wang/language-servers/issues/1778)) ([8a5322a](https://github.com/grl-wang/language-servers/commit/8a5322a1f2e2452d5535d5cfcacd6c2bfd595b0e)) +* incorrect history when user aborts in-progress toolUse ([#1542](https://github.com/grl-wang/language-servers/issues/1542)) ([0288d85](https://github.com/grl-wang/language-servers/commit/0288d850f34ab0498f300da0a83c123bf7c62e54)) +* increase information on request logs ([#1209](https://github.com/grl-wang/language-servers/issues/1209)) ([469449e](https://github.com/grl-wang/language-servers/commit/469449e10b03649384a16c469ee4909c78ed12d9)) +* increase the code start and end line number by 1 ([#1470](https://github.com/grl-wang/language-servers/issues/1470)) ([743666f](https://github.com/grl-wang/language-servers/commit/743666fd18f262363a49a56bbd5063c24f1d4d31)) +* increase timeout value for the streaming client ([#1654](https://github.com/grl-wang/language-servers/issues/1654)) ([439a488](https://github.com/grl-wang/language-servers/commit/439a488fc95683ab0da2df18a5044d66b689f4ed)) +* invalid json aborts the loop ([#1141](https://github.com/grl-wang/language-servers/issues/1141)) ([222aee8](https://github.com/grl-wang/language-servers/commit/222aee8bc1788f15d85527ca2469d978e2d9c790)) +* keep falcon context in history ([d80fafd](https://github.com/grl-wang/language-servers/commit/d80fafd74b3c76b0f8b9b19d58c5af66fd604c02)) +* llm not breaking down requests when input is too large ([#1159](https://github.com/grl-wang/language-servers/issues/1159)) ([f69bac5](https://github.com/grl-wang/language-servers/commit/f69bac55ba25393f5383ba5622965ba43de4a187)) +* loading appears too often ([#1179](https://github.com/grl-wang/language-servers/issues/1179)) ([80aa92e](https://github.com/grl-wang/language-servers/commit/80aa92e6b658fe07258bc3d04cb453656e69b7f7)) +* log entire raw request ([#1218](https://github.com/grl-wang/language-servers/issues/1218)) ([0662893](https://github.com/grl-wang/language-servers/commit/066289332dd6fe2b3accde69c7076eb3b3ac8822)) +* make file collection for indexing non blocking ([#1701](https://github.com/grl-wang/language-servers/issues/1701)) ([036efde](https://github.com/grl-wang/language-servers/commit/036efdead9c68c4ee6e6590ee2e877ace4cabce6)) +* make LLM less apologetic, increase listDirectory result size ([#1242](https://github.com/grl-wang/language-servers/issues/1242)) ([572cabb](https://github.com/grl-wang/language-servers/commit/572cabb1036171438fe97898f72c85383628bcfd)) +* metric to show tool distribution ([#1090](https://github.com/grl-wang/language-servers/issues/1090)) ([bdf3019](https://github.com/grl-wang/language-servers/commit/bdf3019c76ab32a73398478358f8bf977505b1db)) +* missing handle connection expired error for inline suggestions ([#1373](https://github.com/grl-wang/language-servers/issues/1373)) ([05c7728](https://github.com/grl-wang/language-servers/commit/05c772821e60ba8a6b066b26ca6811d3d9c55455)) +* model doesn't update in session for new tabs ([#1506](https://github.com/grl-wang/language-servers/issues/1506)) ([89aa1ef](https://github.com/grl-wang/language-servers/commit/89aa1efade5ff9421eaf8c66db55d0a9fb8bd283)) +* move generateAssistant request log statement ([#1379](https://github.com/grl-wang/language-servers/issues/1379)) ([e258409](https://github.com/grl-wang/language-servers/commit/e258409fb811769aa700046568c269622daf1ec9)) +* move ignore walk from app/package.json to server/package.json ([#1748](https://github.com/grl-wang/language-servers/issues/1748)) ([6f88dad](https://github.com/grl-wang/language-servers/commit/6f88dad8423aeccc7668e644d33323037fc7a90c)) +* new ignored status for execute bash tool ([#1203](https://github.com/grl-wang/language-servers/issues/1203)) ([be135ec](https://github.com/grl-wang/language-servers/commit/be135ec48afe3f50b918a33e90971c0531ac656e)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) +* only do render on partial results for fsWrite ([#1354](https://github.com/grl-wang/language-servers/issues/1354)) ([9931592](https://github.com/grl-wang/language-servers/commit/993159293edc32f7dc5bd0cfb999562ffee830ed)) +* only keep toolUses with `stop` = true in history ([#1235](https://github.com/grl-wang/language-servers/issues/1235)) ([1edb6af](https://github.com/grl-wang/language-servers/commit/1edb6af0425a3613d7dccb795b7d8178bf1c803c)) +* output validation is incorrect for json output ([#1224](https://github.com/grl-wang/language-servers/issues/1224)) ([fc3281f](https://github.com/grl-wang/language-servers/commit/fc3281f17f06147b5ce41d41a5fe414a1df16bc4)) +* **paidtier:** Upgrade success message is unreliable ([#1602](https://github.com/grl-wang/language-servers/issues/1602)) ([e0b274f](https://github.com/grl-wang/language-servers/commit/e0b274ffee2e091e09574de03fe38e0a234e2f6e)) +* pair programming mode toggle is not respected ([#1145](https://github.com/grl-wang/language-servers/issues/1145)) ([2b11a55](https://github.com/grl-wang/language-servers/commit/2b11a552f7cd4d23db2345f75a09d39fa960d5aa)) +* permission check ux changes ([#1290](https://github.com/grl-wang/language-servers/issues/1290)) ([170113f](https://github.com/grl-wang/language-servers/commit/170113f97eccf7827cfc72da33d9dc9c7e4afb3f)) +* prevent timeout messages from displaying ([#1282](https://github.com/grl-wang/language-servers/issues/1282)) ([a154209](https://github.com/grl-wang/language-servers/commit/a154209f0c2f16ab95eee4cf629676c811431011)) +* projectRoot passed to vecLib was malformed ([#1250](https://github.com/grl-wang/language-servers/issues/1250)) ([def522d](https://github.com/grl-wang/language-servers/commit/def522daee62ea37556fefe12352ef28f38523d1)) +* properly tokenize command args using shlex.split() for Windows ([#1440](https://github.com/grl-wang/language-servers/issues/1440)) ([9355003](https://github.com/grl-wang/language-servers/commit/9355003f5feb030a7b3984122e180368bae29d06)) +* put streakLength under feature flag ([#1796](https://github.com/grl-wang/language-servers/issues/1796)) ([dc4a8fd](https://github.com/grl-wang/language-servers/commit/dc4a8fdd6e94fafe9b1dbe6cb1419c55a285df70)) +* re-categorize error status code ([#1355](https://github.com/grl-wang/language-servers/issues/1355)) ([a98a842](https://github.com/grl-wang/language-servers/commit/a98a842fb5ac8d680e973d97058c22a49e5c3284)) +* Reduce perceived latency of fsWrite. Show fsWrite errors in the UX ([#1351](https://github.com/grl-wang/language-servers/issues/1351)) ([f1e873b](https://github.com/grl-wang/language-servers/commit/f1e873b95fbd119a0303ae1f234f9f1efa1fef56)) +* regex should match workspace text in bold style and startLine can be 0 ([#1272](https://github.com/grl-wang/language-servers/issues/1272)) ([16d6a9d](https://github.com/grl-wang/language-servers/commit/16d6a9d6bc6b23bfda09fb08147e76941809e3f1)) +* reject button for executeBash tool ([#1133](https://github.com/grl-wang/language-servers/issues/1133)) ([b498c6d](https://github.com/grl-wang/language-servers/commit/b498c6d8992dcaeb8540e6a43df7965597a3fe56)) +* related tools in toolSpec causes hallucination ([#1187](https://github.com/grl-wang/language-servers/issues/1187)) ([d8e433e](https://github.com/grl-wang/language-servers/commit/d8e433eb5524228987d84b235bdf8f92dd6512aa)) +* Relaxed MCP server naming constraints to align with Q CLI standards ([#1610](https://github.com/grl-wang/language-servers/issues/1610)) ([52fd0ff](https://github.com/grl-wang/language-servers/commit/52fd0ff5acbb699ec16edbdecb1e6ecc5b84a33b)) +* remove /manage options from the chat prompt popup ([#1650](https://github.com/grl-wang/language-servers/issues/1650)) ([d9de456](https://github.com/grl-wang/language-servers/commit/d9de4565bf1848d91693f1e44b5cbb478ae75d44)) +* remove guessIntentFromPrompt functionality while preserving user Intent property ([#1156](https://github.com/grl-wang/language-servers/issues/1156)) ([1108ff5](https://github.com/grl-wang/language-servers/commit/1108ff52ef59de6ba135412d52a4f20a2a397ee9)) +* remove hardcoding of builtIn and builtInWrite tools ([#1774](https://github.com/grl-wang/language-servers/issues/1774)) ([fc8cc10](https://github.com/grl-wang/language-servers/commit/fc8cc106617249c81a5c48601418b5f31451865c)) +* remove limit on agentic loop ([#1367](https://github.com/grl-wang/language-servers/issues/1367)) ([5943222](https://github.com/grl-wang/language-servers/commit/59432220ba9495d3e5cdfd2d42321f412d1f2b13)) +* remove loading when stop clicked and add loading when request in progress ([#1117](https://github.com/grl-wang/language-servers/issues/1117)) ([40098dd](https://github.com/grl-wang/language-servers/commit/40098ddc0277a1f29339b15d0950917143d2178b)) +* remove redundent thinking... for file operations ([#1839](https://github.com/grl-wang/language-servers/issues/1839)) ([0078602](https://github.com/grl-wang/language-servers/commit/00786023c9c257c9bb8066c36715864b32b4e069)) +* remove the tool from the mapping after user set incase the conflict ([#1609](https://github.com/grl-wang/language-servers/issues/1609)) ([48b996d](https://github.com/grl-wang/language-servers/commit/48b996d1a325e2f2cd4a843bf687f1c2c7cc4df4)) +* removing warning icon for shell commands ([#1233](https://github.com/grl-wang/language-servers/issues/1233)) ([18b2a18](https://github.com/grl-wang/language-servers/commit/18b2a183ddeb3b58e3ebc9931cea08c1cf781bb7)) +* rename fuzzySearch tool name ([#1512](https://github.com/grl-wang/language-servers/issues/1512)) ([4d65c92](https://github.com/grl-wang/language-servers/commit/4d65c92c87fb1138fcaa6f023518122823b60ba4)) +* Render timeout error, JSON parse error, cancellation to the in progress fs.write UI ([#1382](https://github.com/grl-wang/language-servers/issues/1382)) ([f930297](https://github.com/grl-wang/language-servers/commit/f9302976d9e916a88daac546efb8acba45c5a66e)) +* reorder cancellation operations ([#1478](https://github.com/grl-wang/language-servers/issues/1478)) ([0d392a7](https://github.com/grl-wang/language-servers/commit/0d392a7996f6430d13e4d7171e320d5b0b0aaf43)) +* request id and error message in error metric ([#1076](https://github.com/grl-wang/language-servers/issues/1076)) ([84bccc6](https://github.com/grl-wang/language-servers/commit/84bccc6055487df4d4cb30448dabc492f786f6a8)) +* return QModelResponse as a response not an error ([#1523](https://github.com/grl-wang/language-servers/issues/1523)) ([5d2b3ec](https://github.com/grl-wang/language-servers/commit/5d2b3ecf13ab4bbcbab35a6a9c5788048170f09d)) +* Revert status code convertion ([#1370](https://github.com/grl-wang/language-servers/issues/1370)) ([73e0c5b](https://github.com/grl-wang/language-servers/commit/73e0c5b93861ed48c075588cd99e716066c2bc95)) +* see if message is apart of agentic loop ([#1178](https://github.com/grl-wang/language-servers/issues/1178)) ([a047be0](https://github.com/grl-wang/language-servers/commit/a047be0207cb5f7b05e482c35d8cbe9f41dd0cfb)) +* send AmazonQ.md as a rule, do not automatically send README.md ([#1688](https://github.com/grl-wang/language-servers/issues/1688)) ([c7a0656](https://github.com/grl-wang/language-servers/commit/c7a0656ae3624082062f697b1564e589e943e4a8)) +* separate executeBash toolspec for mac and windows ([#1727](https://github.com/grl-wang/language-servers/issues/1727)) ([33e0e4b](https://github.com/grl-wang/language-servers/commit/33e0e4b2347e858ccb0c82c333aeaa8938b24c22)) +* server side timeout causes ISE ([#1254](https://github.com/grl-wang/language-servers/issues/1254)) ([9cb2440](https://github.com/grl-wang/language-servers/commit/9cb2440c165a296e11e0597e14b6c6aa7205f313)) +* Set `source` parameter chat request context to 'IDE' ([#1407](https://github.com/grl-wang/language-servers/issues/1407)) ([c8d6edf](https://github.com/grl-wang/language-servers/commit/c8d6edf58e824c994ffe5c10bb970665375e0eb7)) +* set streamingClient timeout config ([#1283](https://github.com/grl-wang/language-servers/issues/1283)) ([cc7680d](https://github.com/grl-wang/language-servers/commit/cc7680da85c6528d5f54f347b7ce922ffbba25b0)) +* setting shouldDisplayMessage to false for /agents ([#1811](https://github.com/grl-wang/language-servers/issues/1811)) ([4a72cf7](https://github.com/grl-wang/language-servers/commit/4a72cf7bbc9081f65c4e88c3ab42441a21ec6e03)) +* should always trigger EDIT suggestion if triggering via acceptance ([#1826](https://github.com/grl-wang/language-servers/issues/1826)) ([6c9e522](https://github.com/grl-wang/language-servers/commit/6c9e5225a58d7cf43931d84e7ae63275d6f9c066)) +* show context transparency list when using [@workspace](https://github.com/workspace) ([#1241](https://github.com/grl-wang/language-servers/issues/1241)) ([291c0ba](https://github.com/grl-wang/language-servers/commit/291c0ba945f311f6c1c071d048792de8735d17b8)) +* show tooltip for warning message and remove the warning text ([#1259](https://github.com/grl-wang/language-servers/issues/1259)) ([312b04d](https://github.com/grl-wang/language-servers/commit/312b04dbde37fbf1a1cc5d8884d62728edbc2810)) +* some chat messages are not added to history ([#1102](https://github.com/grl-wang/language-servers/issues/1102)) ([0813bf3](https://github.com/grl-wang/language-servers/commit/0813bf31a160e2213ec567ddae63e94690731111)) +* SSPC dependency upload and watcher fixes ([#1377](https://github.com/grl-wang/language-servers/issues/1377)) ([a5833fe](https://github.com/grl-wang/language-servers/commit/a5833fea3488f2e31877b5677fd532f5415b339c)) +* stop button fix while waiting for permission check ([#1113](https://github.com/grl-wang/language-servers/issues/1113)) ([a113a0d](https://github.com/grl-wang/language-servers/commit/a113a0d6fa1558bcedacc182d66abc7159bbcdc1)) +* stop button kills the shell executions ([1ff522c](https://github.com/grl-wang/language-servers/commit/1ff522c7005bae518cf8ae3ed80a0faa82d11435)) +* stop button kills the shell executions ([6597a5c](https://github.com/grl-wang/language-servers/commit/6597a5c2a97bcd3449a075fc861642bb84f4bcd1)) +* stop button kills the shell executions ([#1142](https://github.com/grl-wang/language-servers/issues/1142)) ([6597a5c](https://github.com/grl-wang/language-servers/commit/6597a5c2a97bcd3449a075fc861642bb84f4bcd1)) +* switch to ignore entries over patterns ([#1236](https://github.com/grl-wang/language-servers/issues/1236)) ([49ae714](https://github.com/grl-wang/language-servers/commit/49ae7141024f9802d3ce671441f978f487a399aa)) +* telemetry for `@Files`, `@Folders`, `@Prompts`, `@Code` ([#1194](https://github.com/grl-wang/language-servers/issues/1194)) ([c9c9f09](https://github.com/grl-wang/language-servers/commit/c9c9f0930746bfb58af19c6150e2f4a004380728)) +* telemetry for agentic chat interactions ([#1164](https://github.com/grl-wang/language-servers/issues/1164)) ([9582275](https://github.com/grl-wang/language-servers/commit/95822751b0e06eb85cad3d2698541d45eaa24c38)) +* the new prompt wont stop the process properly ([#1404](https://github.com/grl-wang/language-servers/issues/1404)) ([6e3ec9b](https://github.com/grl-wang/language-servers/commit/6e3ec9b7483fee74563b735440789d4add9158e0)) +* thinking does not always appear ([#1152](https://github.com/grl-wang/language-servers/issues/1152)) ([df231b9](https://github.com/grl-wang/language-servers/commit/df231b9d73807d1696c3f7cdd474186dd8530b26)) +* thinking doesn't get removed if response is empty ([#1699](https://github.com/grl-wang/language-servers/issues/1699)) ([9a63c99](https://github.com/grl-wang/language-servers/commit/9a63c99b3195c9da0f537980324998138f25a3fa)) +* timeout only works for the first time in the loop ([#1675](https://github.com/grl-wang/language-servers/issues/1675)) ([ab50985](https://github.com/grl-wang/language-servers/commit/ab50985eb0dac1888769f7fb703aa8d6f50c1b89)) +* truncate API payload ([#1368](https://github.com/grl-wang/language-servers/issues/1368)) ([1120272](https://github.com/grl-wang/language-servers/commit/112027253ca773e0b674c0527dd48c9ee8d9ddc4)) +* Truncate API request context first, then truncate chat history ([#1372](https://github.com/grl-wang/language-servers/issues/1372)) ([80fdbdf](https://github.com/grl-wang/language-servers/commit/80fdbdfc27849e136b30d7a68727b3f53b03c8af)) +* truncate userInputMessage to first 500k characters ([#1327](https://github.com/grl-wang/language-servers/issues/1327)) ([d6f84db](https://github.com/grl-wang/language-servers/commit/d6f84db58f59afe85351380d7fad5320a2889f1c)) +* typo in cwsprChatTimeToFirstChunk and remove all zeros ([#1222](https://github.com/grl-wang/language-servers/issues/1222)) ([4c940bc](https://github.com/grl-wang/language-servers/commit/4c940bc20a3417e39d66ea73532f99a312d05e35)) +* typo in response code metric field ([#1192](https://github.com/grl-wang/language-servers/issues/1192)) ([57ca5bb](https://github.com/grl-wang/language-servers/commit/57ca5bb162f7924ff071d26521bd7cac5f16cdcb)) +* undefined path causing the loop to break ([#1718](https://github.com/grl-wang/language-servers/issues/1718)) ([8e48b86](https://github.com/grl-wang/language-servers/commit/8e48b866221c70c79156b714f036413816748b6c)) +* undo all appears between writes ([#1207](https://github.com/grl-wang/language-servers/issues/1207)) ([2548d17](https://github.com/grl-wang/language-servers/commit/2548d177fcc1b978100d6414a6f352492619386c)) +* update context commands on file add/delete ([#1158](https://github.com/grl-wang/language-servers/issues/1158)) ([b3b376e](https://github.com/grl-wang/language-servers/commit/b3b376ea052444667d7d8e3db13664b158c6a59e)) +* update executeBash UI for failures during command existence check ([#1462](https://github.com/grl-wang/language-servers/issues/1462)) ([7165301](https://github.com/grl-wang/language-servers/commit/7165301ac8de36c34011d9fc8b066fa2fe3aff7e)) +* update fileSearch toolSpec and implementation ([#1320](https://github.com/grl-wang/language-servers/issues/1320)) ([4b18f25](https://github.com/grl-wang/language-servers/commit/4b18f25dfb8595f18b2773dddaa5bfbc64cf519d)) +* update fsReplace toolSpec to emphasize JSON array syntax ([#1751](https://github.com/grl-wang/language-servers/issues/1751)) ([31f6994](https://github.com/grl-wang/language-servers/commit/31f6994c25d2a24709fd7119463d1be269cd68b1)) +* update header ignore status ([#1239](https://github.com/grl-wang/language-servers/issues/1239)) ([6abf2fd](https://github.com/grl-wang/language-servers/commit/6abf2fd27e8702a89f1ab306f363e04dfa27b978)) +* update header on execute bash completion ([#1163](https://github.com/grl-wang/language-servers/issues/1163)) ([72f7bef](https://github.com/grl-wang/language-servers/commit/72f7bef68f7ba05241b766b0915bc007d7e83b7e)) +* update ignore pattern of glob for sspc ([#1319](https://github.com/grl-wang/language-servers/issues/1319)) ([6f56600](https://github.com/grl-wang/language-servers/commit/6f566008a7b5b726418e3de535e55c63285de532)) +* update listDirectory tool to output in tree-like format to reduce toolSize ([#1260](https://github.com/grl-wang/language-servers/issues/1260)) ([becfee0](https://github.com/grl-wang/language-servers/commit/becfee0d36e9e2a5fb5239c1e34cc6661ca01d94)) +* update MCP tools implementation ([#1676](https://github.com/grl-wang/language-servers/issues/1676)) ([51b7870](https://github.com/grl-wang/language-servers/commit/51b7870d7144d593249a3da001b7f1047aa3b642)) +* update reject button status ([#1253](https://github.com/grl-wang/language-servers/issues/1253)) ([78c12c8](https://github.com/grl-wang/language-servers/commit/78c12c8620367ac4276fb564e28ca58292cc8456)) +* update toolSpec for fsRead, fsWrite and listDirectory ([#1144](https://github.com/grl-wang/language-servers/issues/1144)) ([1a5f745](https://github.com/grl-wang/language-servers/commit/1a5f745f828f63e773165b58479d5ef513a04c0b)) +* update undo-all-changes button icon to undo ([#1238](https://github.com/grl-wang/language-servers/issues/1238)) ([6ebd5eb](https://github.com/grl-wang/language-servers/commit/6ebd5eb8896a487189b79b1bbf1612ec9e95d064)) +* updated spacings through mynah-ui update ([#1214](https://github.com/grl-wang/language-servers/issues/1214)) ([b8e8fab](https://github.com/grl-wang/language-servers/commit/b8e8fab94c5d8b9b8ed4dacff8bb38de0a31750d)) +* use NodeHttpHandler when configuring requestHandler ([#1670](https://github.com/grl-wang/language-servers/issues/1670)) ([7b620a8](https://github.com/grl-wang/language-servers/commit/7b620a82b7acb4fbdbb5b88661be661dd575d152)) +* use proper condition for trigger index enablement response ([#1258](https://github.com/grl-wang/language-servers/issues/1258)) ([5aeb694](https://github.com/grl-wang/language-servers/commit/5aeb694f495b8365c958bc9b626d0daf11718458)) +* use updated version of vecLib and use local context controller to raise context command updates ([#1479](https://github.com/grl-wang/language-servers/issues/1479)) ([6d4280d](https://github.com/grl-wang/language-servers/commit/6d4280d1eb61d3b10674a0aa137ae6fd2f5446bf)) +* ux polish for list directory tool messages. ([#1075](https://github.com/grl-wang/language-servers/issues/1075)) ([7cefc1f](https://github.com/grl-wang/language-servers/commit/7cefc1f5dbcc7518e7b67b0de8f3204f12a74ea4)) +* validate tool output content size ([#1111](https://github.com/grl-wang/language-servers/issues/1111)) ([e22fd16](https://github.com/grl-wang/language-servers/commit/e22fd1605142b1700060e5df20eaa55393dd116b)) +* when user add a new server, it would load global persona at first time ([#1667](https://github.com/grl-wang/language-servers/issues/1667)) ([a3cf388](https://github.com/grl-wang/language-servers/commit/a3cf3880d178ae74f2136abb798f6a8f08fe76e2)) +* wrap load chats on ready in try-catch ([#1289](https://github.com/grl-wang/language-servers/issues/1289)) ([7de86f0](https://github.com/grl-wang/language-servers/commit/7de86f01460c8615f60548d3bd27a87bbc03e6f8)) + + +### Reverts + +* **amazonq:** bring back [#1684](https://github.com/grl-wang/language-servers/issues/1684) ([#1697](https://github.com/grl-wang/language-servers/issues/1697)) ([5e7aa76](https://github.com/grl-wang/language-servers/commit/5e7aa76b6ebcf8e0a7489d3574cc14ed3d0ceebe)) +* **amazonq:** bring back [#1689](https://github.com/grl-wang/language-servers/issues/1689) ([5b84b0e](https://github.com/grl-wang/language-servers/commit/5b84b0e4c42c344d91ef9c99a04d3a2671221aa1)) +* **amazonq:** fix filter languages at workspace context server onDeleteFiles ([403c26a](https://github.com/grl-wang/language-servers/commit/403c26a91f25d0035d92bfd21835b747a0dbafce)) +* **amazonq:** nep cherrypick codewhispererService.ts ([#1689](https://github.com/grl-wang/language-servers/issues/1689))" ([#1692](https://github.com/grl-wang/language-servers/issues/1692)) ([69f1071](https://github.com/grl-wang/language-servers/commit/69f10717c2eff8d4479ffa8a18220e15c03f865d)) +* fix adding files on windows properly triggers reindexing ([#1743](https://github.com/grl-wang/language-servers/issues/1743)) ([08d15e6](https://github.com/grl-wang/language-servers/commit/08d15e67e1ff690dab8bf2dca5c0cf977afc0ba9)) +* fix(amazonq): always restore chat tabs when onReady is received ([#1524](https://github.com/grl-wang/language-servers/issues/1524)) ([#1536](https://github.com/grl-wang/language-servers/issues/1536)) ([60b3b63](https://github.com/grl-wang/language-servers/commit/60b3b63ded17e81e3dc12ff0f14b652bdff01667)) +* Revert "fix: adding files on windows properly triggers reindexing ([#1755](https://github.com/grl-wang/language-servers/issues/1755))" ([#1794](https://github.com/grl-wang/language-servers/issues/1794)) ([bb4fb25](https://github.com/grl-wang/language-servers/commit/bb4fb25e3e8c9b0a99b75cde08e9617053d69993)) +* use cw streaming client from npm ([#1552](https://github.com/grl-wang/language-servers/issues/1552)) ([788d8ed](https://github.com/grl-wang/language-servers/commit/788d8ed58f828b16ddce9029b8d640ed1fe885bc)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @aws/lsp-core bumped from ^0.0.11 to ^0.0.12 + ## [0.0.62](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.61...lsp-codewhisperer/v0.0.62) (2025-07-02) diff --git a/server/aws-lsp-codewhisperer/package.json b/server/aws-lsp-codewhisperer/package.json index 7b882739b4..77b5c24a23 100644 --- a/server/aws-lsp-codewhisperer/package.json +++ b/server/aws-lsp-codewhisperer/package.json @@ -1,6 +1,6 @@ { "name": "@aws/lsp-codewhisperer", - "version": "0.0.62", + "version": "0.0.63", "description": "CodeWhisperer Language Server", "main": "out/index.js", "repository": { @@ -37,7 +37,7 @@ "@aws-sdk/util-retry": "^3.374.0", "@aws/chat-client-ui-types": "^0.1.40", "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "@modelcontextprotocol/sdk": "^1.9.0", "@smithy/node-http-handler": "^2.5.0", "adm-zip": "^0.5.10", diff --git a/server/aws-lsp-json/CHANGELOG.md b/server/aws-lsp-json/CHANGELOG.md index f4d847a6f4..62a2d79c6b 100644 --- a/server/aws-lsp-json/CHANGELOG.md +++ b/server/aws-lsp-json/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.1.16](https://github.com/grl-wang/language-servers/compare/lsp-json/v0.1.15...lsp-json/v0.1.16) (2025-07-08) + + +### Features + +* add C8 test coverage support ([#1567](https://github.com/grl-wang/language-servers/issues/1567)) ([eee5048](https://github.com/grl-wang/language-servers/commit/eee5048c783ffc300073865d391372d5a583365c)) +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) + + +### Bug Fixes + +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* bump runtimes and fix broken test ([#1323](https://github.com/grl-wang/language-servers/issues/1323)) ([7d1a7b9](https://github.com/grl-wang/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582)) +* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/grl-wang/language-servers/issues/1424)) ([9babbb6](https://github.com/grl-wang/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @aws/lsp-core bumped from ^0.0.11 to ^0.0.12 + ## [0.1.15](https://github.com/aws/language-servers/compare/lsp-json/v0.1.14...lsp-json/v0.1.15) (2025-07-02) diff --git a/server/aws-lsp-json/package.json b/server/aws-lsp-json/package.json index 9846fbf22d..6ca6ff165b 100644 --- a/server/aws-lsp-json/package.json +++ b/server/aws-lsp-json/package.json @@ -1,6 +1,6 @@ { "name": "@aws/lsp-json", - "version": "0.1.15", + "version": "0.1.16", "description": "JSON Language Server", "main": "out/index.js", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.8" }, diff --git a/server/aws-lsp-partiql/CHANGELOG.md b/server/aws-lsp-partiql/CHANGELOG.md index d3de47d50a..a974b067f2 100644 --- a/server/aws-lsp-partiql/CHANGELOG.md +++ b/server/aws-lsp-partiql/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.15](https://github.com/grl-wang/language-servers/compare/lsp-partiql/v0.0.14...lsp-partiql/v0.0.15) (2025-07-08) + + +### Features + +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) + + +### Bug Fixes + +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* bump runtimes and fix broken test ([#1323](https://github.com/grl-wang/language-servers/issues/1323)) ([7d1a7b9](https://github.com/grl-wang/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582)) +* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/grl-wang/language-servers/issues/1424)) ([9babbb6](https://github.com/grl-wang/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) + ## [0.0.14](https://github.com/aws/language-servers/compare/lsp-partiql/v0.0.13...lsp-partiql/v0.0.14) (2025-06-26) diff --git a/server/aws-lsp-partiql/package.json b/server/aws-lsp-partiql/package.json index c9308e8e39..16a07ff399 100644 --- a/server/aws-lsp-partiql/package.json +++ b/server/aws-lsp-partiql/package.json @@ -3,7 +3,7 @@ "author": "Amazon Web Services", "license": "Apache-2.0", "description": "PartiQL language server", - "version": "0.0.14", + "version": "0.0.15", "repository": { "type": "git", "url": "https://github.com/aws/language-servers" diff --git a/server/aws-lsp-yaml/CHANGELOG.md b/server/aws-lsp-yaml/CHANGELOG.md index f26d08952e..18468b0f9b 100644 --- a/server/aws-lsp-yaml/CHANGELOG.md +++ b/server/aws-lsp-yaml/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.1.16](https://github.com/grl-wang/language-servers/compare/lsp-yaml/v0.1.15...lsp-yaml/v0.1.16) (2025-07-08) + + +### Features + +* add client side ide diagnostics to telemetry event ([#1768](https://github.com/grl-wang/language-servers/issues/1768)) ([d08fc6c](https://github.com/grl-wang/language-servers/commit/d08fc6cccb9238cef9c2ba485e116c0516839537)) +* adding mcp servers feature to the language-server ([#1544](https://github.com/grl-wang/language-servers/issues/1544)) ([f37bf5f](https://github.com/grl-wang/language-servers/commit/f37bf5f91921d7611c124de6d54dd6ec653038c6)) +* **amazonq:** pinned context and rules ([#1663](https://github.com/grl-wang/language-servers/issues/1663)) ([25e7a5a](https://github.com/grl-wang/language-servers/commit/25e7a5ab8b6630525a4fd6acc0524f67f00af817)) + + +### Bug Fixes + +* **amazonq:** Use common utility to determine workspaceFolders and fix tests ([#1353](https://github.com/grl-wang/language-servers/issues/1353)) ([483f532](https://github.com/grl-wang/language-servers/commit/483f532b940d3ff2e914c0824f7501c3fe6a6235)) +* bump runtimes and fix broken test ([#1323](https://github.com/grl-wang/language-servers/issues/1323)) ([7d1a7b9](https://github.com/grl-wang/language-servers/commit/7d1a7b9700ee2cc154dfe357ebbb62597d3f1582)) +* ensure local index server updates with workspaceChangeEvent and bump runtimes ([#1424](https://github.com/grl-wang/language-servers/issues/1424)) ([9babbb6](https://github.com/grl-wang/language-servers/commit/9babbb643daa2893454dbc977d3802822b2c0aa6)) +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/grl-wang/language-servers/issues/1119)) ([0211223](https://github.com/grl-wang/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @aws/lsp-core bumped from ^0.0.11 to ^0.0.12 + ## [0.1.15](https://github.com/aws/language-servers/compare/lsp-yaml/v0.1.14...lsp-yaml/v0.1.15) (2025-07-02) diff --git a/server/aws-lsp-yaml/package.json b/server/aws-lsp-yaml/package.json index 4e2117ffe7..9f5d3a7b26 100644 --- a/server/aws-lsp-yaml/package.json +++ b/server/aws-lsp-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@aws/lsp-yaml", - "version": "0.1.15", + "version": "0.1.16", "description": "YAML Language Server", "main": "out/index.js", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@aws/language-server-runtimes": "^0.2.102", - "@aws/lsp-core": "^0.0.11", + "@aws/lsp-core": "^0.0.12", "vscode-languageserver": "^9.0.1", "vscode-languageserver-textdocument": "^1.0.8", "yaml-language-server": "1.13.0"