I'm on a Windows host, running sbx version: v0.39.0 def8cb0523a77e757bdd6ef52b459fe374f3783e.
Inside a coding agent, or a sandboxed bash, pressing Ctrl+Z will hang the agent/shell. Sometimes it wedges the sandbox so badly that I need to sbx daemon restart before I can open a new agent/shell.
This doesn't seem to be affected by the sandboxed shell's stty susp setting. It also behaves the same way if launched from cmd.exe, or if I run from inside a "Git Bash" terminal (which has a different PTY environment).
I'm on a Windows host, running
sbx version: v0.39.0 def8cb0523a77e757bdd6ef52b459fe374f3783e.Inside a coding agent, or a sandboxed
bash, pressing Ctrl+Z will hang the agent/shell. Sometimes it wedges the sandbox so badly that I need tosbx daemon restartbefore I can open a new agent/shell.This doesn't seem to be affected by the sandboxed shell's
stty suspsetting. It also behaves the same way if launched fromcmd.exe, or if I run from inside a "Git Bash" terminal (which has a different PTY environment).