Skip to content

Conversation

@fsmiamoto
Copy link

@fsmiamoto fsmiamoto commented Jun 28, 2025

Issue #, if available:
aws/amazon-q-developer-cli#1804

Description of changes:
Implement a new database setting that allows selectively trusting tools.

Specially useful for not breaking the flow when using MCP tools that don't have any side-effects e.g. search_website.

Demo

DemoAmazonQ.mov

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@fsmiamoto fsmiamoto marked this pull request as ready for review June 28, 2025 08:40
@fsmiamoto fsmiamoto requested a review from a team as a code owner June 28, 2025 08:40
@dingfeli
Copy link
Contributor

dingfeli commented Jul 3, 2025

Hi! We have moved the development of q chat back to our original repo: https://github.com/aws/amazon-q-developer-cli. Please rebase your branch onto our original repo. You can do so via the following:

With github cli:
Install gh cli if you haven't already:

brew install gh 

And run the following:

BRANCH=your-feature-branch-name
gh repo fork aws/amazon-q-developer-cli 
cd amazon-q-developer-cli git remote add autocomplete https://github.com/aws/amazon-q-developer-cli-autocomplete
git fetch amazon-q-developer-cli-autocomplete $BRANCH
git push origin $BRANCH

Or if you would like to do this without install the github cli:

  1. Add amazon-q-developer-cli-autocomplete as remote for amazon-q-developer-cli
cd /path/to/your/fork/of/amazon-q-developer-cli

git remote add amazon-q-developer-cli-autocomplete url/to/your/fork/of/amazon-q-developer-cli-autocomplete
  1. Fetch your feature branch from amazon-q-developer-cli-autocomplete
git fetch amazon-q-developer-cli-autocomplete your-feature-branch-name
  1. Remake your PR
git push origin-to-your-fork your-feature-branch-name
brew install github
github repo fork amazon-q-developer-cli

Thank you for your contribution!
If you need any help, please reach out to @dingfeli.

@dingfeli dingfeli closed this Jul 3, 2025
@dingfeli
Copy link
Contributor

dingfeli commented Jul 3, 2025

In addition to the moving message, we have also just recently overhauled the chat config with agent: aws/amazon-q-developer-cli#2222, which overlaps with the goal of this PR.

@fsmiamoto
Copy link
Author

Got it, let me take a look.
Thanks!

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.

2 participants