-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add a Command Palette action to reload Wildtree #10003
Copy link
Copy link
Open
Labels
area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.duplicateThis issue or pull request already exists.This issue or pull request already exists.enhancementNew feature or request.New feature or request.in-app-feedbackFeedback items sourced from in-app feedback flows.Feedback items sourced from in-app feedback flows.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.duplicateThis issue or pull request already exists.This issue or pull request already exists.enhancementNew feature or request.New feature or request.in-app-feedbackFeedback items sourced from in-app feedback flows.Feedback items sourced from in-app feedback flows.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Add a Command Palette action to reload Wildtree / the File Tree so users have a deliberate way to reconcile the explorer with disk when automatic refresh misses a filesystem change.
Problem
A user reported that the file tree does not always refresh after terminal commands that change the filesystem, especially when the opened directory does not have a
.gitdirectory. One example they noticed is running a CLI deletion command on a directory and not seeing the file explorer update afterward.This has not been reproduced locally yet, so the underlying automatic-refresh failure is still uncertain. Regardless, when the tree appears stale there is currently no obvious Command Palette action for the user to force Wildtree to reload. A visible toolbar refresh button would likely feel too heavy or janky for the file tree, but a Command Palette action would provide an explicit recovery path without adding persistent UI chrome.
Warp's file tree documentation says the tree automatically reflects project structure as files are added, removed, or changed, so this action should be a fallback rather than the primary refresh mechanism.
Expected behavior
Reload File Tree,Refresh File Tree, orReload Wildtree.Actual behavior
.gitdirectory.Reproduction steps or desired workflow
Reported scenario:
.gitdirectory.Desired workflow:
Reload File TreeorReload Wildtree.Artifacts
None attached.
Warp version
v0.2026.05.01.15.43.dev_00
Operating system
macOS 26.3.1 (build 25D771280a)