T
traeai
Sign in
返回首页
宝玉(@dotey)

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

7.2Score
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.

  1. Long-running tasks lack effective status feedback mechanisms making it hard to track progress.

  2. The /side command creates a side chat window to query current task status without interruption.

  3. ·Enabling /goal Feature

    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.

    Paragraph 1

    ⬇︎ 下载 PNG𝕏 分享到 X
  • Upgrade Codex App to the latest version and run 'codex features enable goals' to enable goal functionality.

    Quoted Content

    ⬇︎ 下载 PNG𝕏 分享到 X
  • You can ask '/side What's the current progress? How much longer?' to check remaining time.

    Example Usage

    ⬇︎ 下载 PNG𝕏 分享到 X
#Codex#AI Tools#Task Management#CLI
Open original article

Baoyu

@dotey

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?

Image 1: Image
Image 2: Image

Quote

Baoyu

@dotey

May 22

Simple instructions on how to use /goal in the Codex App:

  1. Upgrade the Codex App to the latest version
  2. Run the following command in your terminal:

codex features enable goals

Or manually edit ~/.codex/config.toml:

toml
   [features]
   goals = true
  1. Start by typing /goal, or select it from the popup menu by clicking "+"
  2. x.com/OpenAIDevs/sta…
Image 3: Image
Image 4: Image

6:14 PM · May 24, 2026

AI may generate inaccurate information. Please verify important content.