Automation doesn't allow select interval bellow 1 hour

Resolved 💬 0 comments Opened Feb 11, 2026 by lubomirblazekcz Closed Mar 20, 2026

What version of the Codex App are you using (From “About Codex” dialog)?

260210.1703 (602)

What subscription do you have?

Pro

What issue are you seeing?

The number input in interval has min="1" and max="24", so currently it's impossible to set minutes. Consider rather adding min="0", and check upon automation if the value is larger than 0.

Alternatively add second input for minutes with min="1" and max="60"

What steps can reproduce the bug?

Try to set automation every 15 minutes

What is the expected behavior?

Be able to set automation at least every 10 minutes

Additional information

_No response_

View original on GitHub ↗