dsh_create_session
Create a new DSH session bound to a directory. If the workspace is missing, it is created automatically; the returned session ID enables follow-up calls.
Instructions
Create a new DSH session bound to a directory; auto-creates the workspace if missing. Returns the sessionId for follow-up tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model id (defaults to deepseek-v4-flash). | deepseek-v4-flash |
| provider | No | Provider id (defaults to the bundled deepseek-official). | deepseek-official |
| workspace_path | No | Absolute directory path the session should be rooted at (e.g. C:\\Users\\chenty\\code). | |
| reasoning_effort | No | Optional reasoning effort id (off/high/max). |