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:
@@ -554,10 +554,7 @@ pub fn test_restore_snapshot_with_settings_page() -> Builder {
|
||||
|
||||
let settings_view = settings_views.first().expect("Settings view must exist");
|
||||
settings_view.read(app, |view, _| {
|
||||
async_assert_eq!(
|
||||
view.current_settings_section(),
|
||||
SettingsSection::About
|
||||
)
|
||||
async_assert_eq!(view.current_settings_section(), SettingsSection::About)
|
||||
})
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user