Add support for changing working dir and extensions in same window/session (#6057)
This commit is contained in:
@@ -24,10 +24,10 @@ pub(crate) mod todo_extension;
|
||||
mod tool_execution;
|
||||
pub mod types;
|
||||
|
||||
pub use agent::{Agent, AgentEvent};
|
||||
pub use agent::{Agent, AgentEvent, ExtensionLoadResult};
|
||||
pub use execute_commands::COMPACT_TRIGGERS;
|
||||
pub use extension::ExtensionConfig;
|
||||
pub use extension_manager::ExtensionManager;
|
||||
pub use extension_manager::{normalize, ExtensionManager};
|
||||
pub use prompt_manager::PromptManager;
|
||||
pub use subagent_task_config::TaskConfig;
|
||||
pub use types::{FrontendTool, RetryConfig, SessionConfig, SuccessCheck};
|
||||
|
||||
Reference in New Issue
Block a user