open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Is the %% [commands] implemented not yet? Or is it a bug?

Open ynott opened this issue 1 year ago • 3 comments
trafficstars

Describe the bug

I found the following message when I looked at %help.

image

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?

image

Or is it a bug?

If anyone knows anything about the behavior of this command, please let me know.

Reproduce

  1. Open Interpreter
  2. Execute command %% ls

Expected behavior

  1. 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

ynott avatar Mar 22 '24 10:03 ynott

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!

MikeBirdTech avatar Mar 27 '24 17:03 MikeBirdTech

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.

CyanideByte avatar Mar 30 '24 20:03 CyanideByte

@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.

ynott avatar Mar 31 '24 02:03 ynott