Skip to content

feat(workspace): upload/download + copy workspace-relative path#75

Merged
kalinon merged 2 commits intomainfrom
feat/workspace-browser-upload-download-copy-path
Mar 31, 2026
Merged

feat(workspace): upload/download + copy workspace-relative path#75
kalinon merged 2 commits intomainfrom
feat/workspace-browser-upload-download-copy-path

Conversation

@moltar-bot
Copy link
Copy Markdown
Contributor

Summary

  • add upload support to Workspace Explorer (toolbar + directory context menu)
  • add file download action in file context menu
  • add copy path action that copies workspace-relative paths only
  • rename context action to Copy Workspace Path for clarity

Notes

  • Upload supports multi-file selection and overwrite confirmation.
  • Copy path strips any /workspace or /workspace-<agent> prefix to avoid host/pod-specific absolute paths.

Validation

  • npm run -w ./web lint

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds file transfer and path-copy actions to the Workspace Explorer UI to improve workspace file management and portability across different runtime environments.

Changes:

  • Added multi-file upload support (toolbar + directory context menu) with overwrite confirmation.
  • Added a file download action in the file context menu.
  • Updated “Copy path” behavior to copy workspace-relative paths only (and renamed to “Copy Workspace Path”).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
web/src/components/WorkspaceExplorer.jsx Implements upload flow (hidden file input + create/update), download flow (fetch content + blob), and workspace-relative copy path logic; wires actions into the context menu and toolbar.
web/src/components/ContextMenu.jsx Adds Download/Upload/Copy Workspace Path context menu actions and icons.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kalinon kalinon merged commit 98f1154 into main Mar 31, 2026
9 checks passed
@kalinon kalinon deleted the feat/workspace-browser-upload-download-copy-path branch March 31, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants