You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I asked ?? write a simple template for a docker build file and found out that indeed line-by-line is a different use case. As for explanation, perhaps this would help
?? -v delete all files that are cache files from this subfolder
The -v would make it explain what it's about to do and why.
There's a slippery slope in going too deep into the multiline and chat rabbit hole though.
There's open-interpreter, which is basically that. A chatbot with execution capabilities. But that same thing that makes it powerful, also makes it needy. Embracing the premise of being a Really Smart Autocomplete is what brought me here, so personally I'd like to see that all extensions always remain true to that premise.
Clipea is designed to give you a quick 1 line shell command to run. This should always be the priority.
With the shell integration, Clipea currently exits as soon as it gets the first shell command from the LLM.
But ideally Clipea would handle other responses better:
And also handle other interaction modes
Need to consider how this works with shell integration. Easier if Clipea spawns sub processes but not ideal.
Could save the LLM output to a file and then stream it again if you run ?? by itself
The text was updated successfully, but these errors were encountered: