Hi everyone, sharing a reproducible issue I hit while testing Codex Automations (Beta).
Environment:
- Windows + WSL workflow
- Codex Desktop, codex-cli 0.108.0-alpha.8
- Automation status: ACTIVE
- CWD points to a WSL repo path (UNC style)
Repro:
- Create/update an automation (also tested with a minimal one-line prompt).
- Click Test (and also waited for scheduled trigger).
- Check Automations/Inbox for output.
Expected:
- Run completes and produces an inbox/thread result.
Actual:
- Test appears briefly then disappears.
- No inbox output is created.
- Local automation DB shows:
automations.last_run_atupdates (trigger seems to fire),automation_runsrow is created,- status remains
IN_PROGRESSindefinitely, inbox_itemsstays empty.
Troubleshooting tried:
- Restarted app (normal + admin).
- Retried with different WSL UNC path variants.
- Simplified prompt to minimal output.
Looks like trigger bookkeeping works, but execution/result materialization stalls. Happy to provide additional redacted diagnostics if useful.