Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Let Claude coordinate ongoing work with Projects changed

claude-projects

Nearest release: v2.1.275, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−5removed
From line 16 where the diff opens
First seen 17 Sep 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 16, old and new numbered
/
lines
from line 16
1616 
1717If you already know the work you want a project to run, go straight to [Create a project](#create-a-project).
1818 
19<Note>
20 [Projects in claude.ai chat and Cowork](https://support.claude.com/en/articles/9517075-what-are-projects), which group conversations and reference files, are a separate feature from the projects on this page.
21</Note>
22 
2319## When to use a project
2420 
2521A project is worth creating when the work has a goal that outlasts one session and keeps producing tasks. These kinds of work suit a project well:
from line 376
380376* **Local sessions and agent view**: sessions in your terminal, IDE, or the desktop app's local environment run on your machine and can't be part of a project. [Agent view](/docs/en/agent-view) is a screen for tracking several of those local sessions; it has no coordinator.
381377* **Worktrees**: a [worktree](/docs/en/worktrees) gives each local session its own working copy of a repository so parallel sessions on your machine don't overwrite each other. Threads don't need them: each thread clones its repositories into its own cloud sandbox and works on its own branch.
382378* **Agent teams**: an [agent team](/docs/en/agent-teams) is one session that starts teammate sessions for a single task, on your machine or inside a cloud session, and ends with that task.
383* **Projects in claude.ai chat and Cowork**: a [separate feature](https://support.claude.com/en/articles/9517075-what-are-projects) that groups conversations and reference files, without threads or a coordinator.
379* **Projects in claude.ai chat and Cowork**: the [earlier Projects experience](https://support.claude.com/en/articles/9517075-what-are-projects), which groups conversations and reference files without threads or a coordinator. Those projects keep working as they do today until the redesigned experience reaches them.
384380 
385381[Run agents in parallel](/docs/en/agents) compares these options side by side.
386382 
Feedback