Vouch request: jakob-lilliemarck #2631
jakob-lilliemarck
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
Bug fixes - I've been trying to run claude using an OpenShell sandbox in my terminal (alacritty) while running tmux, but the output get gobbled as the tty is ignored, and it ends up very broken. Turns out
openshell sandbox execcorrectly detects that it's running in an interactive terminal, but then ignores that detection and only uses the interactive code path if you pass --tty explicitly — otherwise it silently falls back to a path that allocates a terminal with a hardcoded 0x0 size.Why this change?
I would like OpenShell to work well with my standard tooling (alacritty + tmux + claude), which it currently does not.
Checklist
All reactions