Skip to content

chore(release): release packages from branch main - #1963

Merged
Will-ShaoHua merged 1 commit into
mainfrom
release-please--branches--main
Jul 23, 2025
Merged

chore(release): release packages from branch main#1963
Will-ShaoHua merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 23, 2025

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

chat-client: 0.1.28

0.1.28 (2025-07-23)

Bug Fixes

lsp-codewhisperer: 0.0.69

0.0.69 (2025-07-23)

Features

  • enable webforms to blazor transformation via validation bypass (#1929) (528f820)

Bug Fixes

Reverts

  • revert for all commits for emergency deployment (#1966) (519f75d)

This PR was generated with Release Please bot. When you are ready to release these changes, merge this PR.

Blocking GitHub Checks Issue: if GitHub checks do not run, close and immediately re-open this PR manually.

@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 09b7641 to 8073b1b Compare July 23, 2025 18:43
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 8073b1b to cc5005a Compare July 23, 2025 21:21
@Will-ShaoHua
Will-ShaoHua marked this pull request as ready for review July 23, 2025 21:56
@Will-ShaoHua
Will-ShaoHua requested a review from a team as a code owner July 23, 2025 21:56
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.94%. Comparing base (8c2cab6) to head (cc5005a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1963   +/-   ##
=======================================
  Coverage   60.94%   60.94%           
=======================================
  Files         238      238           
  Lines       51712    51712           
  Branches     3081     3081           
=======================================
  Hits        31517    31517           
  Misses      20139    20139           
  Partials       56       56           
Flag Coverage Δ
unittests 60.94% <ø> (ø)

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.

@Will-ShaoHua
Will-ShaoHua merged commit 50b61a7 into main Jul 23, 2025
7 checks passed
@Will-ShaoHua
Will-ShaoHua deleted the release-please--branches--main branch July 23, 2025 22:09
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

LokeshDogga13 added a commit that referenced this pull request Jul 28, 2025
* fix: treat `echo`/`find`/`grep` as mutating (#1921)

* fix: treat `echo`/`find`/`grep` as mutating

as discussed in internal channels

* tst

* fix: pinned `@Code` symbols do not persist between IDE sessions (#1887)

* fix: replace thinking with working and replace stop with cancel (#1922)

* fix: editor state does not use the same language id as file context (#1924)

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

* 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 <96078566+Will-ShaoHua@users.noreply.github.com>

* build: bump runtime to 0.2.112 (#1926)

* build: aws/lsp-core (#1928)

* fix: update ChatHandlers before adding new types dependency (#1925)

* fix: remove hardcoded EDITS predictionTypes for trigger on acceptance (#1937)

* fix(amazonq): continueous edits trigger returns earlier as first session is already closed (#1907)

* fix(amazonq): make JSTSDependencyHandler process scoped packages correctly (#1910)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: Make the classifier of auto trigger output the same score as the IDE auto trigger classifier (#1930)

* add debug log

* fix: correct os implementation

* fix: unit test

* unit test

* fix: process quit

* fix: unit test

* fix: unit test

* fix(amazonq): fix for mcp server unnecessary refresh from file watchers (#1933)

* fix: bug for credential refresh in StreamingClientServiceIAM (#1944)

Added expiration time to credential provider so SDK will refresh creds automatically.

Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>

* fix: replace cancel with stop (#1935)

* fix(amazonq): update mcp and persona config to agent config (#1897)

* fix(amazonq): update mcp and persona config to agent config

* fix: fix for migrating persona config to agent

* fix: fix for enabled check for initialization

* fix: fix to migrate to agent only workpsace config exists

* fix: fix for unit tests for mcpEventHandler

* fix: fix for unit test failure on mcpUtils

* fix: fix to add skip for failed test in mcpMynahUi

* fix: fix blocking regex calls being made before indexing (#1916)

* 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 (#1859)

* 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

* fix: put compaction feature behind a feature flag (#1945)

* feat: adding extra context as a workspace config for inline chat (#1942)

Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>

* fix: fix to remove config from agent file for failed initialization (#1948)

* chore(amazonq): upgrade mynah-ui to 4.36.0 (#1950)

* fix(amazonq): avoid workspace context server missing historical dependency events (#1946)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* feat(chat-client): add shortcut for stop/reject/run commands (#1932)

* 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

* feat(chat-client): add auto-approve (trust mode) for built-in tools (#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>

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

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

* feat(amazonq): enable show logs feature (#1947)

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

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

* test(amazonq): add integ tests for built-in tools (#1952)

* fix: dependency vulnerabilities (#1953)

* feat: enable webforms to blazor transformation via validation bypass (#1929)

* feat: enable webforms to blazor transformation via validation bypass

* feat: add unit tests for webforms validation bypass

* fix(amazonq): stop continuous monitor when WCS sees ServiceQuotaExceeded (#1957)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: fix for mcp delete to remove it from mcp config file (#1956)

* fix: fix for mcp delete to remove it from mcp config file

* fix: fix for unit test failure

* revert: revert for all commits for emergency deployment (#1966)

* 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.

* fix(amazonq): revert commit f17b631 (#1965)

* fix: npm security vulnerabilities (#1968)

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

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

* feat(amazonq): redirect /review, rename CodeReview tool, emit metrics, 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 (#1955)

* feat(amazonq): enhance workspaceContext classpath generation

* test(amazonq): add unit test for language detection

* fix: enable repomap for all users (#1967)

* build: bump lsp runtime to 0.2.116 (#1976)

* test(amazonq): verify truncation respects additionalContext order when mixed file and image context (#1970)

* fix(amazonq): wrong path in the logs for the function (#1978)

* fix: remove malicious characters from MCP tool description (#1977)

* chore(amazonq): revert for emergency reverts for auto-approve feature (#1973)

* Revert "revert: revert for all commits for emergency deployment (#1966)"

This reverts commit 519f75d.

* Revert "fix(amazonq): revert commit f17b631 (#1965)"

This reverts commit 8c2cab6.

* fix: fix for CI test failure

* fix: emit metric for tool error (#1954)

* refactor: move telemetry functions outside codewhispererServer.ts (#1983)

* refactor: move telemetry functions outside codewhispererServer.ts

* refactor: patch

* fix: move network commands out of ro category (#1985)

* build: make q client endpoint configurable via IDE client (#1980)

* feat(amazonq): enable compaction, minor UI changes (#1979)

* feat(amazonq): enable compaction, minor UI changes

* feat: add compaction metric

* fix: metrics

* chore(amazonq): upgrade mynah-ui to 4.36.2 (#1993)

---------

Co-authored-by: Richard Li <742829+rli@users.noreply.github.com>
Co-authored-by: Avi Alpert <131792194+avi-alpert@users.noreply.github.com>
Co-authored-by: chungjac <chungjac@amazon.com>
Co-authored-by: Will Lo <96078566+Will-ShaoHua@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Christou <39839589+awschristou@users.noreply.github.com>
Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: Jiatong Li <lijiatong1997@outlook.com>
Co-authored-by: Jiatong Li <jiatonli@amazon.com>
Co-authored-by: Lei Gao <97199248+leigaol@users.noreply.github.com>
Co-authored-by: invictus <149003065+ashishrp-aws@users.noreply.github.com>
Co-authored-by: sdharani91 <sdharani91@gmail.com>
Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>
Co-authored-by: manodnyab <66754471+manodnyab@users.noreply.github.com>
Co-authored-by: yzhangok <87881916+yzhangok@users.noreply.github.com>
Co-authored-by: Jason Guo <81202082+jguoamz@users.noreply.github.com>
Co-authored-by: suprajaven <30897689+suprajaven@users.noreply.github.com>
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
Co-authored-by: Dung Dong <dungdong@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: abhraina-aws <abhraina@amazon.com>
Co-authored-by: Rajanna-Karthik <karsraja@amazon.com>
Co-authored-by: BlakeLazarine <blake.l.lazarine@gmail.com>
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>
Co-authored-by: Boyu <bywang@amazon.com>
LokeshDogga13 pushed a commit that referenced this pull request Jul 28, 2025
* fix: treat `echo`/`find`/`grep` as mutating (#1921)

* fix: treat `echo`/`find`/`grep` as mutating

as discussed in internal channels

* tst

* fix: pinned `@Code` symbols do not persist between IDE sessions (#1887)

* fix: replace thinking with working and replace stop with cancel (#1922)

* fix: editor state does not use the same language id as file context (#1924)

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

* 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 <96078566+Will-ShaoHua@users.noreply.github.com>

* build: bump runtime to 0.2.112 (#1926)

* build: aws/lsp-core (#1928)

* fix: update ChatHandlers before adding new types dependency (#1925)

* fix: remove hardcoded EDITS predictionTypes for trigger on acceptance (#1937)

* fix(amazonq): continueous edits trigger returns earlier as first session is already closed (#1907)

* fix(amazonq): make JSTSDependencyHandler process scoped packages correctly (#1910)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: Make the classifier of auto trigger output the same score as the IDE auto trigger classifier (#1930)

* add debug log

* fix: correct os implementation

* fix: unit test

* unit test

* fix: process quit

* fix: unit test

* fix: unit test

* fix(amazonq): fix for mcp server unnecessary refresh from file watchers (#1933)

* fix: bug for credential refresh in StreamingClientServiceIAM (#1944)

Added expiration time to credential provider so SDK will refresh creds automatically.

Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>

* fix: replace cancel with stop (#1935)

* fix(amazonq): update mcp and persona config to agent config (#1897)

* fix(amazonq): update mcp and persona config to agent config

* fix: fix for migrating persona config to agent

* fix: fix for enabled check for initialization

* fix: fix to migrate to agent only workpsace config exists

* fix: fix for unit tests for mcpEventHandler

* fix: fix for unit test failure on mcpUtils

* fix: fix to add skip for failed test in mcpMynahUi

* fix: fix blocking regex calls being made before indexing (#1916)

* 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 (#1859)

* 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

* fix: put compaction feature behind a feature flag (#1945)

* feat: adding extra context as a workspace config for inline chat (#1942)

Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>

* fix: fix to remove config from agent file for failed initialization (#1948)

* chore(amazonq): upgrade mynah-ui to 4.36.0 (#1950)

* fix(amazonq): avoid workspace context server missing historical dependency events (#1946)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* feat(chat-client): add shortcut for stop/reject/run commands (#1932)

* 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

* feat(chat-client): add auto-approve (trust mode) for built-in tools (#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>

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

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

* feat(amazonq): enable show logs feature (#1947)

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

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

* test(amazonq): add integ tests for built-in tools (#1952)

* fix: dependency vulnerabilities (#1953)

* feat: enable webforms to blazor transformation via validation bypass (#1929)

* feat: enable webforms to blazor transformation via validation bypass

* feat: add unit tests for webforms validation bypass

* fix(amazonq): stop continuous monitor when WCS sees ServiceQuotaExceeded (#1957)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: fix for mcp delete to remove it from mcp config file (#1956)

* fix: fix for mcp delete to remove it from mcp config file

* fix: fix for unit test failure

* revert: revert for all commits for emergency deployment (#1966)

* 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.

* fix(amazonq): revert commit f17b631 (#1965)

* fix: npm security vulnerabilities (#1968)

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

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

* feat(amazonq): redirect /review, rename CodeReview tool, emit metrics, 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 (#1955)

* feat(amazonq): enhance workspaceContext classpath generation

* test(amazonq): add unit test for language detection

* fix: enable repomap for all users (#1967)

* build: bump lsp runtime to 0.2.116 (#1976)

* test(amazonq): verify truncation respects additionalContext order when mixed file and image context (#1970)

* fix(amazonq): wrong path in the logs for the function (#1978)

* fix: remove malicious characters from MCP tool description (#1977)

* chore(amazonq): revert for emergency reverts for auto-approve feature (#1973)

* Revert "revert: revert for all commits for emergency deployment (#1966)"

This reverts commit 519f75d.

* Revert "fix(amazonq): revert commit f17b631 (#1965)"

This reverts commit 8c2cab6.

* fix: fix for CI test failure

* fix: emit metric for tool error (#1954)

* refactor: move telemetry functions outside codewhispererServer.ts (#1983)

* refactor: move telemetry functions outside codewhispererServer.ts

* refactor: patch

* fix: move network commands out of ro category (#1985)

* build: make q client endpoint configurable via IDE client (#1980)

* feat(amazonq): enable compaction, minor UI changes (#1979)

* feat(amazonq): enable compaction, minor UI changes

* feat: add compaction metric

* fix: metrics

* chore(amazonq): upgrade mynah-ui to 4.36.2 (#1993)

* feat(amazonq): add new model error handling code (#1972)

* change error handling to 429

* add unit tests

---------

Co-authored-by: Richard Li <742829+rli@users.noreply.github.com>
Co-authored-by: Avi Alpert <131792194+avi-alpert@users.noreply.github.com>
Co-authored-by: chungjac <chungjac@amazon.com>
Co-authored-by: Will Lo <96078566+Will-ShaoHua@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: Jiatong Li <lijiatong1997@outlook.com>
Co-authored-by: Jiatong Li <jiatonli@amazon.com>
Co-authored-by: Lei Gao <97199248+leigaol@users.noreply.github.com>
Co-authored-by: invictus <149003065+ashishrp-aws@users.noreply.github.com>
Co-authored-by: sdharani91 <sdharani91@gmail.com>
Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>
Co-authored-by: manodnyab <66754471+manodnyab@users.noreply.github.com>
Co-authored-by: yzhangok <87881916+yzhangok@users.noreply.github.com>
Co-authored-by: Jason Guo <81202082+jguoamz@users.noreply.github.com>
Co-authored-by: suprajaven <30897689+suprajaven@users.noreply.github.com>
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
Co-authored-by: Dung Dong <dungdong@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: abhraina-aws <abhraina@amazon.com>
Co-authored-by: Rajanna-Karthik <karsraja@amazon.com>
Co-authored-by: BlakeLazarine <blake.l.lazarine@gmail.com>
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>
Co-authored-by: Boyu <bywang@amazon.com>
Co-authored-by: Yaofu Zuo <zuoyaofu@amazon.com>
LokeshDogga13 added a commit that referenced this pull request Jul 29, 2025
* fix: treat `echo`/`find`/`grep` as mutating (#1921)

* fix: treat `echo`/`find`/`grep` as mutating

as discussed in internal channels

* tst

* fix: pinned `@Code` symbols do not persist between IDE sessions (#1887)

* fix: replace thinking with working and replace stop with cancel (#1922)

* fix: editor state does not use the same language id as file context (#1924)

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

* 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 <96078566+Will-ShaoHua@users.noreply.github.com>

* build: bump runtime to 0.2.112 (#1926)

* build: aws/lsp-core (#1928)

* fix: update ChatHandlers before adding new types dependency (#1925)

* fix: remove hardcoded EDITS predictionTypes for trigger on acceptance (#1937)

* fix(amazonq): continueous edits trigger returns earlier as first session is already closed (#1907)

* fix(amazonq): make JSTSDependencyHandler process scoped packages correctly (#1910)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: Make the classifier of auto trigger output the same score as the IDE auto trigger classifier (#1930)

* add debug log

* fix: correct os implementation

* fix: unit test

* unit test

* fix: process quit

* fix: unit test

* fix: unit test

* fix(amazonq): fix for mcp server unnecessary refresh from file watchers (#1933)

* fix: bug for credential refresh in StreamingClientServiceIAM (#1944)

Added expiration time to credential provider so SDK will refresh creds automatically.

Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>

* fix: replace cancel with stop (#1935)

* fix(amazonq): update mcp and persona config to agent config (#1897)

* fix(amazonq): update mcp and persona config to agent config

* fix: fix for migrating persona config to agent

* fix: fix for enabled check for initialization

* fix: fix to migrate to agent only workpsace config exists

* fix: fix for unit tests for mcpEventHandler

* fix: fix for unit test failure on mcpUtils

* fix: fix to add skip for failed test in mcpMynahUi

* fix: fix blocking regex calls being made before indexing (#1916)

* 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 (#1859)

* 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

* fix: put compaction feature behind a feature flag (#1945)

* feat: adding extra context as a workspace config for inline chat (#1942)

Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>

* fix: fix to remove config from agent file for failed initialization (#1948)

* chore(amazonq): upgrade mynah-ui to 4.36.0 (#1950)

* fix(amazonq): avoid workspace context server missing historical dependency events (#1946)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* feat(chat-client): add shortcut for stop/reject/run commands (#1932)

* 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

* feat(chat-client): add auto-approve (trust mode) for built-in tools (#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>

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

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

* feat(amazonq): enable show logs feature (#1947)

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

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

* test(amazonq): add integ tests for built-in tools (#1952)

* fix: dependency vulnerabilities (#1953)

* feat: enable webforms to blazor transformation via validation bypass (#1929)

* feat: enable webforms to blazor transformation via validation bypass

* feat: add unit tests for webforms validation bypass

* fix(amazonq): stop continuous monitor when WCS sees ServiceQuotaExceeded (#1957)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: fix for mcp delete to remove it from mcp config file (#1956)

* fix: fix for mcp delete to remove it from mcp config file

* fix: fix for unit test failure

* revert: revert for all commits for emergency deployment (#1966)

* 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.

* fix(amazonq): revert commit f17b631 (#1965)

* fix: npm security vulnerabilities (#1968)

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

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

* feat(amazonq): redirect /review, rename CodeReview tool, emit metrics, 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 (#1955)

* feat(amazonq): enhance workspaceContext classpath generation

* test(amazonq): add unit test for language detection

* fix: enable repomap for all users (#1967)

* build: bump lsp runtime to 0.2.116 (#1976)

* test(amazonq): verify truncation respects additionalContext order when mixed file and image context (#1970)

* fix(amazonq): wrong path in the logs for the function (#1978)

* fix: remove malicious characters from MCP tool description (#1977)

* chore(amazonq): revert for emergency reverts for auto-approve feature (#1973)

* Revert "revert: revert for all commits for emergency deployment (#1966)"

This reverts commit 519f75d.

* Revert "fix(amazonq): revert commit f17b631 (#1965)"

This reverts commit 8c2cab6.

* fix: fix for CI test failure

* fix: emit metric for tool error (#1954)

* refactor: move telemetry functions outside codewhispererServer.ts (#1983)

* refactor: move telemetry functions outside codewhispererServer.ts

* refactor: patch

* fix: move network commands out of ro category (#1985)

* build: make q client endpoint configurable via IDE client (#1980)

* feat(amazonq): enable compaction, minor UI changes (#1979)

* feat(amazonq): enable compaction, minor UI changes

* feat: add compaction metric

* fix: metrics

* chore(amazonq): upgrade mynah-ui to 4.36.2 (#1993)

* feat(amazonq): add new model error handling code (#1972)

* change error handling to 429

* add unit tests

* chore(amazonq): fixing the account details to showup without introduction

---------

Co-authored-by: Richard Li <742829+rli@users.noreply.github.com>
Co-authored-by: Avi Alpert <131792194+avi-alpert@users.noreply.github.com>
Co-authored-by: chungjac <chungjac@amazon.com>
Co-authored-by: Will Lo <96078566+Will-ShaoHua@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Christou <39839589+awschristou@users.noreply.github.com>
Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: Jiatong Li <lijiatong1997@outlook.com>
Co-authored-by: Jiatong Li <jiatonli@amazon.com>
Co-authored-by: Lei Gao <97199248+leigaol@users.noreply.github.com>
Co-authored-by: invictus <149003065+ashishrp-aws@users.noreply.github.com>
Co-authored-by: sdharani91 <sdharani91@gmail.com>
Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>
Co-authored-by: manodnyab <66754471+manodnyab@users.noreply.github.com>
Co-authored-by: yzhangok <87881916+yzhangok@users.noreply.github.com>
Co-authored-by: Jason Guo <81202082+jguoamz@users.noreply.github.com>
Co-authored-by: suprajaven <30897689+suprajaven@users.noreply.github.com>
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
Co-authored-by: Dung Dong <dungdong@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: abhraina-aws <abhraina@amazon.com>
Co-authored-by: Rajanna-Karthik <karsraja@amazon.com>
Co-authored-by: BlakeLazarine <blake.l.lazarine@gmail.com>
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>
Co-authored-by: Boyu <bywang@amazon.com>
Co-authored-by: Yaofu Zuo <zuoyaofu@amazon.com>
awschristou added a commit that referenced this pull request Jul 29, 2025
* fix: treat `echo`/`find`/`grep` as mutating (#1921)

* fix: treat `echo`/`find`/`grep` as mutating

as discussed in internal channels

* tst

* fix: pinned `@Code` symbols do not persist between IDE sessions (#1887)

* fix: replace thinking with working and replace stop with cancel (#1922)

* fix: editor state does not use the same language id as file context (#1924)

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

* 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 <96078566+Will-ShaoHua@users.noreply.github.com>

* build: bump runtime to 0.2.112 (#1926)

* build: aws/lsp-core (#1928)

* fix: update ChatHandlers before adding new types dependency (#1925)

* fix: remove hardcoded EDITS predictionTypes for trigger on acceptance (#1937)

* fix(amazonq): continueous edits trigger returns earlier as first session is already closed (#1907)

* fix(amazonq): make JSTSDependencyHandler process scoped packages correctly (#1910)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: Make the classifier of auto trigger output the same score as the IDE auto trigger classifier (#1930)

* add debug log

* fix: correct os implementation

* fix: unit test

* unit test

* fix: process quit

* fix: unit test

* fix: unit test

* fix(amazonq): fix for mcp server unnecessary refresh from file watchers (#1933)

* fix: bug for credential refresh in StreamingClientServiceIAM (#1944)

Added expiration time to credential provider so SDK will refresh creds automatically.

Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>

* fix: replace cancel with stop (#1935)

* fix(amazonq): update mcp and persona config to agent config (#1897)

* fix(amazonq): update mcp and persona config to agent config

* fix: fix for migrating persona config to agent

* fix: fix for enabled check for initialization

* fix: fix to migrate to agent only workpsace config exists

* fix: fix for unit tests for mcpEventHandler

* fix: fix for unit test failure on mcpUtils

* fix: fix to add skip for failed test in mcpMynahUi

* fix: fix blocking regex calls being made before indexing (#1916)

* 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 (#1859)

* 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

* fix: put compaction feature behind a feature flag (#1945)

* feat: adding extra context as a workspace config for inline chat (#1942)

Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>

* fix: fix to remove config from agent file for failed initialization (#1948)

* chore(amazonq): upgrade mynah-ui to 4.36.0 (#1950)

* fix(amazonq): avoid workspace context server missing historical dependency events (#1946)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* feat(chat-client): add shortcut for stop/reject/run commands (#1932)

* 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

* feat(chat-client): add auto-approve (trust mode) for built-in tools (#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>

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

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

* feat(amazonq): enable show logs feature (#1947)

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

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

* test(amazonq): add integ tests for built-in tools (#1952)

* fix: dependency vulnerabilities (#1953)

* feat: enable webforms to blazor transformation via validation bypass (#1929)

* feat: enable webforms to blazor transformation via validation bypass

* feat: add unit tests for webforms validation bypass

* fix(amazonq): stop continuous monitor when WCS sees ServiceQuotaExceeded (#1957)

Co-authored-by: Jiatong Li <jiatonli@amazon.com>

* fix: fix for mcp delete to remove it from mcp config file (#1956)

* fix: fix for mcp delete to remove it from mcp config file

* fix: fix for unit test failure

* revert: revert for all commits for emergency deployment (#1966)

* 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.

* fix(amazonq): revert commit f17b631 (#1965)

* fix: npm security vulnerabilities (#1968)

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

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

* feat(amazonq): redirect /review, rename CodeReview tool, emit metrics, 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 (#1955)

* feat(amazonq): enhance workspaceContext classpath generation

* test(amazonq): add unit test for language detection

* fix: enable repomap for all users (#1967)

* build: bump lsp runtime to 0.2.116 (#1976)

* test(amazonq): verify truncation respects additionalContext order when mixed file and image context (#1970)

* fix(amazonq): wrong path in the logs for the function (#1978)

* fix: remove malicious characters from MCP tool description (#1977)

* chore(amazonq): revert for emergency reverts for auto-approve feature (#1973)

* Revert "revert: revert for all commits for emergency deployment (#1966)"

This reverts commit 519f75d.

* Revert "fix(amazonq): revert commit f17b631 (#1965)"

This reverts commit 8c2cab6.

* fix: fix for CI test failure

* fix: emit metric for tool error (#1954)

* refactor: move telemetry functions outside codewhispererServer.ts (#1983)

* refactor: move telemetry functions outside codewhispererServer.ts

* refactor: patch

* fix: move network commands out of ro category (#1985)

* build: make q client endpoint configurable via IDE client (#1980)

* feat(amazonq): enable compaction, minor UI changes (#1979)

* feat(amazonq): enable compaction, minor UI changes

* feat: add compaction metric

* fix: metrics

* chore(amazonq): upgrade mynah-ui to 4.36.2 (#1993)

* feat(amazonq): add new model error handling code (#1972)

* change error handling to 429

* add unit tests

* chore(amazonq): fixing the account details to showup without introduction

---------

Co-authored-by: Richard Li <742829+rli@users.noreply.github.com>
Co-authored-by: Avi Alpert <131792194+avi-alpert@users.noreply.github.com>
Co-authored-by: chungjac <chungjac@amazon.com>
Co-authored-by: Will Lo <96078566+Will-ShaoHua@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Christou <39839589+awschristou@users.noreply.github.com>
Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com>
Co-authored-by: Jiatong Li <lijiatong1997@outlook.com>
Co-authored-by: Jiatong Li <jiatonli@amazon.com>
Co-authored-by: Lei Gao <97199248+leigaol@users.noreply.github.com>
Co-authored-by: invictus <149003065+ashishrp-aws@users.noreply.github.com>
Co-authored-by: sdharani91 <sdharani91@gmail.com>
Co-authored-by: Dharani Srinivasan <srdharan@amazon.com>
Co-authored-by: manodnyab <66754471+manodnyab@users.noreply.github.com>
Co-authored-by: yzhangok <87881916+yzhangok@users.noreply.github.com>
Co-authored-by: Jason Guo <81202082+jguoamz@users.noreply.github.com>
Co-authored-by: suprajaven <30897689+suprajaven@users.noreply.github.com>
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
Co-authored-by: Dung Dong <dungdong@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: abhraina-aws <abhraina@amazon.com>
Co-authored-by: Rajanna-Karthik <karsraja@amazon.com>
Co-authored-by: BlakeLazarine <blake.l.lazarine@gmail.com>
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>
Co-authored-by: Boyu <bywang@amazon.com>
Co-authored-by: Yaofu Zuo <zuoyaofu@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants