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
`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
48
47
like [opportunistic compaction](https://cmux.io/context-management.html) and [mode prompts](https://cmux.io/instruction-files.html#mode-prompts).
49
48
50
49
**[Read the full documentation →](https://cmux.io)**
Copy file name to clipboardExpand all lines: docs/vscode-extension.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# VS Code Extension
2
2
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.
5
6
6
7
## Overview
7
8
@@ -15,7 +16,7 @@ The extension has a small initial surface area: a command to open a workspace.
15
16
3. Select your workspace
16
17
4. It opens in a new editor window
17
18
18
-
The extension works seamlessly with both local and SSH workspaces.
19
+
The extension works with both local and SSH workspaces.
0 commit comments