Fix Local Agent Execution And Auth Checks
- Gate server requests on available credentials - Run local child agents directly without a parent run ID - Include command IDs in Bedrock context and recognize transfer tools
This commit is contained in:
@@ -214,9 +214,7 @@ impl PaneId {
|
||||
}
|
||||
|
||||
/// Creates a [`PaneId`] from a [`ViewContext<PaneView<SettingsView>>`] (environment management stub)
|
||||
pub fn from_environment_management_pane_ctx(
|
||||
ctx: &ViewContext<PaneView<SettingsView>>,
|
||||
) -> Self {
|
||||
pub fn from_environment_management_pane_ctx(ctx: &ViewContext<PaneView<SettingsView>>) -> Self {
|
||||
Self::new_from_ctx(IPaneType::EnvironmentManagement, ctx)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user