Files
codex/codex-rs
Eric Traut 6b78e825ae Limit the agent command center to 10 recent sessions on startup (#46579)
## What changed

Reduce the initial recent-session seed from 20 to 10, alongside loaded sessions. Use a shared `RECENT_SESSION_LIMIT` for pagination, collection, and final truncation.

## Testing

Update the overview test for the 10-session limit and add a snapshot of the recent-session list after restart.

GitOrigin-RevId: f315f4848e8d2091eb229cfdc3c02932aaf7ba8c
2026-09-19 02:24:22 +00:00
..