docs: add Fly container detection changelog (#80209)

This commit is contained in:
Peter Steinberger
2026-05-11 13:01:18 +01:00
parent b94919ab1b
commit 2dcc05a9eb

View File

@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- CI: add a non-blocking `plugin-inspector-advisory` artifact to Plugin Prerelease so release runs capture bundled plugin compatibility triage without changing the blocking gate.
- Runtime/Fly: detect Fly Machines as container environments from their runtime env vars, so gateway bind and Bonjour defaults match remote container launches. (#80209) Thanks @liorb-mountapps.
- Providers/fal: route GPT Image 2 and Nano Banana 2 reference-image edit requests to `/edit` with `image_urls` array, enforce NB2 edit geometry using `aspect_ratio` and `resolution` params, lift Fal edit mode input-image caps to 10 for GPT Image 2 and 14 for Nano Banana 2, and allow aspect-ratio hints in edit mode. (#77295) Thanks @leoge007.
- Build: enable additional low-churn oxlint rules for promise, TypeScript, and runtime footgun checks.