Skip to content

Commit 39c6237

Browse files
committed
Update README.md
1 parent 3940625 commit 39c6237

File tree

1 file changed

+35
-24
lines changed

1 file changed

+35
-24
lines changed

README.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The era of AI-powered coding is here, but managing multiple AI assistants is a m
99

1010
## Why syncode?
1111

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.
1313

1414
**The Solution:** `syncode` is your single source of truth for AI agent configurations.
1515

1616
## Features
1717

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
1919
- 🔄 **Smart Sync** - Automatic detection and sync with smart defaults per agent
2020
- 🔗 **Symlinks & Copy** - Symlinks for live sync, copy for Claude (preserves cache)
2121
- 📦 **Version Control** - Git-based workflow for your AI configurations
@@ -52,11 +52,11 @@ syncode new
5252
```
5353

5454
This will:
55-
- Auto-detect installed AI agents (Claude Code, Cursor, Windsurf, etc.)
55+
- Auto-detect installed AI agents (17+ agents supported)
5656
- Let you select which agents to sync
5757
- Create a git repository for your configs
5858
- 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.)
6060

6161
### Sync Agent Configs
6262

@@ -94,11 +94,23 @@ Push your config changes to the remote repository:
9494

9595
| Agent | Config Path | Sync Method | Auto-Detect |
9696
|-------|-------------|-------------|-------------|
97-
| **OpenCode** | `~/.config/opencode` | Symlink | ✅ Yes |
97+
| **Amp** | `~/.config/amp` | Symlink | ✅ Yes |
98+
| **Antigravity** | `~/.gemini/antigravity` | Copy | ✅ Yes |
9899
| **Claude Code** | `~/.claude` | Copy | ✅ Yes |
100+
| **Clawdbot** | `~/.clawdbot` | Symlink | ✅ Yes |
101+
| **Codex** | `~/.codex` | Symlink | ✅ Yes |
99102
| **Cursor** | `~/Library/Application Support/Cursor/User` | Symlink | ✅ Yes |
100-
| **Windsurf** | `~/.codeium/windsurf` | Symlink | ✅ Yes |
103+
| **Droid** | `~/.factory` | Symlink | ✅ Yes |
104+
| **Gemini CLI** | `~/.gemini` | Copy | ✅ Yes |
105+
| **GitHub Copilot** | `~/.copilot` | Copy | ✅ Yes |
106+
| **Goose** | `~/.config/goose` | Symlink | ✅ Yes |
107+
| **Kilo Code** | `~/.kilocode` | Symlink | ✅ Yes |
108+
| **Kiro CLI** | `~/.kiro` | Symlink | ✅ Yes |
109+
| **OpenCode** | `~/.config/opencode` | Symlink | ✅ Yes |
110+
| **Roo Code** | `~/.roo` | Symlink | ✅ Yes |
111+
| **Trae** | `~/.trae` | Symlink | ✅ Yes |
101112
| **VSCode** | `~/Library/Application Support/Code/User` | Symlink | ✅ Yes |
113+
| **Windsurf** | `~/.codeium/windsurf` | Symlink | ✅ Yes |
102114

103115
## Configuration
104116

@@ -126,24 +138,23 @@ Global configuration is stored at `~/.syncode/config.json`:
126138
├── .gitignore
127139
├── README.md
128140
└── configs/
129-
├── claude/ # Copy sync (preserves cache)
130-
│ ├── settings.json
131-
│ ├── CLAUDE.md
132-
│ ├── commands/
133-
│ └── skills/
134-
├── cursor/ # Symlinked
135-
│ ├── settings.json
136-
│ └── .cursorrules
137-
├── windsurf/ # Symlinked
138-
│ └── settings.json
139-
├── opencode/ # Symlinked
140-
│ ├── opencode.json
141-
│ ├── command/
142-
│ ├── agent/
143-
│ └── skill/
144-
└── vscode/ # Symlinked
145-
├── settings.json
146-
└── keybindings.json
141+
├── amp/ # Symlinked
142+
├── antigravity/ # Copy sync
143+
├── claude/ # Copy sync (preserves cache)
144+
├── clawdbot/ # Symlinked
145+
├── codex/ # Symlinked
146+
├── cursor/ # Symlinked
147+
├── droid/ # Symlinked
148+
├── gemini-cli/ # Copy sync
149+
├── github-copilot/ # Copy sync
150+
├── goose/ # Symlinked
151+
├── kilo/ # Symlinked
152+
├── kiro-cli/ # Symlinked
153+
├── opencode/ # Symlinked
154+
├── roo/ # Symlinked
155+
├── trae/ # Symlinked
156+
├── vscode/ # Symlinked
157+
└── windsurf/ # Symlinked
147158
```
148159

149160
## Usage Examples

0 commit comments

Comments
 (0)