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#
| Operation | Description |
|---|---|
| Browse | Navigate the directory tree |
| View | Open a file with syntax highlighting |
| Create | Create new files or directories |
| Upload | Upload files via drag-and-drop or file picker |
| Rename | Rename a file or directory |
| Move | Move a file to a different directory |
| Delete | Remove a file or directory |
| Download | Download 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.