Replayed REPL runs that make extra tool calls now fail with a clear nondeterminism error.
What's wrong with this entry?
Replaying REPL code that makes more tool calls than the original run recorded now fails with a ReplayCacheExhausted error that points at nondeterminism as the likely cause.
- The message names
Date.nowandMath.randomas typical culprits for taking a different branch on replay.
likely nondeterminism (Date.now, Math.random) took a different branch.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.