Merge remote-tracking branch 'origin/main' into agent2-history

This commit is contained in:
Antonio Scandurra 2025-08-18 10:40:55 +02:00
commit 501e72e8f0
438 changed files with 4195 additions and 10135 deletions

View file

@ -302,12 +302,12 @@ mod test_support {
if let Some((tool_call, options)) = permission_request {
let permission = thread.update(cx, |thread, cx| {
thread.request_tool_call_authorization(
tool_call.clone(),
tool_call.clone().into(),
options.clone(),
cx,
)
})?;
permission.await?;
permission?.await?;
}
thread.update(cx, |thread, cx| {
thread.handle_session_update(update.clone(), cx).unwrap();