Projects & Workspaces
Multi-Project Workspaces
Section titled “Multi-Project Workspaces”Every project is its own room. Inside a project you get:
- Up to 6 split terminals for parallel work.
- Unlimited tabs when 6 isn’t enough.
- Per-project layout, sessions, AI tool selection, and state — restored across restarts.
Switch projects with ⌘1 … ⌘9 or pick from the project switcher.
Project File Browser
Section titled “Project File Browser”Each project ships with a native file manager:
- Open directories in the side panel and keep hidden folders available when needed.
- Preview text and images; binary or very large files are guarded instead of forced into the preview.
- Edit text files in a separate editor window with edit mode, reload, save as, copy path, and reveal-in-file-manager actions.
- Rename files inline, paste or drag files into folders, move files to Trash, and resolve name conflicts while copying.
- Insert any file path straight into the terminal so your AI tool gets the right path on the first try.
The file browser respects .gitignore and hides common noise (node_modules, build outputs) by default.