Workspaces
Understand how workspaces work in Jean2.
Everything in Jean2 is bound to a workspace. Each session lives inside a workspace, which sets the boundaries for your agent. What files it can see, where it can run commands.
Virtual Workspace
By default, Jean2 gives you a Virtual Workspace. This is a server-side sandbox where your agent can read, write, and run code. No folder on your machine is exposed until you add one.

Switch or add a workspace
Click the workspace name in the top bar to open the selector. You can switch between existing workspaces, create a new Virtual Workspace, or Add Folder to link a local directory.
Files
You can browse, open, and view files directly.

Terminal
The terminal is tied to your workspace and always opens at the workspace root. It runs on the server side, not in your client. This means you can start a process on one device and check on it from another.
