diff --git a/packages/amazonq/.changes/next-release/Bug Fix-68a8eeb4-2e3d-4f56-9b31-837816e16ab4.json b/packages/amazonq/.changes/next-release/Bug Fix-68a8eeb4-2e3d-4f56-9b31-837816e16ab4.json new file mode 100644 index 00000000000..a082feb975c --- /dev/null +++ b/packages/amazonq/.changes/next-release/Bug Fix-68a8eeb4-2e3d-4f56-9b31-837816e16ab4.json @@ -0,0 +1,4 @@ +{ + "type": "Bug Fix", + "description": "Amazon Q /doc: update workspace too large error message " +} diff --git a/packages/core/package.nls.json b/packages/core/package.nls.json index e910c009d58..23fed064a06 100644 --- a/packages/core/package.nls.json +++ b/packages/core/package.nls.json @@ -407,7 +407,7 @@ "AWS.amazonq.doc.answer.updating": "Okay, I'm updating the README. This might take a few minutes.", "AWS.amazonq.doc.answer.chooseFolder": "Choose a folder to continue.", "AWS.amazonq.doc.error.noFolderSelected": "It looks like you didn't choose a folder. Choose a folder to continue.", - "AWS.amazonq.doc.error.contentLengthError": "Your workspace is too large for me to review. Your workspace must be within the quota, even if you choose a smaller folder. For more information on quotas, see the Amazon Q Developer documentation.", + "AWS.amazonq.doc.error.contentLengthError": "The folder you selected is in a project or workspace that is too large for me to use as context. To create or update a README for your code, choose a folder in a smaller project or workspace. For information on quotas, see the Amazon Q Developer documentation.", "AWS.amazonq.doc.error.readmeTooLarge": "The README in your folder is too large for me to review. Try reducing the size of your README, or choose a folder with a smaller README. For more information on quotas, see the Amazon Q Developer documentation.", "AWS.amazonq.doc.error.readmeUpdateTooLarge": "The updated README exceeds document size limits. Try reducing the size of your current README or working on a smaller task that won't produce as much content. For more information on quotas, see the Amazon Q Developer documentation.", "AWS.amazonq.doc.error.workspaceEmpty": "The folder you chose did not contain any source files in a supported language. Choose another folder and try again. For more information on supported languages, see the Amazon Q Developer documentation.",