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
+1 -1
View File
@@ -31,7 +31,7 @@ This spec covers three pieces:
- `app/src/terminal/view.rs (11022-11199)``TerminalView::handle_session_bootstrapped()` reacts to the event
### Session and SSH types
- `app/src/terminal/model/session.rs (691-699)``SessionType::Local` / `SessionType::WarpifiedRemote`
- `app/src/terminal/model/session.rs (691-699)``SessionType::Local` / `SessionType::WormholedRemote`
- `app/src/terminal/model/session.rs (426-451)``SessionInfo` struct with `hostname`, `user`, `session_type`, `spawning_session_id`
- `app/src/terminal/model/terminal_model.rs (632-647)``SubshellInitializationInfo` with `ssh_connection_info: Option<InteractiveSshCommand>`
- `app/src/terminal/ssh/util.rs (86-89)``InteractiveSshCommand { host, port }`