1h ago
LLM cannot use Daytona sandbox / bash; code_interpreter still works
From the model side, Daytona sandbox access and the bash tool are unusable in this session.
Any bash call fails immediately, before a shell command runs.
Error returned:
t: Uploading file is not supported: Module "stream" is not available in the "bun" runtime: dynamic usage of require is not supported
Simple commands never reach the shell (e.g. echo, pwd, ls).
Failure looks like a runtime/transport problem on the tool side (Bun + missing stream / dynamic require), not invalid shell input.
What still works
code_interpreter (Python) runs successfully in the same session.
skill load also works.
Impact
LLM cannot inspect or manage the Daytona sandbox via shell.
Shell-dependent workflows are blocked.
Python code execution via code_interpreter remains available.
Expected
LLM can use the Daytona sandbox through bash.
bash runs simple commands and returns stdout/stderr.
Pending