- VS Code — uses the primary folder of your active workspace.
- Sublime Text — uses the first folder open in the window. Override it with
TermMate: Set Working Directoryfrom the Command Palette, or right-click a folder in the sidebar and choose Set Working Directory.
Multi-Project Support
TermMate automatically detects all open workspace folders and passes them to the agent as additional context roots. This is useful for monorepos or projects that share code across repos.Sublime Text
All folders in the current Sublime Text project are shared with the agent automatically whenshare_workspace_folders is enabled (default: true).