opencode icon indicating copy to clipboard operation
opencode copied to clipboard

opencode web UI cannot browse or select folders outside the default user profile (e.g., D:\code\python)

Open arnabclir opened this issue 2 weeks ago • 3 comments

Description

when I try to add a new project in my D drive in windows via the web opencode interface running the "opencode web --port 4096" command, it doesn't allow me to enter windows path and no good way to select it.

it is only showing me things like Downloads folder, Contacts, etc so I am presuming it just shows things inside C:/Users/ folder, for reference this is what I used in terminal->

PS D:\code\python> opencode web --port 4096

AI translation of the issue:

Description When launching the OpenCode web UI with

PS D:\code\python> opencode web --port 4096

the “New Project” dialog only shows directories that belong to the current Windows user profile (e.g., C:\Users<user>\Downloads, Contacts, …). It is impossible to type or browse a path that resides on another drive (e.g., D:\code\python). As a result I cannot create a project in the directory where I actually want to work.

OpenCode version

1.0.218 windows

Steps to reproduce

No response

Screenshot and/or share link

Image Image

Operating System

Windows 10

Terminal

Windows Terminal

arnabclir avatar Dec 31 '25 00:12 arnabclir