✨ Auto-fix is now live for everyone on Manifest Cloud #2638
SebConejo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We shipped Auto-fix to all Manifest Cloud accounts today. Free plan included.
What it does
When a provider rejects a request with a fixable error, Manifest patches the request and retries it automatically. Your agent keeps running. You see the original error and the exact patch applied in the Requests log.
Renamed parameters, deprecated models, unsupported field values: these errors can kill agents without warning. And fallbacks and retries don't help because the same bad request will fail on every provider. Auto-fix changes the request itself.
In the first hour of the beta, 441 requests were recovered this way: 4xx errors turned into 200s without any intervention.
What's in the patch catalog
Each patch targets a known error pattern and applies a known correction. The catalog grows as new patterns come in from production traffic.
How to see it
Open your Overview in the Manifest dashboard. The recovered count shows how many requests Auto-fix saved. Click into the Requests log to see each repair in detail.
All reactions