1.74.10
- 88adc75: Fix the auto-resume wait calculation for weekly
--tool codexusage limits (Issue #1869, phase 2). After the display parser was fixed to keep the full reset date, the separate auto-resume parser insolve.validation.lib.mjsstill crashed withInvalid time format: Jun 11, 2026, 12:27 AMand, even when it parsed, discarded the date and scheduled for today/tomorrow — so auto-resume woke up far too early.calculateWaitTimenow delegates to the robust date-awareparseResetTimefromusage-limit.lib.mjs(honoring explicit year, weekly date, and timezone) and returns the real time-until-reset, and all three call sites now forward the timezone. This consolidates onto a single reset-time parser.
Related Pull Request: #1874