Open TraeCN Workspace
traecn_open_workspaceOpens an absolute local folder path as the active TraeCN workspace, verifying activation before returning. Use to ensure work targets the correct project.
Instructions
Open one absolute local folder path as the active TraeCN workspace and verify it became active before returning. Call before submitting work that depends on a specific project; afterwards do not repeat the path inside the task message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute local folder path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdp | No | CDP endpoint coordinates for gateway control. | |
| args | No | Launch arguments when TraeCN had to be started. | |
| code | No | Stable machine-readable result or error code. | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| binPath | No | TraeCN binary path used by the gateway. | |
| changed | No | Whether visible TraeCN state changed. | |
| command | No | Launch command when TraeCN had to be started. | |
| message | No | Human-readable outcome summary. | |
| success | No | Whether the operation succeeded. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| projectPath | No | Absolute folder path that was opened. | |
| reusedWindow | No | Whether an existing window was reused instead of spawning one. | |
| alreadyRunning | No | Whether TraeCN was already running. | |
| conversationId | No | Stable TraeCN conversation identifier. | |
| verifiedWorkspace | No | Workspace path verified inside the TraeCN window. |