You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): /shell — drop to $SHELL and return to the pit (v0.10.0)
vim `:sh`-style shell escape for the mosh TUI. `/shell` (alias `/sh`) hands the
terminal to your $SHELL; exiting the shell (`exit`/Ctrl-D) lands you right back
at the `mosh ▸` prompt with the whole TUI session — history, running context —
intact, so you don't have to quit moshcode just to run a shell command.
Also: `/shell <cmd>` runs a one-off via `$SHELL -c`, and a vim-style `!cmd`
shortcut does the same (bare `!` drops into an interactive shell). The `!`
path uses the raw line so quoting is preserved. Same close/reopen-readline
hand-off pattern as engine sessions; cwd + env inherited.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments