-
Per-turn API call cap. A 15-call ceiling per turn stops a stuck model from silently racking up cost on retry loops, and nudges toward a higher-tier model where one applies.
-
More auto-recovery from broken replies. One-shot hidden retries for unfenced Lua, unclosed ```lua fences, and
local x = reaper.InsertTrackAtIndex(...)(the function returns nothing) -- all previously dropped silently or produced no-op scripts. -
ReaScript reference fixes to reduce wrong-output on lighter models: ReaComp Threshold direct values, immediate
TrackFX_AddByNameerror checks,D_PANis direct (-1..1) not percent, andTrackFX_SetParam/GetParamarg order.