How to Check Progress of an Ongoing /goal Task? How to Pause, Resume or Update It?

TL;DR · AI Summary
Introduces how to monitor and manage long-running /goal tasks in Codex App using the /side command.
Key Takeaways
- Use the /side command to check task progress without interrupting the main sessi
- Enable the /goal feature by upgrading the app and configuring config.toml or run
- /goal tasks support pause, resume, and real-time update operations.
Outline
Jump quickly between sections.
Long-running tasks lack effective status feedback mechanisms making it hard to track progress.
The /side command creates a side chat window to query current task status without interruption.
Upgrade the application and manually activate the /goal feature via CLI or configuration file.
Mindmap
See how the topics connect at a glance.
查看大纲文本(无障碍 / 无 JS 友好)
- Codex任务管理
- 问题场景
- 长期任务无进度反馈
- 解决方法
- /side指令查看状态
- /goal任务控制
Highlights
Key sentences worth saving and sharing.
Use the /side command to open a side chat that doesn't affect the current session but retains all context.
Upgrade Codex App to the latest version and run 'codex features enable goals' to enable goal functionality.
You can ask '/side What's the current progress? How much longer?' to check remaining time.
For an ongoing /goal task, how do you know the progress? How to pause, resume, or add updates? Sometimes a long-running task has been executing for a while, and you're unsure of its progress. In such cases, you can use the /side command to start a side chat without affecting the current conversation, while retaining all context from the current session. For example:
/side What's the current progress? How much longer is it expected to take?
Quote
Baoyu
@dotey
May 22
Simple instructions on how to use /goal in the Codex App:
- Upgrade the Codex App to the latest version
- Run the following command in your terminal:
codex features enable goals
Or manually edit ~/.codex/config.toml:
[features]
goals = true- Start by typing
/goal, or select it from the popup menu by clicking "+" - x.com/OpenAIDevs/sta…