generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 189
Hitting the file limits while creating a detailed technical documentation #5389
Copy link
Copy link
Closed
Labels
Description
Before opening, please confirm:
Operating System
macOS 26.2
Kiro Version
0.8.206
Bug Description
While creating a technical documentation draft, i was hitting a cap for file size.
While retry worked by slowly appending contents chunk by chunk, it failed in the first try and also took massive amount of time about 20minutes.
- Either the text arg was not provided or text content provided exceeded the write file limit of 50 lines. The agent has seen this error and will try a different approach to write the file if needed.
- Due to the length of the document, let me continue appending the remaining sections
File info: 4800 lines of a text file
File size: 135 KB
Steps to Reproduce
- Take a heavy analysis and documentation task. Example: analyzing and documenting A to Z about a micro-service codebase
Expected Behavior
I expect a writing on file to be more efficient
Conversation ID
No response
Additional Context
No response
Reactions are currently unavailable