Files
Memoh/internal/handlers
Acbox 86d83108d9 fix: use readline-capable shell for interactive terminal sessions
Container terminals were echoing raw ANSI escape sequences (^[[A, ^[[B,
etc.) instead of handling arrow keys because /bin/sh (dash/ash) lacks
readline support. Two changes fix this:

1. Bridge execPTY now directly exec's bare paths (e.g. /bin/bash) instead
   of always wrapping through "/bin/sh -c", preserving readline behavior.
2. Terminal handler detects bash/zsh in the container and prefers them
   over /bin/sh for interactive PTY sessions.
2026-03-29 19:31:24 +08:00
..
2026-03-15 00:42:09 +08:00
2026-03-15 00:42:09 +08:00
2026-03-22 17:24:45 +08:00
2026-03-27 19:30:45 +08:00
2026-03-15 00:42:09 +08:00
2026-03-15 00:42:09 +08:00