You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-36Lines changed: 40 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,27 @@
1
+
<divalign="center">
2
+
1
3
# Chat Branch Visualizer
2
4
3
5
**Visualize your ChatGPT and Claude conversation branches as an interactive tree — in Chrome's native side panel.**
4
6
5
-
[](https://chromewebstore.google.com/detail/chat-branch-visualizer/mahknjdihdpeceompocgcclnmjikmncb)
7
+
[](https://chromewebstore.google.com/detail/chat-branch-visualizer/mahknjdihdpeceompocgcclnmjikmncb)
Every time you regenerate a response or edit a message in ChatGPT or Claude, the conversation splits into a new branch. These branches are invisible by default — Chat Branch Visualizer makes them a navigable tree.
13
17
14
-
-**Branch tree** — renders every user and assistant turn as a node graph
15
-
-**Build full tree** — auto-traverses all branches to build a complete map
16
-
-**Navigate** — click any node to jump to that point in the conversation
17
-
-**Fit / Zoom / Locate** — pan and zoom freely; jump to your current position
18
-
-**Snapshot** — restores your last tree when you reopen a tab
19
-
-**Standalone viewer** — pop the tree out into a full tab
18
+
| Feature | Description |
19
+
|---------|-------------|
20
+
|**Branch tree**| Renders every user and assistant turn as an interactive node graph |
21
+
|**Build full tree**| Auto-traverses all branches to build a complete map |
22
+
|**Navigate**| Click any node to jump to that point in the conversation |
23
+
|**Fit / Zoom / Locate**| Pan and zoom freely; jump to your current position with one click |
24
+
|**Snapshot**| Restores your last tree when you reopen a tab |
20
25
21
26
Supports **ChatGPT** (chatgpt.com) and **Claude** (claude.ai).
22
27
@@ -25,15 +30,19 @@ Supports **ChatGPT** (chatgpt.com) and **Claude** (claude.ai).
25
30
## Install
26
31
27
32
**From the Chrome Web Store (recommended)**
33
+
28
34
→ [Add to Chrome](https://chromewebstore.google.com/detail/chat-branch-visualizer/mahknjdihdpeceompocgcclnmjikmncb)
29
35
30
36
**Load unpacked (development)**
31
37
32
-
1. Clone this repo
33
-
2. Open `chrome://extensions`
34
-
3. Enable **Developer mode**
35
-
4. Click **Load unpacked** and select the repo folder
0 commit comments