mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
## Summary Increase the rollout summary filename slug cap from 20 to 60 characters in memory storage. ## What changed - Updated `ROLLOUT_SLUG_MAX_LEN` from `20` to `60` in: - `codex-rs/core/src/memories/storage.rs` - Updated slug truncation test to verify 60-char behavior. ## Why This preserves more semantic context in rollout summary filenames while keeping existing normalization behavior unchanged. ## Testing - `just fmt` - `cargo test -p codex-core memories::storage::tests::rollout_summary_file_stem_sanitizes_and_truncates_slug -- --exact`