Feat: Fix terminal and Bench Start
have terminal support the log view for current session.
proposed switching mechanic
# bench start
sudo apt install tmux -y
tmux new-session -d -s bench 'bench start'
# view logs
tmux attach-session -t bench
# reset terminal view
window.location.reload()