Skip to content

Codex Task Radar v0.3.3-beta.1

Pre-release
Pre-release

Choose a tag to compare

@zsy1122334455-netizen zsy1122334455-netizen released this 06 Aug 01:20
· 1 commit to main since this release

Codex Task Radar v0.3.3-beta.1

Codex Task Radar is a Windows-first, unofficial public beta for people who run
several Codex tasks at once. It keeps Needs Action, Completed Pending Review,
and Running tasks in one lightweight floating window, with Favorites and
Recent Tasks as separate views.

Install

Requirements: Windows 10 or 11, Python 3 with Tkinter, Node.js 18 or newer,
and a current Codex CLI/Desktop installation.

codex.cmd plugin marketplace add zsy1122334455-netizen/codex-task-radar --ref v0.3.3-beta.1 --json
codex.cmd plugin add codex-task-radar@codex-task-radar --json
codex.cmd plugin list --marketplace codex-task-radar --json

The same installation can be initiated by pasting this safety-bounded prompt
into a Codex task. The README contains the expanded version used by the
public-beta article:

请在 Windows 上安装 Codex Task Radar v0.3.3-beta.1。只使用项目仓库
https://github.com/zsy1122334455-netizen/codex-task-radar 和版本说明
https://github.com/zsy1122334455-netizen/codex-task-radar/releases/tag/v0.3.3-beta.1 。
先确认两个地址无需登录即可访问且 tag、Release 版本一致;否则停止。

先运行 codex.cmd plugin list --json 检查现有插件,再依次运行:
codex.cmd plugin marketplace add zsy1122334455-netizen/codex-task-radar --ref v0.3.3-beta.1 --json
codex.cmd plugin add codex-task-radar@codex-task-radar --json
codex.cmd plugin list --marketplace codex-task-radar --json

确认插件已安装并启用、版本以 0.3.3-beta.1 开头,且 installedPath 位于 Codex
插件缓存而不是当前仓库或工作目录。不要读取、复制或修改 ~/.codex/auth.json;
不要读取或输出任务提示词、回复、逐字记录或工具参数;不要替我接受 Hook 信任、
Full Access、完全访问、权限或其他安全提示。出现来源冲突、命令失败或确认提示时
立即停止,不要自行删除、覆盖或绕过。完成后提醒我完全重启 Codex,并在重启后
新建任务继续试用。

A generic task-status request cannot silently install a repository plugin;
direct natural-language discovery requires a separate accepted listing in the
public Plugins Directory shared by ChatGPT and Codex.

Restart Codex after installation. Review the Codex Task Radar lifecycle Hooks
before trusting them; Codex must not accept that trust decision on your behalf.

What was verified before this beta

  • 126 Python automated tests pass.
  • The Node.js MCP entry point passes its syntax check.
  • Plugin manifest, marketplace metadata, and packaged files are validated.
  • The MCP widget tools wait for the Windows process to start or stop instead
    of reporting success immediately after launching a detached helper.
  • A read-only Windows sample matched the active-task ID set reported by Codex
    with the plugin's live Running set.

Automated checks and a single read-only sample are not a stable-release
guarantee. Fresh-machine installation, permission-boundary behavior, and the
full real-task lifecycle remain important public-beta feedback areas.

Privacy boundary

  • Does not read ~/.codex/auth.json.
  • Does not persist prompts, replies, transcripts, conversation previews, or
    tool arguments.
  • Persists only sanitized task/session IDs, working directory, lifecycle
    state, event name, timestamps, and local view preferences.
  • The optional HTTP panel listens only on 127.0.0.1.

Uninstall

Stop the Task Radar widget before removing the plugin. After the widget exits,
run:

codex.cmd plugin remove codex-task-radar@codex-task-radar --json
codex.cmd plugin marketplace remove codex-task-radar --json

Restart Codex after removal. See the repository README for the optional,
separate removal of local Task Radar state.

Feedback

Report status mismatches, installation problems, and usability feedback at:

https://github.com/zsy1122334455-netizen/codex-task-radar/issues