Under the hood
Reverting a teleport session now flags pending thinking-block cleanup and skips one telemetry event
What
When a teleport (relay) session reverts from active back to a non-active status, it now sets a relayThinkingStripOwed flag to true. It also now skips sending the "upgrade teleport cache" telemetry event specifically when the revert reason is direct_served.
Why
This marks that thinking content (the model's intermediate reasoning) still needs to be stripped after a relay session reverts, and avoids emitting a telemetry event that wouldn't apply in the direct_served case.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not explain what a teleport/relay session is used for or what consuming the `relayThinkingStripOwed` flag does later.