mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
When `app/list` is called with `force_refetch=True`, we should seed the results with what is already cached instead of starting from an empty list. Otherwise when we send app/list/updated events, the client will first see an empty list of accessible apps and then get the updated one.