Open Current Workspace
open_current_workspaceOpens the preconfigured default workspace for coding tasks, with options to include a file tree and discover skills.
Instructions
Use this once at the start to open the configured default workspace without accepting a path. Do not call open_workspace after this unless switching roots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Tree depth when include_tree=true. Default: 2. | |
| include_tree | No | Include a compact file tree. Default: false for speed. | |
| include_skills | No | Discover workspace, user, and plugin skills by name/description. Default: true. | |
| include_global_skills | No | Also scan installed user/plugin skills when include_skills=true. Default: true. |