open-interpreter
open-interpreter copied to clipboard
Is the %% [commands] implemented not yet? Or is it a bug?
Describe the bug
I found the following message when I looked at %help.
According to this Help, %% [commands] seems to allow you to execute shell commands in the Interpreter console.
I found this to be a very nice feature.
However, when I typed the following command on Open Interpreter, nothing was executed. Could this possibly not yet be implemented?
Or is it a bug?
If anyone knows anything about the behavior of this command, please let me know.
Reproduce
- Open Interpreter
- Execute command
%% ls
Expected behavior
- A list of files in the current current directory is displayed
Screenshots
No response
Open Interpreter version
0.2.3
Python version
3.10.12
Operating System name and version
Windows 11 WSL/Ubuntu 22.04.4 LTS
Additional context
No response
Hey @ynott Thanks for raising this. I also couldn't get it to work. I raised it with the team to see if I'm missing something and if the documentation is out of date. Either way, we'll have an update for you soon. I want to get this functionality back asap!
I verified that its more than just missing output. The code doesn't actually get run either. The code flow gets into the terminal.py run() function but never made it to jupyter_language.py. Could use some more eyes to figure out why it stops there.
@MikeBirdTech @CyanideByte Thank you for confirming this issue.
To the development support team, I would be very happy to be fixed.
Open Interpreter has become an indispensable part of my life. Thank you for this great tool.