Codex Radar 0.4.0 Public Beta
Pre-releaseCodex Radar 0.4.0 Public Beta
Codex Radar makes host-local Codex work easier to scan and resume across projects. A lightweight Python helper indexes lifecycle events into local state; the VS Code extension reads that state to show what is running, waiting for approval, done, or archived.
Highlights
- Project-grouped
Attention,Projects, andArchivedviews plus an editor dashboard. - Bounded, redacted conversation previews and clear running, approval, done/read, unknown, and archived states.
- Workspace-aware handoff to eligible threads in the official Codex extension, including Remote SSH windows.
- Setup diagnostics for missing, empty, stale, or unsupported local session indexes.
- Dependency-free CLI/TUI fallback and experimental read-only host-local usage visibility.
Install
-
Install the host-local helper/indexer from this source checkout:
python3 -m venv .venv . .venv/bin/activate python -m pip install .
-
Configure the Codex lifecycle hook by following the hook setup runbook. Setup is explicit: Codex Radar does not edit
~/.codex/hooks.jsonor install hooks for you. -
Download
codex-radar-vscode-0.4.0.vsixfrom this GitHub Release and install it on the VS Code extension host where Codex and the Radar state live:code --install-extension codex-radar-vscode-0.4.0.vsix --force
For Remote SSH, run the helper and install the VSIX on the remote extension host.
Privacy and Boundaries
Codex Radar is local-only. Session state, transcript-derived previews, and usage snapshots remain on the extension host. Primary navigation uses sanitized local state and does not send transcript or session metadata externally. The extension is a client of the host-local helper/indexer; it is not extension-only and does not silently configure hooks.
Current Limitations
- Distributed through GitHub Releases, not the VS Code Marketplace.
- Requires a separately installed host-local helper/indexer and explicit hook setup.
- Codex handoff relies on an experimental local URI route and may be unavailable for some sessions.
- No OS or external notifications; attention cues remain inside Codex Radar or the opt-in terminal watcher.
Verify
Run codex-radar doctor and codex-radar path, then open the Codex Radar Activity Bar view. Confirm that indexed sessions appear under the expected projects and that no hook, transcript, session-index, or config file is modified by the extension.
한국어 요약
Codex Radar 0.4.0은 GitHub Release VSIX로 배포하는 public beta임. Host-local helper/indexer와 사용자가 직접 설정한 Codex hook이 필요하며, Marketplace 배포, hook 자동 설치, 외부 데이터 전송은 포함하지 않음.