engshell icon indicating copy to clipboard operation
engshell copied to clipboard

An English-language shell for any OS, powered by LLMs

Results 7 engshell issues
Sort by recently updated
recently updated
newest added

File "engshell.py", line 24 print(engshell_PREVIX(), end="") ^ SyntaxError: invalid syntax

Happens to me with "make a text file", then "put a poem in it --llm --showcode". I would expect the poem to be in the text file, but the generated...

bug

Engshell fails with text data larger than the maximum prompt size. Need a non-GPT based summarize(text) function for processing large text data.

bug

Because of the changes in the python api, and the prompts.py not being updated for it, if using llm the code will never make a script that will work

On ^C, standard shells and interpreters such as the python interpreter will stop the current command or discard the current input, but not exit the program. As `engshell` behaves like...