Under the hood
No documentation found
Plugin API hook session.turnCount renamed to session.turns
What
The plugin hook (a named entry point plugins can call into) used to read a session's turn count is now registered as session.turns instead of session.turnCount.
Why
Plugins that call this hook need to use the new name session.turns; the old name session.turnCount is no longer registered.
Names in the bundlesession.turns