-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 857 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "gemini-cli"]
path = src/coding-agents/gemini-cli
url = https://github.com/google-gemini/gemini-cli.git
branch = main
[submodule "eigent"]
path = src/coding-agents/eigent
url = https://github.com/eigent-ai/eigent.git
branch = main
[submodule "opencode"]
path = src/coding-agents/opencode
url = https://github.com/anomalyco/opencode.git
branch = dev
[submodule "codex"]
path = src/coding-agents/codex
url = https://github.com/openai/codex.git
branch = main
[submodule "openhands"]
path = src/coding-agents/openhands
url = https://github.com/OpenHands/OpenHands.git
branch = main
[submodule "cline"]
path = src/coding-agents/cline
url = https://github.com/cline/cline.git
branch = main
[submodule "claude-code-open"]
path = src/coding-agents/claude-code-open
url = https://github.com/kill136/claude-code-open.git
branch = main