Files
codex/codex-rs
Eric Traut 89208f09f8 Avoid filesystem scans when seeding the agents overview (#43043)
## Why

Seeding recent history for the agents overview should not trigger a startup filesystem scan for unindexed rollouts.

## What changed

Set `use_state_db_only` to `true` on the overview's initial recent-thread list requests so they use only the state database.

## Testing

Extend the shared overview regression test with a newer, unindexed rollout and verify that the overview still contains the expected indexed history and loaded threads.

GitOrigin-RevId: b20861bef5b49fa2aa2a3b0953f069528b6f0c4f
2026-09-05 15:54:44 +00:00
..