-
Notifications
You must be signed in to change notification settings - Fork 749
feat(chat): Add executeBash tool for Amazon Q Agentic Chat #6848
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
feat(chat): Add executeBash tool for Amazon Q Agentic Chat #6848
Conversation
|
|
/retrybuilds |
69572a7 to
ef7da20
Compare
| return output | ||
| } | ||
|
|
||
| private static parseCommand(command: string): string[] | undefined { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing bash/shell commands is non-trivial. Is this intended to support arbitrary bash command, or only very simple cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's an example: #7230
Problem
Amazon Q Agentic Chat needs the ability to execute bash commands
Solution
Testing
feature/xbranches will not be squash-merged at release time.