Files
openchamber/packages/docs/content/docs/projects.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

35 lines
1.4 KiB
Plaintext

---
title: Projects
description: Organize your work into projects and switch between them.
---
# Projects
A project is a folder on your computer that OpenChamber keeps track of — usually one codebase. Switching projects switches the folder the agent works in, along with that project's sessions and settings.
## Add a project
You can add a project from a few places:
- the **Add project** entry in the command palette
- the **+** button at the top of the session sidebar
- the folder browser when you pick a directory
Point it at a folder and OpenChamber remembers it. The name comes from the folder; you can change it later.
## Switch projects
Pick a project from the sidebar to make it active. Everything — sessions, git, notes — follows the project you have open.
## Make a project recognizable
Open **Settings → Projects** to give a project a custom name, color, or icon. OpenChamber tries to find an icon automatically — see [Project icons](/project-icons/).
> In VS Code, OpenChamber always uses the folder you have open as the only project, so there's nothing to add or switch. The Projects settings page is hidden there.
## Related
- [Project Notes, Todos & Plans](/notes-todos-plans/) — keep working notes per project
- [Project Actions](/project-actions/) — save commands you run often
- [Context](/context/) — see how much of the model's memory a session is using