Closed alexmanner closed 1 month ago
Thank you for bringing this issue update.
Issue Summary:
Cause Analysis:
input()
function in Python, which reads a line from input until a newline is encountered, can have limitations based on the terminal or command-line interface being used.
Issue Description:
When using the app, the input field for prompts is capped at approximately 866 characters. This limitation occurs before pressing enter, meaning any text longer than 866 characters gets cut off. This hinders the ability to provide more extensive context for prompts.
Steps to Reproduce:
Expected Behavior: The input field should allow for longer text, ideally without an arbitrary character limit, or be configured to handle multi-line inputs for longer prompts.
Environment: