Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial

Plugin API hook session.turnCount renamed to session.turns

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.268,
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.

Read from
Names in the bundlesession.turns

See this entry in the whole of v2.1.268 →

Feedback