Skip to content

Commit acb2863

Browse files
committed
docs: add screenshots
1 parent e1496e5 commit acb2863

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,30 +56,34 @@ Download pre-built binaries from [the releases page](https://github.com/coder/cm
5656

5757
## Screenshots
5858

59-
<figure>
59+
<div align="center">
60+
<p><em>Mermaid diagrams make it easier to review complex proposals from the Agent:</em></p>
6061
<img src="./docs/img/plan-mermaid.webp" alt="Screenshot of mermaid diagram" />
61-
<figcaption>Mermaid diagrams make it easier to review complex proposals from the Agent</figcaption>
62-
</figure>
62+
</div>
6363

64-
<figure>
64+
<div align="center">
65+
<p><em>Git divergence UI keeps you looped in on changes and potential conflicts:</em></p>
6566
<img src="./docs/img/git-status.webp" alt="Screenshot of git status" />
66-
<figcaption>Git divergence UI keeps you looped in on changes and potential conflicts</figcaption>
67-
</figure>
67+
</div>
6868

69-
<figure>
69+
<div align="center">
70+
<p><em>Project secrets help split your Human and Agent identities:</em></p>
7071
<img src="./docs/img/project-secrets.webp" alt="Screenshot of project secrets" />
71-
<figcaption>Project secrets help split your Human and Agent identities</figcaption>
72-
</figure>
72+
</div>
7373

74-
<figure>
74+
<div align="center">
75+
<p><em>Stay looped in on costs and token consumption:</em></p>
7576
<img src="./docs/img/costs-tab.webp" alt="Screenshot of costs table" />
76-
<figcaption>Stay looped in on costs and token consumption</figcaption>
77-
</figure>
77+
</div>
7878

79-
<figure>
79+
<div align="center">
80+
<p><em>Opportunistic compaction helps keep context small:</em></p>
8081
<img src="./docs/img/opportunistic-compaction.webp" alt="Screenshot of opportunistic compaction" />
81-
<figcaption>Opportunistic compaction helps keep context small</figcaption>
82-
</figure>
82+
</div>
83+
84+
## More reading
85+
86+
See [the documentation](https://cmux.io) for more details.
8387

8488
## Development
8589

docs/intro.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ cmux helps you work with AI coding assistants more effectively by:
1414
- 💬 **Session History** - Full chat history persistence across sessions
1515
- 🔄 **Flexible Workflows** - Support for different AI models and providers
1616

17-
## Why cmux?
18-
19-
- Effective use of many simultaneous agents
20-
- Richer dialogue with assistant due to GUI (e.g. native mermaid diagrams)
21-
2217
## Quick Links
2318

2419
- [Install](./install.md) - Download and installation instructions
20+
- [Why Parallelize?](./why-parallelize.md) - Why parallelize?
2521
- [Keyboard Shortcuts](./keybinds.md) - Complete keyboard reference
2622
- [AGENTS](./AGENTS.md) - Developer guide for AI assistants

0 commit comments

Comments
 (0)