generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 83
Merge main into feature/chatProjectContext #2336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aws-toolkit-automation
wants to merge
853
commits into
feature/chatProjectContext
Choose a base branch
from
autoMerge/feature/chatProjectContext
base: feature/chatProjectContext
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge main into feature/chatProjectContext #2336
aws-toolkit-automation
wants to merge
853
commits into
feature/chatProjectContext
from
autoMerge/feature/chatProjectContext
+93,222
−27,661
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: fix blocking regex calls being made before indexing * fix: add file limit for indexing and remove not required packages * fix: fix tests * fix: remove not required file * fix: remove unused import * fix: include folders in indexing * fix: don't throw an error when file can't be read log it
* fix(amazonq): add image context to chat history * fix(amazonq): remove un-used import * fix(amazonq): truncate image blocks * fix(amazonq): updaterequestinput reset * fix(amazonq): add image context to additionalContext * fix(amazonq): rebase * fix(amazonq): add comments * fix(amazonq): fix test * fix(amazonq): comments * fix(amazonq): change variable name * fix(amazonq): change variable name * fix(amazonq): change variable name
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
…dency events (#1946) Co-authored-by: Jiatong Li <jiatonli@amazon.com>
* feat(amazonq): add keyboard shortcut for run/reject/stop shell commands * feat(amazonq): add feature flag for keyboard shortcut and update key for run * fix: update package lock * fix: remove debug logs * feat: add back reject shortcut keyboard * fix: update keybind and resolve interface for KeyBinding to make it for general usage * fix: dont support user change default keybind for p0 * feat: add tooltip to Stop button on chat-item-card * fix: remove invalid interface * chore: clean up codes * fix: add type to executeShellCommandShortCut() params * fix: make shift shortcut text to icon instead * fix: update type name and UI for tooltip * chore: bump to the latest mynah-ui and lsr version * fix: bump up LSR version and change string to enum for executeShellCommandShortcut * fix(chat-client): properly stop chat through shortcut, make shortcut only available if focus
…1949) * feat: add built-in tool permissions in MCP config page (auto-approve) (#1710) * fix: wrong teneray expression (#1821) * fix: update mcp page title to align with the latest mock * fix: update tooltip of mcp icon * fix(chat-client): resolved out of workspace issue * fix: shorten built-in tools description, combine fsWrite and fsReplace * feat: disable fsWrite dropdown; always allow read only cmd in workspace regardless permission * chore: refactor constant * fix(chat-client): handle uncategory commands * feat(chat-client): add description to permssion of tools * fix(amazonq): resolve issues after updating agents config * feat(chat-client): bumping up mynah-ui version --------- Co-authored-by: invictus <149003065+ashishrp-aws@users.noreply.github.com> Co-authored-by: Jason Guo <81202082+jguoamz@users.noreply.github.com> Co-authored-by: sdharani91 <sdharani91@gmail.com> Co-authored-by: Dharani Srinivasan <srdharan@amazon.com> Co-authored-by: liumofei-amazon <98127670+liumofei-amazon@users.noreply.github.com> Co-authored-by: Tai Lai <ctlai95@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…1929) * feat: enable webforms to blazor transformation via validation bypass * feat: add unit tests for webforms validation bypass
…ded (#1957) Co-authored-by: Jiatong Li <jiatonli@amazon.com>
* fix: fix for mcp delete to remove it from mcp config file * fix: fix for unit test failure
* Revert "fix: fix for mcp delete to remove it from mcp config file (#1956)" This reverts commit ad71312. * Revert "fix(amazonq): stop continuous monitor when WCS sees ServiceQuotaExceeded (#1957)" This reverts commit 81e19b9. * Revert "feat: enable webforms to blazor transformation via validation bypass (#1929)" This reverts commit 528f820. * Revert "fix: dependency vulnerabilities (#1953)" This reverts commit 2980dab.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…, modify prompts (#1964) * Emitting metrics for QCodeReview operations * fix(amazonq): add scope attribute in the metric data for Scan metrics * fix(amazonq): increase code review tool timeout * fix(amazonq): add metrics metadata to QAgenticReview tool * fix(amazonq): update metric metadata attribute names for QCodeReview tools * fix(amazonq): redirect /review to use agentic chat * fix(amazonq): rename QCodeReview tool to CodeReview * fix(amazonq): fix the casing of variables * fix(amazonq): emitting metrics based on definitions * fix(amazonq): update prompts for tool & /review * fix(amazonq): update prompts for tool * feat(amazonq): redirect commands to use the agentic reviewer * fix(amazonq): putting agentic review redirect behind feature flag * fix(amazonq): change the review reroute card text * fix(amazonq): when no active file is provided, ask the user for more input * fix(amazonq): remove summary suppressor in prompt * fix(amazonq): add programmingLanguages in telemetry * fix(amazonq): change genericCommandString back to original format * fix(amazonq): update codeReview unit tests --------- Co-authored-by: mkovelam <mkovelam@amazon.com> Co-authored-by: Nitish <149117626+singhAws@users.noreply.github.com> Co-authored-by: Nitish Kumar Singh <nkrsingh@amazon.com> Co-authored-by: Blake Lazarine <blakelaz@amazon.com>
* feat(amazonq): enhance workspaceContext classpath generation * test(amazonq): add unit test for language detection
…n mixed file and image context (#1970)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aws-toolkit-automation <>
* feat: add model description to dropdown * fix: bump up mynah version to enable hover
…refresh support (#2395) use SAGEMAKER_APP_TYPE_LOWERCASE env var Co-authored-by: ruotingx <ruotingx@amazon.com>
* fix: patch #2133 and handle more variants of FIM suggestions * fix: only consider FIM if the first edit line matches trigger position * fix: test --------- Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aws-toolkit-automation <>
* feat: migrate codewhisperer token service to aws-sdk-v3 (#2235) * feat: migrate codewhisperer token service to aws-sdk-v3 * fix captureHeaders middleware * feat: migrate codewhisperer iam service to aws-sdk-v3 (#2284) * refactor: remove aws-sdk v2 imports (#2290) * fix: compile errors from merge conflicts (#2331) * chore: bump runtimes to 0.3.0 (#2340) * chore: bump runtimes to 0.3.0 * fix antlr4ng version conflict * fix missing url polyfill * chore: remove old ignore entries (#2350) * chore: update versions * chore: fix more dependencies * fix: fallback to empty string in aws sdk v3 (#2414) * chore: update indexing bundle(#2417) This reverts commit baf20b7. --------- Co-authored-by: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Co-authored-by: Tai Lai <ctlai95@gmail.com> Co-authored-by: Tai Lai <tlaiamz@amazon.com>
…age servers (#2391) Problem Currently, both the JSON and YAML generic language servers respond with resolveProvider: true in their initialization response. This signals to clients that these language servers support completion item resolve requests, which these servers don't actually support, resulting in errors when clients send resolve requests. Solution This updates resolveProvider to false to accurately describe the capabilities of these language servers. Co-authored-by: Alice Koreman <alicekor@amazon.nl>
This reverts commit 35f0795.
* chore: bump chat-client-ui-types to latest * chore: bump up language-server-runtimes-types to latest * chore: bump language-server-runtimes to latest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic merge failed
Command line hint
To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo):