CodeTracked since May 19, 2026
Apply /api/run stateDelta to session before agent execution
google/adk-go PR #633 fixes a runtime correctness gap where `RunAgentRequest.StateDelta` on `/api/run` and `/api/runSSE` was parsed but never applied to session state, so subsequent agent runs could ignore caller-provided context updates. The fix centralizes a new `applyStateDeltaIfPresent` helper that writes a non-empty delta into the session before starting the run.
/api/run/api/runSSEstateDeltaRunAgentRequest