mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-24 17:11:13 +00:00
Final review findings: - Wrap the operator-approval copy/drop/rename in a single immediate transaction so a crash mid-migration cannot strand or lose rows. - The inference fallback marked a provider attempted before probing, so a stale requester credential blocked another agent's valid same-provider route. Dedup by credential owner and only retire a whole provider on provider-wide failures (auth/billing may differ per credential owner). Refs #107237