Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature Request: Folder restriction in Web UI
Description:
When launching opencode web from a specific folder, users can still browse the entire filesystem when creating a new project. It would be great to have a "locked" or "read-only" mode that restricts access to only the current working directory.
Use case:
I want to share OpenCode Web with a colleague, but only give them access to a specific project folder, not my entire filesystem.
Proposed solution:
Either:
- Add a
--project flag that locks the web UI to a specific directory
- Or disable the "New Project" / file browser in web UI when a working directory is specified
Workaround (if any):
Currently using opencode attach but it's not ideal
Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature Request: Folder restriction in Web UI
Description:
When launching
opencode webfrom a specific folder, users can still browse the entire filesystem when creating a new project. It would be great to have a "locked" or "read-only" mode that restricts access to only the current working directory.Use case:
I want to share OpenCode Web with a colleague, but only give them access to a specific project folder, not my entire filesystem.
Proposed solution:
Either:
--projectflag that locks the web UI to a specific directoryWorkaround (if any):
Currently using
opencode attachbut it's not ideal