openclaw - 💡(How to fix) Fix [Feature]: File Explorer Toggle in Control UI [1 participants]

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…
GitHub stats
openclaw/openclaw#63162Fetched 2026-04-09 07:57:36
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

Add a file explorer button next to the "Cron" button in the Control UI top bar. Clicking the button toggles a sidebar showing the workspace file tree.

Root Cause

Add a file explorer button next to the "Cron" button in the Control UI top bar. Clicking the button toggles a sidebar showing the workspace file tree.

RAW_BUFFERClick to expand / collapse

Summary

🗂️ Feature Request: File Explorer Toggle in Control UI

Description

Add a file explorer button next to the "Cron" button in the Control UI top bar. Clicking the button toggles a sidebar showing the workspace file tree.

Use Case

  • Quick file navigation without leaving the chat interface
  • Browse workspace files visually
  • Select files to open in chat
  • Drag-and-drop files into conversation

Problem to solve

  • Users with complex workspace structures
  • Multi-file project workflows
  • Users who frequently reference documents

Proposed solution

Proposed UI Behavior

┌─────────────────────────────────────────────┐ │ OpenClaw Control UI [Cron][📁][⚙️] │ ╞═════════════════════════════════════════════╡ │ 📁 File Explorer │ 💬 Chat Session │ │ ├─ ~/workspace │ │ │ │ ├─ AGENTS.md │ User: ... │ │ │ ├─ TOOLS.md │ Assistant: ... │ │ │ └─ skills/ │ │ │ │ │ └─────────────────────────────────────────────┘ ↑ Toggle sidebar

Mockup Details

  • Button icon: 📁 or Folder icon
  • Position: Right of "Cron" button, left of "Settings"
  • Sidebar: Left slide-in panel (collapsible)
  • Content: File tree starting from ~/workspace

Functional Requirements

  1. Tree view with expand/collapse folders
  2. File icons by extension
  3. Click to open file in chat (read command)
  4. Right-click context menu (Copy path, Open location)
  5. Refresh button for file changes
  6. Search/filter files

Alternatives considered

Impact

  1. Seamless workflow - No context switching to external file manager
  2. Faster navigation - Visual file tree vs typing paths
  3. Better discovery - See all available files at glance
  4. Reduced errors - No manual path typos

Evidence/examples

Similar Features (Reference)

  • VS Code Explorer sidebar
  • Claude Desktop file panel
  • Cursor IDE file tree
  • OpenAI Codex file panel

Additional information

Technical Notes

  • Could reuse existing read tool functionality
  • Watch file system changes for live updates
  • Configurable root directory (default: ~/workspace)

Priority

enhancement / nice-to-have / ui


Labels: enhancement, ui, feature-request

extent analysis

TL;DR

Implement a file explorer toggle button in the Control UI top bar to display a sidebar with a workspace file tree.

Guidance

  • Review the proposed UI behavior and mockup details to ensure the file explorer meets the required functionality and design.
  • Consider reusing existing read tool functionality to open files in chat and implement a tree view with expand/collapse folders.
  • Investigate using a library or existing component for the file tree view to simplify development and ensure consistency with similar features in other applications.
  • Plan for watching file system changes to enable live updates and consider making the root directory configurable.

Example

No specific code example is provided as the issue focuses on the feature request and proposed UI behavior.

Notes

The implementation details and technical requirements will depend on the specific technology stack and framework used in the Control UI.

Recommendation

Apply a workaround by utilizing an existing file explorer component or library to simplify development and ensure consistency with similar features in other applications, as this is an enhancement and nice-to-have feature.

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 [Feature]: File Explorer Toggle in Control UI [1 participants]