openclaw - 💡(How to fix) Fix Doctor: Move Codex CLI assets notice from 'Doctor warnings' to 'Doctor info' tier [3 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The openclaw doctor output categorizes the "Personal Codex CLI assets were found" message under "Doctor warnings" with a severity/visual tier that suggests action is needed. In practice, this message is purely informational and not actionable for most users.

Root Cause

The openclaw doctor output categorizes the "Personal Codex CLI assets were found" message under "Doctor warnings" with a severity/visual tier that suggests action is needed. In practice, this message is purely informational and not actionable for most users.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Summary

The openclaw doctor output categorizes the "Personal Codex CLI assets were found" message under "Doctor warnings" with a severity/visual tier that suggests action is needed. In practice, this message is purely informational and not actionable for most users.

Problem

The message states that ~/.codex/ contains config/skills/plugins that won't automatically load into OpenClaw's Codex app-server child. However:

  1. It is not a lint findingdoctor --lint --json and doctor --lint --severity-min warning both report 0 findings.
  2. It has no discoverable check ID – Cannot be suppressed via --skip <id>.
  3. Config files are explicitly excluded from migrationopenclaw migrate codex --dry-run states: "Codex config is archived for manual review; it is not activated automatically."
  4. Codex regenerates ~/.codex/config.toml on every run – Even if archived or deleted, Codex rewrites this file on next use, making the check perpetually resurface.

For users who independently use Codex CLI alongside OpenClaw, this message shows every time and causes unnecessary concern (or wasted effort trying to "fix" it).

Proposed fix

Move this detection from the "Doctor warnings" tier/section to a lower "Doctor info" or notes section, so it doesn't visually imply a problem that needs fixing.

Impact

Low/trivial – purely a UX/classification improvement. Reduces noise for users who run openclaw doctor regularly.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Doctor: Move Codex CLI assets notice from 'Doctor warnings' to 'Doctor info' tier [3 pull requests]