openclaw - ๐Ÿ’ก(How to fix) Fix [Bug v2026.5.9-beta.1] Control UI shows workspace files as missing despite files existing at configured paths

Official PRs (โ€ฆ)
ON THIS PAGE

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โ€ฆ

After updating workspace paths in openclaw.json, the Control UI agent menu shows all workspace files (AGENTS.md, SOUL.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, MEMORY.md) as "็ผบๅคฑ" (missing), even though:

  1. All files exist at the configured paths
  2. openclaw.json has correct workspace paths
  3. Gateway logs show no errors
  4. The agent runs correctly and reads the files

Root Cause

After updating workspace paths in openclaw.json, the Control UI agent menu shows all workspace files (AGENTS.md, SOUL.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, MEMORY.md) as "็ผบๅคฑ" (missing), even though:

  1. All files exist at the configured paths
  2. openclaw.json has correct workspace paths
  3. Gateway logs show no errors
  4. The agent runs correctly and reads the files

Code Example

{
  "id": "baom",
  "workspace": "C:\\Users\\ohohf\\.openclaw\\workspace-baom"
}
RAW_BUFFERClick to expand / collapse

Description

After updating workspace paths in openclaw.json, the Control UI agent menu shows all workspace files (AGENTS.md, SOUL.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, MEMORY.md) as "็ผบๅคฑ" (missing), even though:

  1. All files exist at the configured paths
  2. openclaw.json has correct workspace paths
  3. Gateway logs show no errors
  4. The agent runs correctly and reads the files

Steps to Reproduce

  1. Configure workspace paths in openclaw.json (e.g., C:\Users\<user>\.openclaw\workspace-<agent>)
  2. Ensure all .md files exist in the workspace directory
  3. Restart Gateway
  4. Open Control UI โ†’ Agent menu
  5. Observe: all workspace files show as "็ผบๅคฑ"

Expected Behavior

Control UI should display workspace files as present when they exist at the configured path.

Actual Behavior

All workspace files are shown as "็ผบๅคฑ" (missing) in the UI, regardless of their actual presence on disk.

Environment

  • OpenClaw version: v2026.5.9-beta.1 (0d3141e)
  • OS: Windows 11
  • Node.js: v24.15.0
  • Browser: Chrome / Edge (tried both, same result)

Additional Context

  • Gateway logs show no workspace-related errors
  • openclaw.json config has correct paths verified with Test-Path
  • Agent functions correctly (reads files, processes messages)
  • Issue persists after browser cache clear and different browsers
  • This may be a UI-side file detection bug, not affecting actual agent operation

Workspace Path Example

{
  "id": "baom",
  "workspace": "C:\\Users\\ohohf\\.openclaw\\workspace-baom"
}

Directory contains: AGENTS.md, HEARTBEAT.md, IDENTITY.md, MEMORY.md, SOUL.md, TOOLS.md, USER.md (all verified to exist)

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 [Bug v2026.5.9-beta.1] Control UI shows workspace files as missing despite files existing at configured paths