A cloud session's starting permission mode is retried, and falls back to default with a warning.
What's wrong with this entry?
When a cloud session is created with a permission mode, the client pushes that mode to the session and retries on network errors, 5xx and 429 within a deadline. If it gives up, or the server refuses an auto or accept-edits mode, the session settles on default mode and tells you to set the mode by hand.
- Every attempt records telemetry with the surface, requested mode, outcome, cause, HTTP status and attempt number.
- Runs on the cloud-session creation path with no flag in front of it.
tengu_remote_create_permission_mode_push
Strings lifted out of the shipped bundle, so the claim above can be checked against them.