v2.7.4
July 17, 2026
Pass run_context into Router and Condition logic
Router selectors and Condition evaluators now accept run_context, giving that logic access to the full run context when deciding which branch to take. This deprecates session_state in those spots, so you write routing and condition logic against one consistent, richer object going forward.
