What's New
Console Page (#17)
New Console page in the web interface with:
- Terminal: Full interactive shell access to any configured host via WebSocket
- Editor: Monaco-based file editor with syntax highlighting and Cmd+S save
- SSH agent forwarding for remote host authentication
- Auto-loads compose-farm config file in editor on connect
- Automatic file backups before saving (keeps last 200 in
.backups/directory)
Bug Fixes
- fix(executor): Disable SSH host key checking in raw mode (#18)
- Fixes "Host key verification failed" errors when running commands from web UI
- Uses
-ttto force TTY allocation without stdin TTY