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:
@@ -7483,7 +7483,10 @@ impl EditorView {
|
||||
|
||||
fn focused_in_active_window(&self, ctx: &AppContext) -> bool {
|
||||
let manager = self.windowing_state_handle.as_ref(ctx);
|
||||
let active = manager.state().active_window.or_else(|| manager.active_window());
|
||||
let active = manager
|
||||
.state()
|
||||
.active_window
|
||||
.or_else(|| manager.active_window());
|
||||
Some(self.window_id) == active && self.focused
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user