codex - 💡(How to fix) Fix Codex App automations: daily RRULE is displayed as weekly [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21342Fetched 2026-05-07 03:41:36
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1renamed ×1

Error Message

The local automation definitions were verified after editing, and the issue appears to be in the app-generated schedule summary / formatter rather than the local TOML contents. I did not attach logs because no crash or exception is involved and logs may contain unrelated local/session details.

Root Cause

Additional information The local automation definitions were verified after editing, and the issue appears to be in the app-generated schedule summary / formatter rather than the local TOML contents. I did not attach logs because no crash or exception is involved and logs may contain unrelated local/session details.

RAW_BUFFERClick to expand / collapse

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

What subscription do you have? Not provided

What platform is your computer? Darwin 25.4.0 arm64 arm

What issue are you seeing? In the Codex App Automations UI, daily automation RRULEs are displayed as weekly in the automation list and in the detail summary.

Observed examples:

  • Daily automation example A
    • local RRULE: RRULE:FREQ=DAILY;BYHOUR=3;BYMINUTE=45
    • schedule dropdown: 毎日 + 03:45
    • list / right-side summary: 毎週 3:45
  • Daily automation example B
    • local RRULE: RRULE:FREQ=DAILY;BYHOUR=10;BYMINUTE=10
    • list summary: 毎週 10:10

There is also inconsistent Japanese formatting in recurrence labels. Examples seen in the UI:

  • 平日の 9:30
  • 木曜日 の 9:15
  • 毎週 3:45

This makes it hard to tell whether the automation is actually configured as daily or weekly, and whether the issue is only in the generated UI summary.

What steps can reproduce the bug?

  1. Open Codex App on macOS.
  2. Create or edit an automation with a daily RRULE, for example: RRULE:FREQ=DAILY;BYHOUR=3;BYMINUTE=45.
  3. Confirm that the automation detail schedule dropdown shows 毎日.
  4. Check the Automations list or the right-side detail summary.
  5. The daily automation is shown as weekly, for example 毎週 3:45.

What is the expected behavior? Daily RRULEs should be displayed as daily in the list and detail summary.

Examples:

  • RRULE:FREQ=DAILY;BYHOUR=3;BYMINUTE=45 -> 毎日 03:45
  • weekday-only schedules -> 平日 09:30
  • weekly schedules -> a consistent Japanese label such as 毎週木曜 09:15

Additional information The local automation definitions were verified after editing, and the issue appears to be in the app-generated schedule summary / formatter rather than the local TOML contents. I did not attach logs because no crash or exception is involved and logs may contain unrelated local/session details.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Codex App automations: daily RRULE is displayed as weekly [1 comments, 2 participants]