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
+35-24Lines changed: 35 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ The era of AI-powered coding is here, but managing multiple AI assistants is a m
9
9
10
10
## Why syncode?
11
11
12
-
**The Problem:** You use Cursor at work, Claude Code for side projects, and want to try Windsurf. Each has its own config format and setup. Keeping them in sync is manual hell.
12
+
**The Problem:** You use Cursor at work, Claude Code for side projects, and want to try Windsurf or Roo Code. Each has its own config format and setup. Keeping 17+ AI agents in sync is manual hell.
13
13
14
14
**The Solution:**`syncode` is your single source of truth for AI agent configurations.
15
15
16
16
## Features
17
17
18
-
- 🤖 **Multi-Agent Support** - Manage Claude Code, Cursor, Windsurf, OpenCode, VSCode from one CLI
18
+
- 🤖 **17+ AI Agents** - Claude Code, Cursor, Windsurf, OpenCode, VSCode, GitHub Copilot, Roo Code, Goose, Gemini CLI, Amp, Kilo Code, Kiro CLI, Trae, Codex, Antigravity, Clawdbot, Droid
19
19
- 🔄 **Smart Sync** - Automatic detection and sync with smart defaults per agent
20
20
- 🔗 **Symlinks & Copy** - Symlinks for live sync, copy for Claude (preserves cache)
21
21
- 📦 **Version Control** - Git-based workflow for your AI configurations
@@ -52,11 +52,11 @@ syncode new
52
52
```
53
53
54
54
This will:
55
-
- Auto-detect installed AI agents (Claude Code, Cursor, Windsurf, etc.)
55
+
- Auto-detect installed AI agents (17+ agents supported)
56
56
- Let you select which agents to sync
57
57
- Create a git repository for your configs
58
58
- Import your existing configs
59
-
- Set up smart sync defaults (symlinks for most, copy for Claude)
59
+
- Set up smart sync defaults (symlinks for most, copy for Claude, Gemini, etc.)
60
60
61
61
### Sync Agent Configs
62
62
@@ -94,11 +94,23 @@ Push your config changes to the remote repository:
0 commit comments