Add fresh default sessions and terminal status handling
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
Codex
2026-06-11 09:41:46 -04:00
parent 92f43df046
commit 0eca4f1cf4
10 changed files with 236 additions and 19 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ impl Default for ClientConfig {
ssh_auth_command: Some("~/.local/bin/dosh-auth".to_string()),
ssh_port: None,
dosh_port: 50000,
default_session: "default".to_string(),
default_session: "new".to_string(),
reconnect_timeout_secs: 5,
view_only: false,
cache_attach_tickets: true,