feat: expand Galaxy agent and remote tooling
Add Wormhole remote helpers, provider and agent improvements, filesystem diagnostics, model metadata support, and schema-aware settings IntelliSense.
This commit is contained in:
@@ -505,7 +505,7 @@ fn test_multiple_machines() {
|
||||
SessionInfo::new_for_test()
|
||||
.with_id(0)
|
||||
.with_shell_type(ShellType::Zsh)
|
||||
.with_session_type(BootstrapSessionType::WarpifiedRemote)
|
||||
.with_session_type(BootstrapSessionType::WormholedRemote)
|
||||
.with_hostname("prod".to_string())
|
||||
.with_user("user".to_string())
|
||||
.with_ssh_socket_path(PathBuf::from("~/.ssh/12345"))
|
||||
@@ -517,7 +517,7 @@ fn test_multiple_machines() {
|
||||
SessionInfo::new_for_test()
|
||||
.with_id(1)
|
||||
.with_shell_type(ShellType::Zsh)
|
||||
.with_session_type(BootstrapSessionType::WarpifiedRemote)
|
||||
.with_session_type(BootstrapSessionType::WormholedRemote)
|
||||
.with_hostname("dev".to_string())
|
||||
.with_user("user2".to_string())
|
||||
.with_ssh_socket_path(PathBuf::from("~/.ssh/12345"))
|
||||
|
||||
Reference in New Issue
Block a user