-
Notifications
You must be signed in to change notification settings - Fork 751
feat(chat): Add fsRead tool for Amazon Q Agentic Chat #6829
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
Merged
jpinkney-aws
merged 1 commit into
aws:feature/agentic-chat
from
tsmithsz:feature/agentic-chat
Mar 24, 2025
Merged
feat(chat): Add fsRead tool for Amazon Q Agentic Chat #6829
jpinkney-aws
merged 1 commit into
aws:feature/agentic-chat
from
tsmithsz:feature/agentic-chat
Mar 24, 2025
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
|
89dbbb4 to
1c46419
Compare
Contributor
Author
|
/retrybuilds |
packages/amazonq/.changes/next-release/Feature-0544c5fd-89fa-4290-a5f1-283372d6cf79.json
Outdated
Show resolved
Hide resolved
1c46419 to
b883c67
Compare
Contributor
Author
|
/retrybuilds |
1 similar comment
Contributor
Author
|
/retrybuilds |
ctlai95
reviewed
Mar 22, 2025
b883c67 to
ebf65bf
Compare
ctlai95
approved these changes
Mar 24, 2025
ashishrp-aws
approved these changes
Mar 24, 2025
jpinkney-aws
approved these changes
Mar 24, 2025
justinmk3
reviewed
Mar 31, 2025
| * @param maxDepth Maximum depth to descend (0 => just this folder) | ||
| * @param customFormatCallback Optional. If given, it will override the default line-formatting | ||
| */ | ||
| export async function readDirectoryRecursively( |
Contributor
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.
This should live in fs.ts. Not related to "workspaces".
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
Amazon Q Agentic Chat needs the ability to read files and directories from the user's workspace to provide context-aware assistance. Currently, there's no tool available for Amazon Q to access the file system in a controlled and secure manner.
Solution
Testing
feature/xbranches will not be squash-merged at release time.