I encountered a strange issue with Codex scheduled tasks and would like to report it.
When running an automated Codex task, the normal progress report is sometimes followed by internal-looking heartbeat metadata and unrelated Chinese words.
Example:
15 NOTIFY/ 久久
In another run, similar random Chinese gambling-related text appeared after the heartbeat block, such as “天天彩票”.
The task output itself is normal, but these additional contents are unrelated to my project, instructions, files, or execution results.
The , <automation_id>, and fields look like internal automation metadata that should probably not appear in the user-visible response. The random Chinese words appearing after this block also look unusual and unrelated.
This seems similar to the previously reported Codex issue where random Chinese lottery/gambling-related references appeared after heartbeat prompts.
Could this be a known issue with Codex Automations, such as:
- Internal automation metadata leaking into the final response;
- Context boundary issues between the scheduler and the model;
- Unexpected token generation after the heartbeat message?
I can provide additional logs or reproduction details if needed.