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
@@ -381,7 +381,7 @@ pub enum ModelEvent {
ExecutedInBandCommand(ExecutedExecutorCommandEvent),
/// Sent when a line of output from an interactive ssh session indicates login is complete.
/// A line such as "Last login: Wed Oct 30" for example indicates login is complete. This is
/// useful for detecting when an ssh session becomes ready for warpification.
/// useful for detecting when an ssh session becomes ready for wormholing.
DetectedEndOfSshLogin(SshLoginStatus),
InitSubshell(InitSubshellEvent),
/// Emitted when the user's RC file has been executed in a subshell.