open_project
Open a project folder in VS Code to set the active working directory for the AI agent at session start.
Instructions
Call this tool as soon as a new session begins with the AI Agent to ensure we are set up and ready to go. open_project opens a project folder in VS Code. This tool is also useful to ensure that we have the current active working directory for our AI Agent, visible in VS Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the project folder to open in VS Code | |
| newWindow | No | Whether to open the project in a new window |