lsp-codewhisperer/v0.0.10
·
803 commits
to main
since this release
What's Changed
- Feature: Add Q .NET Transform Server
- Add default response for "How can Amazon Q help me?"
- Allow "0" to be used as partial token in chat handler
In more details
- Run npm ci instead of npm install in GitHub actions by @imykhai in #317
- Bump ws from 8.17.0 to 8.17.1 by @dependabot in #314
- Bump @aws-sdk/credential-providers from 3.574.0 to 3.598.0 by @dependabot in #312
- Run workflows on Windows by @viktorsaws in #307
- Removed unused and vulnerable dependencies by @imykhai in #318
- Create scripts to bundle dependencies by @rtarcr in #316
- Bump mynah version in chat client by @ege0zcan in #322
- Fixing Windows problems - prettier CRLF and linux cp tool by @imykhai in #321
- Fixed partiql tests failing on windows by @imykhai in #325
- Send auth follow up item back when q returns auth error by @makenneth in #323
- Emit initial add tab event by @makenneth in #324
- Update Codewhisperer streaming client package by @viktorsaws in #327
- Optimise packaging by @viktorsaws in #328
- Update dependencies by @ege0zcan in #326
- Ensure unque tab id and allow follow up text to be empty by @makenneth in #329
- Update security scan tool name to Amazon Q by @shruti0085 in #331
- Specify custom user agent for streaming client by @ege0zcan in #338
- Set message can be voted; fix clear command by @makenneth in #339
- Expand chat telemetry types by @makenneth in #340
- Update mynah & handle auth follow up button by @ege0zcan in #342
- Add Chat Telemetry by @makenneth in #330
- Send feedback as telemetry back by @makenneth in #343
- Add initial packing test workflow for Codewhisperer package by @viktorsaws in #332
- Make sure clear quick action doesn't get stuck loading by @ege0zcan in #344
- Update package.json to fix internal issue by @ege0zcan in #346
- Add credentialStartUrl to chat metrics by @makenneth in #345
- Temporarily bundle mynah manually by @ege0zcan in #349
- Increment aws-lsp-codewhisperer version to 0.0.7 by @ege0zcan in #350
- Instantiate a new chat client on every request by @makenneth in #351
- Increment aws-lsp-codewhisperer version to 0.0.8 by @ege0zcan in #352
- Adding more tests for npm packages by @viktorsaws in #347
- Add Chat modify code telemetry by @makenneth in #354
- Ensure errors are useful message for security scan by @farisab1 in #355
- Clean up logging and remove q data from response error by @makenneth in #356
- Fixing typo in /help quick action by @farisab1 in #357
- Filter out Git Ignored files from security scans by @rbbarad in #358
- Update runtimes minor version by @ege0zcan in #359
- Remove the temporary mynah-ui and consume correctly by @ege0zcan in #364
- Update prepack script to copy instead of symlink bundled dependencies by @ege0zcan in #367
- Update README.md by @aderende in #368
- Bump web-tree-sitter from 0.20.8 to 0.22.6 by @dependabot in #334
- Bump sinon from 17.0.1 to 18.0.0 by @dependabot in #335
- Bump @smithy/url-parser from 3.0.1 to 3.0.3 by @dependabot in #360
- Bump @smithy/invalid-dependency from 3.0.1 to 3.0.3 by @dependabot in #361
- Bump @smithy/middleware-stack from 3.0.1 to 3.0.3 by @dependabot in #362
- Automate publishing to npm from Github Workflows by @viktorsaws in #375
- Fix servers not starting in VSCode by @rahmaniaam in #376
- Bump @aws-sdk/credential-providers from 3.598.0 to 3.614.0 by @dependabot in #380
- Bump @smithy/eventstream-serde-config-resolver from 3.0.1 to 3.0.3 by @dependabot in #371
- Upgraded ts dependency version without CW streaming client upgrade by @volodkevych in #382
- Allow "0" to be used as partial token in chat handler by @makenneth in #384
- Add Semantic Tokens Support for PartiQL Server by @XuechunHHH in #377
- Merge transform server by @ege0zcan in #386
- Use ANTLR grammar for PartiQL diagnostics by @akoreman in #383
- Use token from AWS Secret Manager in publish to npm workflow by @viktorsaws in #387
- Add PartiQL files to VSCode dev extension activation by @akoreman in #395
- Bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in #388
- Bump husky from 9.0.11 to 9.1.1 by @dependabot in #391
- Add default response for "How can Amazon Q help me?" follow up by @makenneth in #397
- Add Hover and SignatureHelp Support for PartiQL Server by @XuechunHHH in #396
- Releasing @aws/lsp-codewhisperer@0.0.10 by @imykhai in #401
New Contributors
- @farisab1 made their first contribution in #355
- @XuechunHHH made their first contribution in #377
Full Changelog: https://github.com/aws/language-servers/compare/lsp-partiql@0.0.2...lsp-codewhisperer/v0.0.10