이미지: X — 개발툴·에이전트
Summary
- v0 has redesigned its sidebar to group chats by project
- Real-time status indicators for streaming, waiting, and completed states have been added
- Hover cards let users check website previews, changed files, and Git branches
- 발표 주체
- v0(버셀) 공식 X 계정
- 발표일
- 2026-08-11
- 신규 기능 1
- 프로젝트별 채팅 그룹화
- 신규 기능 2
- 스트리밍·대기·완료 실시간 상태 표시
- 신규 기능 3
- 호버 카드에 웹사이트 미리보기·변경 파일·깃 브랜치 노출
- 개발사
- Vercel
Why one chat window wasn't enough
Vercel's AI coding tool v0 has redesigned its sidebar. Developers juggling multiple projects at once know a familiar problem: when chats are listed purely in chronological order, it takes time to figure out which conversation belongs to which service. With this update, v0 now groups chats by project.
What changed
There are three core changes. Chats are now grouped by project, and each chat comes with a real-time status indicator showing whether the task is currently streaming, waiting, or completed. Hovering over a chat brings up a hover card that shows a preview of the project's website, a list of changed files, and the connected Git branch — all in one place.
| Feature | Description |
|---|---|
| Chat grouping | Conversations organized by project |
| Real-time status indicator | Three states: streaming, waiting, completed |
| Hover card | Website preview, changed files, Git branch |
The attached image shows only the word "Chats" on a black background, suggesting it was released as a short teaser video previewing the redesigned sidebar screen.
What is v0
v0 is a generative UI development tool built by Vercel. Users describe the screen they want in natural language, and v0 generates working web components and page code. It started out producing a single front-end screen at a time, but through subsequent versions it has expanded into a workflow that manages multiple files simultaneously, integrates with Git repositories, and carries work through to actual deployment. This sidebar redesign is an extension of that trajectory. As the number of projects grows, the need to check, right inside the chatbot UI, which branch a given piece of code currently sits on has grown as well.
Coding agents are starting to resemble IDEs
AI coding tools have recently been moving beyond simple chat windows, absorbing integrated development environment (IDE) features one by one. Showing task status in real time is part of that trend. The instinct developers have when waiting to see if a compile has finished is now being applied to AI agents as they generate files and prepare deployments. Exposing Git branch information in the chat list also appears to be designed with a collaboration step in mind — one where a human reviews and merges the output an agent has produced.
What this means going forward
With this redesign, v0 users can now scan the progress of multiple projects at a glance without having to open each chat window individually. This is especially useful for workflows running several tasks at once, where simply distinguishing which chats are still streaming and which are completed reduces the burden of managing them. Vercel has previously moved to expand accessibility and collaboration across its developer tools, such as by opening up public access to its container registry, and this v0 sidebar redesign can be seen as another step in that same direction.


