What's wrong with this entry?
Anonymous. No account, no email.
What
In remote sessions, file suggestions are now fetched from the remote host via an RPC call instead of being computed locally.
Details
- Sends a
file_suggestionscontrol request to the remote session manager - Falls back gracefully if the RPC fails, returning an empty suggestion list
- Only activates when
u6()returns true (remote workspace mode)
Evidence
Remote file suggestions RPC (search for "file_suggestions") — JW1 at line ~474645
Strings lifted out of the shipped bundle, so the claim above can be checked against them.