generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 83
feat: adding tool permission UX for build tools and in-context permissions #2471
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
Draft
laileni-aws
wants to merge
9
commits into
aws:feature/beta
Choose a base branch
from
laileni-aws:new-mcp-permissions
base: feature/beta
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.
+465
−332
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
* chore: merge agentic version 1.26.0 (aws#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 (aws#2061) * chore: bump runtimes to 0.2.123 (aws#2082) * fix: remove edit cache logic (aws#2079) * fix(amazonq): add fallback classpath generation (aws#2077) * fix(amazonq): skips continuous monitoring when WCS sees workspace as idle (aws#2066) * fix(amazonq): skips continuous monitoring when WCS sees workspace as idle * fix(amazonq): skips creating remote workspace at the start --------- Co-authored-by: Jiatong Li <jiatonli@amazon.com> * fix: sessionManager misused because there are 2 types of manager now (aws#2090) * chore: mapping adt plugin to abap to let inline suggestion work (aws#2085) * chore: support inline suggestion in adt plugin for eclipse * fix: add import URI * chore: add detailed error description for uri is empty for language id * feat(amazonq): read tool ui revamp * feat(amazonq): read tool message revamp (aws#2049) * feat(amazonq): read tool message revamp * fix tests * feat: file search ui (aws#2078) * feat: file search ui * fix tests * fix integration tests * remove unnecessary type check * fix: use quotes instead of backticks * fix: creating a new sesion for Edits trigger with next token (aws#2094) * chore: bump @aws/mynah-ui to 4.36.4 (aws#2096) * fix(amazonq): leverage lcs to find the chars added and removed (aws#2092) * fix: update client name to support Sagemaker AI origin for agentic chat (aws#2093) Co-authored-by: chungjac <chungjac@amazon.com> * chore(release): release packages from branch main (aws#2073) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: format version.json after incrementing (aws#2068) * chore: merge agentic version 1.27.0 (aws#2107) * Bump agentic version: 1.27.0 * Revert "feat(amazonq): read tool ui revamp" This reverts commit c65428b. * fix: the style in version json (aws#2106) --------- Co-authored-by: aws-toolkit-automation <> Co-authored-by: Tai Lai <tlaiamz@amazon.com> Co-authored-by: Christopher Christou <39839589+awschristou@users.noreply.github.com> --------- Co-authored-by: Sherry Lu <75588211+XiaoxuanLu@users.noreply.github.com> Co-authored-by: tsmithsz <84354541+tsmithsz@users.noreply.github.com> Co-authored-by: Will Lo <96078566+Will-ShaoHua@users.noreply.github.com> Co-authored-by: liumofei-amazon <98127670+liumofei-amazon@users.noreply.github.com> Co-authored-by: Jiatong Li <lijiatong1997@outlook.com> Co-authored-by: Jiatong Li <jiatonli@amazon.com> Co-authored-by: Tai Lai <ctlai95@gmail.com> Co-authored-by: atontb <104926752+atonaamz@users.noreply.github.com> Co-authored-by: andrewyuq <89420755+andrewyuq@users.noreply.github.com> Co-authored-by: Jayakrishna P <parameja@amazon.com> Co-authored-by: chungjac <chungjac@amazon.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: Tai Lai <tlaiamz@amazon.com>
…ws#2062) * fix(amazonq): add warning to executeBash regardless perm;fix optionValue in perm fill with all tools * fix: retain built-in tool permissions; bump up mynah-ui version * fix(chat-client): add warning to shell chat card even auto-accept * feat(amazonq): add permission for built-in tools metric to AgenticChatWithToolUse * feat(amazonq): add telemtry when built-in tool permission update * feat: add tool permission update in chat item card * feat: add hyperlink in description of in-context permission card * feat(chat-client): fix in-context dropdown * fix(chat-client): add missing type to render the dropdown * fix(amazonq): rename dropdown to quickSettings to be more semantic * feat(chat-client): add quickSettings to mcp approval chat card; clean up * feat(amazonq): re-name auto-run-command to trust-command for pairty with Kiro * chore: refactor logic * fix(chat-client): fix description hyperlink in permission quickSettings; clean up * refactor: clean up code * fix(chat-client): update text to align with mock * feat(chat-client): add in-context permission update to Mcp tools * feat(amazonq): add auto-approve back * fix: agentPath in processPermissionUpdates is undefined for builtInTools * fix(amazonq): remove in-context for mcp
7bc4fa8 to
8f0a4bb
Compare
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.