mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 17:55:26 -04:00
09a82852c0
The tmux default 2000-line scrollback was getting blown out by long vLLM tracebacks (DeepSeek-V4-Flash launch crash had the root cause scrolled off; the user saw only the tail "See root cause above"). Bumped: - tmux server history-limit to 100000 at session creation (prepended to each tmux new-session command so both local + ssh remote inherit the larger scrollback) - crash-watchdog capture-pane from -S -200 → -S -2000 so the diagnosis includes the actual exception line