File Browser

The file browser provides read and write access to project workspace files from the Command Center.

Browsing Files#

The Files tab in the left sidebar shows a tree view of the project workspace. Navigate directories and click files to view their contents in the right panel with syntax highlighting.

File Operations#

OperationDescription
BrowseNavigate the directory tree
ViewOpen a file with syntax highlighting
CreateCreate new files or directories
UploadUpload files via drag-and-drop or file picker
RenameRename a file or directory
MoveMove a file to a different directory
DeleteRemove a file or directory
DownloadDownload a file as binary

Searching Files#

Search across all files in the workspace by content or filename. Results show matching files with context.

Real-Time Updates#

File changes (from agent executions or terminal commands) are broadcast via the Project WebSocket, so the file browser reflects the current state without manual refresh.