mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-25 11:47:09 +08:00
Apply review feedback on codexExtractImageResults: preallocate the results slice to its known maximum capacity to avoid growth reallocations, and guard the itemsByIndex index-build/sort with a length check so no empty slice is allocated or sorted when only the fallback items are present.