Skip to content

Conversation

@awschristou
Copy link
Contributor

This merges the released changes for 1.25.0 into main.
MCM-131748342

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@awschristou awschristou requested a review from a team as a code owner August 5, 2025 01:17
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.10%. Comparing base (e5383de) to head (f23866e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2053      +/-   ##
==========================================
- Coverage   61.10%   61.10%   -0.01%     
==========================================
  Files         245      245              
  Lines       53291    53360      +69     
  Branches     3223     3229       +6     
==========================================
+ Hits        32563    32605      +42     
- Misses      20666    20693      +27     
  Partials       62       62              
Flag Coverage Δ
unittests 61.10% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@awschristou awschristou merged commit df2f71e into main Aug 5, 2025
16 checks passed
ctlai95 added a commit that referenced this pull request Aug 7, 2025
* feat: add support for SMUS Q CodeEditor client to send MD IDE origin (#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

* fix: should keep reporting UTDE telemetry if there are still pending Edits suggestions (#2051)

* chore: merge agentic version 1.25.0 (#2053)

* Bump agentic version: 1.25.0

* chore: fix formatting in version.json

---------

Co-authored-by: aws-toolkit-automation <>

* fix: outdated history when trimming happens, add missing metric for compaction (#2047)

* fix(amazonq): add distinctive identifier for cloud trail (#2059)

Co-authored-by: invictus <[email protected]>

* refactor: cleanup codewhispererServer.ts (#2028)

* refactor: split edit from completion code path (#2058)

* feat(amazonq): add two more tips for the did you know section (#2063)

* fix(amazonq): make display findings tool run more often (#2067)

Co-authored-by: Blake Lazarine <[email protected]>

* fix(amazonq): fix to add disable/enable feature back to mcp servers (#2052)

* fix(amazonq): fix to add disable/enable feature back to mcp servers

* fix(amazonq): fix to add unit tests

* fix: fix to add unit test coverage for mcpUtils

* feat(amazonq): enable sonnet 4 for fra region (#2069)

* chore(release): release packages from branch main (#2050)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(amazonq): emit failed status for amazonq_invokeLLM (#2071)

* chore: generate completion log string (#2072)

* fix(amazonq): fix fallout of #2051 (#2057)

* fix(amazonq): fix fallout of #2051

avoid buggy global states

* fix(amazonq): fix tests

fix should report UTD test case

* chore: merge agentic version 1.26.0 (#2076)

* Bump agentic version: 1.26.0

* chore: format version json

---------

Co-authored-by: aws-toolkit-automation <>

* fix(amazonq): bundle corect registry.node for windows (#2061)

* chore: bump runtimes to 0.2.123 (#2082)

* fix: remove edit cache logic (#2079)

---------

Co-authored-by: Jayakrishna P <[email protected]>
Co-authored-by: atontb <[email protected]>
Co-authored-by: Christopher Christou <[email protected]>
Co-authored-by: Jason Guo <[email protected]>
Co-authored-by: abhraina-aws <[email protected]>
Co-authored-by: invictus <[email protected]>
Co-authored-by: Will Lo <[email protected]>
Co-authored-by: BlakeLazarine <[email protected]>
Co-authored-by: Blake Lazarine <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Na Yue <[email protected]>
Co-authored-by: andrewyuq <[email protected]>
Co-authored-by: Sherry Lu <[email protected]>
Co-authored-by: tsmithsz <[email protected]>
ctlai95 added a commit that referenced this pull request Aug 8, 2025
* feat: add support for SMUS Q CodeEditor client to send MD IDE origin (#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

* fix: should keep reporting UTDE telemetry if there are still pending Edits suggestions (#2051)

* chore: merge agentic version 1.25.0 (#2053)

* Bump agentic version: 1.25.0

* chore: fix formatting in version.json

---------

Co-authored-by: aws-toolkit-automation <>

* fix: outdated history when trimming happens, add missing metric for compaction (#2047)

* fix(amazonq): add distinctive identifier for cloud trail (#2059)

Co-authored-by: invictus <[email protected]>

* refactor: cleanup codewhispererServer.ts (#2028)

* refactor: split edit from completion code path (#2058)

* feat(amazonq): add two more tips for the did you know section (#2063)

* fix(amazonq): make display findings tool run more often (#2067)

Co-authored-by: Blake Lazarine <[email protected]>

* fix(amazonq): fix to add disable/enable feature back to mcp servers (#2052)

* fix(amazonq): fix to add disable/enable feature back to mcp servers

* fix(amazonq): fix to add unit tests

* fix: fix to add unit test coverage for mcpUtils

* feat(amazonq): enable sonnet 4 for fra region (#2069)

* chore(release): release packages from branch main (#2050)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* fix(amazonq): emit failed status for amazonq_invokeLLM (#2071)

* chore: generate completion log string (#2072)

* fix(amazonq): fix fallout of #2051 (#2057)

* fix(amazonq): fix fallout of #2051

avoid buggy global states

* fix(amazonq): fix tests

fix should report UTD test case

* chore: merge agentic version 1.26.0 (#2076)

* Bump agentic version: 1.26.0

* chore: format version json

---------

Co-authored-by: aws-toolkit-automation <>

* fix(amazonq): bundle corect registry.node for windows (#2061)

* chore: bump runtimes to 0.2.123 (#2082)

* fix: remove edit cache logic (#2079)

* fix(amazonq): add fallback classpath generation (#2077)

* Revert "merge main into feature/read-ui-revamp (#2081)"

This reverts commit 0fa08ef.

---------

Co-authored-by: Jayakrishna P <[email protected]>
Co-authored-by: atontb <[email protected]>
Co-authored-by: Christopher Christou <[email protected]>
Co-authored-by: Jason Guo <[email protected]>
Co-authored-by: abhraina-aws <[email protected]>
Co-authored-by: invictus <[email protected]>
Co-authored-by: Will Lo <[email protected]>
Co-authored-by: BlakeLazarine <[email protected]>
Co-authored-by: Blake Lazarine <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Na Yue <[email protected]>
Co-authored-by: andrewyuq <[email protected]>
Co-authored-by: Sherry Lu <[email protected]>
Co-authored-by: tsmithsz <[email protected]>
Co-authored-by: liumofei-amazon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants