fix: split provider ssh tty modes

This commit is contained in:
Codex
2026-05-07 11:09:16 +00:00
parent 9d8a8e58f3
commit 2aaf0447a6
8 changed files with 28 additions and 15 deletions
+1
View File
@@ -143,6 +143,7 @@ export interface CoreHostSshOpenMessage {
sessionId: string;
cwd?: string;
command?: string;
tty?: boolean;
cols?: number;
rows?: number;
}