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
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<palign="center">
8
8
<strong>One window for all your AI coding agents.</strong><br />
9
-
Run Claude, Codex, Gemini, Cursor, OpenCode, and Copilot side-by-side. Terminal and chat, any layout.
9
+
Run Claude, Codex, OpenCode, Gemini, Antigravity, Cursor, and Copilot side-by-side. Terminal and chat, any layout.
10
10
</p>
11
11
12
12
<palign="center">
@@ -25,39 +25,51 @@
25
25
26
26
## Supported Agents
27
27
28
-
**Claude** · **Codex** · **Gemini** · **Cursor** · **OpenCode** · **Copilot** and any agent from the [ACP registry](https://agentclientprotocol.com).
28
+
**Claude** · **Codex** · **OpenCode** · **Gemini** · **Antigravity** · **Cursor** · **Copilot** and any agent from the [ACP registry](https://agentclientprotocol.com).
29
29
30
30
## Why Lightcode?
31
31
32
32
If you use more than one AI coding agent, you know the pain: separate terminals, separate apps, no shared context. Lightcode puts them all in one place.
33
33
34
-
### Split & Tile
34
+
### Infinite Threads & Layouts
35
35
36
36
Open as many agent threads as you need and arrange them in horizontal and vertical splits. Resize, stack, and rearrange freely. The layout stays fast no matter how many threads you have running.
37
37
38
-
### Real Terminals
38
+
### Unified Protocol GUI
39
39
40
-
CLI agents run in actual PTY sessions. The same output you'd see in your own terminal, nothing reformatted or abstracted away.
40
+
Agents that support structured APIs (like ACP or provider SDKs) get a proper chat interface with markdown, syntax highlighting, and tool call displays.
41
41
42
-
### Chat UI for SDK & ACP Agents
42
+
### Terminal Fidelity
43
43
44
-
Agents that support structured APIs (like ACP or provider SDKs) get a proper chat interface with markdown, syntax highlighting, and tool call displays.
44
+
Run CLI agents in real terminal sessions, with the same output and controls you expect from your own shell.
45
+
46
+
### Built for Speed
47
+
48
+
Optimized to stay fast and responsive, even when you have lots of agent sessions running side by side.
45
49
46
-
### Save & Resume
50
+
### Session Persistence
47
51
48
-
CLI agent sessions persist to disk. Close the app, reopen it, and pick up where you left off.
52
+
Sessions are saved automatically, so you can close Lightcode and pick up right where you left off.
49
53
50
-
### Git Review
54
+
### Built-in Browser
51
55
52
-
View diffs, stage files, generate commit messages with AI, and review GitHub PRs. All built in.
56
+
Open web pages, attach browser context to agents, and keep research in the same workspace.
57
+
58
+
### In-App GitHub PRs
59
+
60
+
View diffs, stage files, generate commit messages with AI, and review GitHub PRs directly inside Lightcode.
53
61
54
62
### Code Editor
55
63
56
64
Monaco-based editor with LSP support for quick edits without switching to your IDE.
57
65
58
-
### Windows + WSL
66
+
### Cross-Platform Desktop
67
+
68
+
Run Lightcode on macOS, Windows, and Linux, with a polished interface that feels at home on both Mac and Windows.
69
+
70
+
### WSL Support
59
71
60
-
Use Windows and WSL projects in the same workspace. Lightcode routes agent commands through the right environment automatically.
72
+
Use Windows and WSL projects side by side, with agent commands routed through the right environment automatically.
0 commit comments