Please do not open a pull request yet. A maintainer reviews the report and adds the ready label once it is confirmed.
What happened?
When using Ghostty's shell integrations (like ssh-cache), commands like ssh fail with ssh:4: no such file or directory.
This happens because Ghostty's shell integration scripts hardcode the binary name as "$GHOSTTY_BIN_DIR/ghostty". However, the Xcode build creates the binary named supacode. As a result, the wrapper function fails to find the ghostty executable.
Steps to reproduce
- Enable
shell-integration-features = ssh-terminfo,ssh-env in ~/.config/ghostty/config.
- Start a new Supacode terminal session.
- Run
ssh <any_host>.
- See the
no such file or directory error on line 4.
Supacode version and build
0.10.9
macOS version
macOS 26.4
System locale
en_US
Are you planning to fix this yourself?
Before submitting
Please do not open a pull request yet. A maintainer reviews the report and adds the
readylabel once it is confirmed.What happened?
When using Ghostty's shell integrations (like
ssh-cache), commands likesshfail withssh:4: no such file or directory.This happens because Ghostty's shell integration scripts hardcode the binary name as
"$GHOSTTY_BIN_DIR/ghostty". However, the Xcode build creates the binary namedsupacode. As a result, the wrapper function fails to find theghosttyexecutable.Steps to reproduce
shell-integration-features = ssh-terminfo,ssh-envin~/.config/ghostty/config.ssh <any_host>.no such file or directoryerror on line 4.Supacode version and build
0.10.9
macOS version
macOS 26.4
System locale
en_US
Are you planning to fix this yourself?
ready.Before submitting
ready.