Skip to content

v0.3.1 — loop detection gated on response signature

Latest

Choose a tag to compare

@kirder24-code kirder24-code released this 10 Jun 00:33

Loop detection now distinguishes circling from convergence. A run is only flagged as looping when prompts are near-identical AND the upstream response did not move (same error/output). When the error changes turn to turn, that's progress and the run is left alone.

Also fixes two bugs caught by a new HTTP e2e test through the live gateway: the response signature was recorded after the client reply (lost to a concurrent next turn), and startEphemeralGateway was not exported.