Docs/Managing Workspaces

Managing Workspaces

Create workspaces for new work, tuck away the ones you're not using, and clean up when you're done. Here's the full lifecycle.

Branch templates

When you create a workspace, you pick a branch template. It sets a prefix on the branch name so your repository stays tidy and every branch says what it's for:

Type a name like "dark mode" under the Feature template and Chorium suggests feature/dark-mode.

The branch template dropdown with Feature, Fix, Chore, Experiment, and Change Order
New Workspace → Branch template

Creating a workspace

As you type, Chorium previews the branch name and the folder it will create, and checks them before you commit. It will:

When you confirm, Chorium creates the git worktree, launches the agent, and opens the workspace. See Getting Started for a step-by-step first run.

The New Workspace sheet with a live branch and path preview
A live preview of the branch and folder, checked before you create

Closing and reopening

Deleting for good

When you're truly finished with a workspace, permanently delete it. This removes its git worktree from disk. Chorium deletes the branch only if it has already been merged, so you can't lose unmerged work by accident.

Docker cleanup

If a workspace started Docker containers, deleting it can leave them behind. Chorium detects the related containers and offers a cleanup sheet:

Review the list, keep what's shared, and remove the rest.

The main workspace stays put. You can't close or delete a project's main workspace — it's the repository itself. See Core Concepts.