Skip to content

v1.1.3

Choose a tag to compare

@michaelbriggsaudio michaelbriggsaudio released this 06 May 03:53
· 18 commits to main since this release
  • 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_AddByName error checks, D_PAN is direct (-1..1) not percent, and TrackFX_SetParam/GetParam arg order.