mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00: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.