Under the hood
Background tasks dialog now receives its data as separate props instead of one bundled context object
What
The dialog that shows background tasks now receives its underlying data — storage, session, message queue, tools, commands, and a verbosity setting — as individually passed values, instead of one combined toolUseContext object. The remote-session detail view within it is updated the same way.
Why
This is an internal restructuring of how data flows into this dialog, with no described change to what the dialog shows or does.