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
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CodeForge
2
2
3
-
A Tauri-based AI code editor that wraps Claude Code and Codex into a native desktop app with multi-thread sessions, an embedded browser, and a sleek dark UI.
3
+
An AI code editor that wraps Claude Code and Codex into a native desktop app with multi-thread sessions, an embedded browser, and a sleek dark UI.
4
4
5
5
> **Note**: This project is under active development and is not yet production-ready.
6
6
@@ -20,17 +20,6 @@ A Tauri-based AI code editor that wraps Claude Code and Codex into a native desk
20
20
-**Worktree Management** - Git worktree per thread for isolated changes
21
21
-**Per-Thread Browser** - Each thread gets its own browser instance with independent state
22
22
23
-
## Architecture
24
-
25
-
```
26
-
crates/
27
-
session/ # Claude Code & Codex subprocess management
0 commit comments