mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-26 17:42:24 +02:00
Instead of loading the post-input checkpoint and bypassing versions_seen in _triggers(), load the pre-input checkpoint so _first() re-applies input naturally. Channel versions bump past versions_seen, so triggers fire without any special-case bypass. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>