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:
@@ -24,7 +24,7 @@ use warp::integration_testing::terminal::{
|
||||
wait_until_bootstrapped_single_pane_for_tab,
|
||||
};
|
||||
use warp::terminal::shell::ShellType;
|
||||
use warp::terminal::warpify::settings::{SshExtensionInstallMode, SshExtensionInstallModeSetting};
|
||||
use warp::terminal::wormhole::settings::{SshExtensionInstallMode, SshExtensionInstallModeSetting};
|
||||
|
||||
use super::{new_builder, Builder};
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ use warp::integration_testing::terminal::wait_until_bootstrapped_single_pane_for
|
||||
use warp::integration_testing::view_getters::single_input_view_for_tab;
|
||||
use warp::root_view::SubshellCommandArg;
|
||||
use warp::terminal::shell::ShellType;
|
||||
use warp::terminal::warpify::settings::AddedSubshellCommands;
|
||||
use warp::terminal::wormhole::settings::AddedSubshellCommands;
|
||||
|
||||
use super::{new_builder, Builder};
|
||||
use crate::util::skip_if_powershell_core_2303;
|
||||
@@ -83,7 +83,7 @@ generate_can_bootstrap_remote_subshell_for_shell!(test_can_bootstrap_remote_bash
|
||||
// generate_can_bootstrap_remote_subshell_for_shell!(test_can_bootstrap_remote_fish_subshell, "fish");
|
||||
|
||||
// Test the flow of creating a new window and running a command that should create a subshell and
|
||||
// automaticall bootstrapping AKA "warpifying" that subshell.
|
||||
// automaticall bootstrapping AKA "wormholing" that subshell.
|
||||
pub fn test_can_auto_bootstrap() -> Builder {
|
||||
const SUBSHELL_COMMAND: &str = "zsh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user