-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededuser-projectsUser project containers and filesUser project containers and files
Description
Description
The file browser currently lacks basic file management operations. Users should be able to perform standard file operations directly from the file browser UI.
Code Reference
orchestrator/app/agent/tools/file_ops/- existing agent file operation tools (can be reused)
Current Behavior
Users can only view files in the browser. To create, rename, or delete files, they must ask the agent or use the terminal.
Expected Behavior
Right-click context menu or action buttons in the file browser for:
- New File - create a new empty file in the selected directory
- New Folder - create a new directory
- Rename - rename a file or folder
- Delete - delete a file or folder (with confirmation dialog)
Acceptance Criteria
- All four operations available via context menu or action buttons
- Delete shows confirmation dialog
- File browser refreshes after each operation
- Operations work in both Docker and Kubernetes modes
- Backend API endpoints for each operation (or reuse existing agent tool endpoints)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededuser-projectsUser project containers and filesUser project containers and files