Additional Paths

Give the agent access to directories outside the workspace.

Location: Workspace Settings → Additional Paths

By default, the agent can only access files inside its workspace directory. Additional Paths lets you grant access to other directories on the server: other projects, shared resources, system configs.

Add a path

Click Add Folder, pick a directory from the server's filesystem. The path is stored as an absolute path.

The agent accesses these directories using their full absolute paths. It won't confuse them with the workspace root.

Remove a path

Click the X next to a path to remove it. The agent loses access immediately. Files already written stay on disk.

When to use this

  • Monorepo setups: let the agent read shared packages outside the workspace
  • Config files: give access to ~/.config/ or similar
  • Shared resources: reference common libraries or assets across workspaces

What's next