-
Notifications
You must be signed in to change notification settings - Fork 74
chore: merge main #1848
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
dungdong-aws
wants to merge
69
commits into
feature/builtintools
Choose a base branch
from
main
base: feature/builtintools
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
chore: merge main #1848
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
#1814) * fix(amazonq): allow taking .jpg file as image context, add image context used to transparency list * fix(amazonq): fix comments
* feat(netTransform): rename EnableWebFormsToBlazorTransform to EnableWebFormsTransform * Revert "feat(netTransform): rename EnableWebFormsToBlazorTransform to EnableWebFormsTransform" This reverts commit 80b4c97. * Reapply "feat(netTransform): rename EnableWebFormsToBlazorTransform to EnableWebFormsTransform" This reverts commit e274513.
* chore: configure .gitattributes to store files under app/aws-lsp-codewhisperer-runtimes/_bundle-assets with LFS * chore: add ripgrep assets to repo for bundling * chore: add qserver assets to repo for bundling * feat: produce agentic chat bundle
…1834) On windows, when we add an image using the options @image or @image: options, full file name is shown, we should only show file name. I was able to add only one image when I used @image context menu option, when I add another image, it does not show up in pinned context. This PR fixes these issues.
… builds (#1832) * chore: set up lsp-codewhisperer-runtimes so that version can be queried * chore: create GitHub releases for agentic chat alpha, feature, and rc builds * fix: use correct commit, and support release candidate branches
* fix(amazonq): use config to render the overlay * fix(amazonq): fix typo
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This reverts commit 10e04ba.
* feat(amazonq): allow opt-out for workspace context server * feat(amazonq): add overriding value for workspace context server opt-in * fix(amazonq): fix WCS behavior when administrator switch from opt-out to opt-in * fix(amazonq): fix WCS reSyncDependenciesToS3 method not working * chore(amazonq): add unit tests for WCS updateConfiguration * docs(amazonq): add comments for WCS remoteWorkspaceIdPromise variables * fix(amazonq): make WCS react correctly during close opt-in / opt-out flips --------- Co-authored-by: Jiatong Li <[email protected]>
…ve (#1890) * 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 --------- Co-authored-by: invictus <[email protected]> Co-authored-by: Jason Guo <[email protected]> Co-authored-by: sdharani91 <[email protected]> Co-authored-by: Dharani Srinivasan <[email protected]> Co-authored-by: liumofei-amazon <[email protected]> Co-authored-by: Tai Lai <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* test: add integration test workflow * address comments * update test script name * address comments
* fix: no concurrent inline completion handler * fix: add await * fix: temp skip unit test * fix: unit test
… commands and tooltips (#1885) * 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
…1898) Co-authored-by: Jiatong Li <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* test: codecov integration * add coverage script for chat-client and lsp core * add c8 configs * use js files for coverage
* feat: add conversation compaction * fix: address comments * fix: add unit tests * fix: fix unit tests
* fix: add active user tracker and emit metrics * fix: add time window state persistence across IDE restarts * fix: lint
* fix: align auto trigger classifier with documentChangeEvent * fix: add unit test
* fix(amazonq): replacing image's large binary in log * fix(amazonq): replacing image's large binary in log
…on notification (#1904)
* fix: treat `echo`/`find`/`grep` as mutating as discussed in internal channels * tst
* chore(release): release packages from branch main * build: add missing packagelock file (#1927) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Will Lo <[email protected]>
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.
Problem
Solution
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.