#shell command output
1 messages · Page 1 of 1 (latest)
Just bumped into this again on llm latest and I wasn't in nav mode. Can record it if that helps. If I rerun my command I can see my output (its a file | contents) since the run is cached the 2nd time and I don't have any output from the llm
so it's not actually the call traces hanging around but the output from the llm replies
shell command output
this one was short enough for me to see that the output is actually there, but the last llm reply is shown after
and then rerun is what i wanted the first time
gotcha. yea, looks like this would be fixed by moving shell output beneath the progress that created it, can look into that today
@quick zephyr just pushed a change to do that, lmk if it helps
also, there's better detection of the input prompt being incomplete now, so if it helps you can start breaking input into multiple lines. it should respect unterminated springs, parentheses, pipes, etc. etc. etc.
(literally just tries parsing and checks for an IsIncomplete error, so should be pretty thorough)