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:
2026-08-23 13:55:47 -05:00
parent f17642fc62
commit 7c106eecd5
147 changed files with 2208 additions and 1514 deletions
+2 -2
View File
@@ -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"))