Skip to content

Commit 712c5de

Browse files
committed
docs: minor edits
1 parent 818a3d9 commit 712c5de

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,17 @@ Here are some specific use cases we enable:
3333

3434
## Features
3535

36-
- Isolated workspaces with central view on git divergence
36+
- **Isolated workspaces** with central view on git divergence
3737
- **Local**: git worktrees on your local machine ([docs](https://cmux.io/local.html))
3838
- **SSH**: regular git clones on a remote server ([docs](https://cmux.io/ssh.html))
39-
- **VS Code Extension**: Jump into cmux workspaces directly from VS Code ([docs](https://cmux.io/vscode-extension.html))
40-
- Multi-model (`sonnet-4-*`, `gpt-5-*`, `opus-4-*`)
39+
- **Multi-model** (`sonnet-4-*`, `gpt-5-*`, `opus-4-*`)
4140
- Ollama supported for local LLMs ([docs](https://cmux.io/models.html#ollama-local))
4241
- OpenRouter supported for long-tail of LLMs ([docs](https://cmux.io/models.html#openrouter-cloud))
42+
- **VS Code Extension**: Jump into cmux workspaces directly from VS Code ([docs](https://cmux.io/vscode-extension.html))
4343
- Supporting UI and keybinds for efficiently managing a suite of agents
4444
- Rich markdown outputs (mermaid diagrams, LaTeX, etc.)
4545

46-
`cmux` has a custom agent loop, but, we are heavily inspired by Claude Code in our
47-
UX. You'll find familiar features like Plan/Exec mode, VIM inputs, `/compact` and new ones
46+
cmux has a custom agent loop but much of the core UX is inspired by Claude Code. You'll find familiar features like Plan/Exec mode, vim inputs, `/compact` and new ones
4847
like [opportunistic compaction](https://cmux.io/context-management.html) and [mode prompts](https://cmux.io/instruction-files.html#mode-prompts).
4948

5049
**[Read the full documentation →](https://cmux.io)**

docs/vscode-extension.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# VS Code Extension
22

3-
The cmux VS Code extension allows you to quickly jump into your cmux workspaces directly from Visual Studio Code or Cursor. This enables a more seamless back and forth between a purely agentic workflow and traditional editing. It's
4-
especially useful for completing the "last mile" of a task or establishing the initial architecture.
3+
The cmux VS Code extension allows you to easily pair with cmux during development. Our extension works with VS Code and Cursor.
4+
5+
It's especially useful for completing the "last mile" of a task or establishing the initial architecture.
56

67
## Overview
78

@@ -15,7 +16,7 @@ The extension has a small initial surface area: a command to open a workspace.
1516
3. Select your workspace
1617
4. It opens in a new editor window
1718

18-
The extension works seamlessly with both local and SSH workspaces.
19+
The extension works with both local and SSH workspaces.
1920

2021
## Installation
2122

0 commit comments

Comments
 (0)