fabro/lib/apps/fabro-server
Bryan Helmkamp be4dd86fd5
Drive the run terminal through the driver's PtySession
Fabro's TerminalSession trait, its DriverTerminalSession wrapper, and
TerminalSize were four method forwards and a size struct over the
driver's PtySession and PtySize. RunSandbox::open_terminal now returns
the driver's session, the server's websocket loop drives it directly and
renders its errors with display_for_log, and open_terminal_for_run sits
with the other reconnect helpers. terminal.rs is deleted.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-10 16:17:16 -06:00
..
migrations Remove expired startup secret migrations 2026-09-05 14:05:48 -04:00
src Drive the run terminal through the driver's PtySession 2026-09-10 16:17:16 -06:00
tests Merge origin/main into the sandbox-driver adoption 2026-09-10 13:37:11 -06:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Merge origin/main into the sandbox-driver adoption 2026-09-10 13:37:11 -06:00