generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 83
Merge main into feature/ci-builds #2338
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
207
commits into
feature/ci-builds
Choose a base branch
from
autoMerge/feature/ci-builds
base: feature/ci-builds
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/ci-builds #2338
aws-toolkit-automation
wants to merge
207
commits into
feature/ci-builds
from
autoMerge/feature/ci-builds
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
This change sets up the repo to: - produce agentic chat builds - maintain alpha/preprod releases - produce release candidate branches This change merges in the feature branch feature/ci-builds. * revert: revert: produce agentic chat bundle from repo (#1827) (#1858) This reverts commit 06b425a. * revert: revert: create GitHub releases for agentic chat alpha, feature, and rc This reverts commit bbd4651. * chore: set agentic version to 1.19.0 * chore: automate creation of release candidate branches (#1842) * fix: ci build packaging (#1879) * chore: produce agentic chat license attribution (#1883) * chore: update qchat binaries, adjust agentic chat version to 1.24.0 (#2016) To prepare this feature branch for a merge to main, this change updates the qserver binaries to the latest version, and sets the agentic chat version manifest to the current version (1.24.0). * chore: update qserver binaries * chore: set agentic version to 1.24.0
- Extend timeout from 10 to 15 minutes (MAX_POLLING_ATTEMPTS: 60 → 90) - Add latency tracking for performance monitoring - Improve error messages for better user experience - Standardize error handling to throw exceptions consistently - Update tests to properly handle exception-based error flow - Add better documentation for timeout constants
* feat(amazonq): implement displayFindings tool * feat(amazonq): add unit tests for display findings tool * fix(amazonq): simplify displayFindings unit tests, collapse switch statement * fix(amazonq): emit metrics for displayFindings, fix error handling, improve unit tests
* fix: add bash command parsing for telemetry metrics * fix: handle metric withint executeBash tool itself
…context (#2040) * fix: pass correct open tab files for inline completion * fix: add open tab in the cross file context of inline completion
* chore(release): release packages from branch main * fix: add missing package lock entry --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christopher Christou <chrstou@amazon.com>
…2032) * feat: add support for SMUS Q CodeEditor client to send MD IDE origin * refactor: move smus service name to constants file and typecase argument getClientName util
…Edits suggestions (#2051)
* Bump agentic version: 1.25.0 * chore: fix formatting in version.json --------- Co-authored-by: aws-toolkit-automation <>
Co-authored-by: invictus <149003065+ashishrp-aws@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
* feat: context command pending state passed to ui, triggered when indexing complete * refactored pending flow * fix: removed extra spaces * fix: workspace pending turned back on when building index (when config is changed) * fix: log errors if inital context commands fail to send * refactor: changed pending state from boolean to string to send to ui * refactor: update from pending to disabledText * fix: send intial pending state before any other action in contextCommandsProvider * fix: send initial pending context commands onReady, instead of before * test: added unit test for onReady * test: added unit test for when indexingInProgress is changed * chore: fix the mynal ui test * chore: fix the mynal test for lack of disabled field --------- Co-authored-by: Conor Stewart <conorstw@amazon.com> Co-authored-by: constewart9 <150978709+constewart9@users.noreply.github.com> Co-authored-by: manodnyab <66754471+manodnyab@users.noreply.github.com>
…2430) Co-authored-by: Laxman Reddy <141967714+laileni-aws@users.noreply.github.com>
## Problem The existing edit trigger criteria is too loose (1) non empty right context (2) edit history in the past 20s. ## Solution Build a logistic regression classifier and use users editor state as the features of the formula. <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aws-toolkit-automation <>
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):