Skip to content

Commit 47eb6fa

Browse files
benvinegarclaude
andcommitted
docs(readme): add light/dark viewer screenshots
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f0430f5 commit 47eb6fa

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ it profiles. Snippets appear live in your browser, grouped by agent session,
1212
and you can comment on any of them — feedback flows straight back to the agent
1313
in its terminal.
1414

15-
```
16-
agent (terminal) ──publish──► ┌───────────────────────────┐
17-
│ sideshow · live feed │
18-
agent ◄──wait for feedback── │ ┌─────────────────────┐ │
19-
│ │ snippet (sandboxed) │ │
20-
│ │ 💬 your comments │ │
21-
│ └─────────────────────┘ │
22-
└───────────────────────────┘
23-
```
15+
<picture>
16+
<source media="(prefers-color-scheme: dark)" srcset="docs/sideshow-dark.png">
17+
<img alt="The sideshow viewer: agent sessions in a sidebar, a published JWT-flow diagram with a comment thread between the user and claude-code, and an interactive backoff explainer below" src="docs/sideshow-light.png">
18+
</picture>
19+
20+
*An agent published a sequence diagram while explaining an auth refactor; the
21+
user asked a question under it in the browser; the agent answered in the
22+
thread and revised the snippet — all without leaving the terminal.*
2423

2524
## Quick start
2625

docs/sideshow-dark.png

109 KB
Loading

docs/sideshow-light.png

107 KB
Loading

0 commit comments

Comments
 (0)