[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10368":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},10368,"claude-squad","smtg-ai\u002Fclaude-squad","smtg-ai","Manage multiple AI terminal agents like Claude Code, Codex, OpenCode, and Amp.","https:\u002F\u002Fsmtg-ai.github.io\u002Fclaude-squad\u002F",null,"Go",7774,553,30,22,0,7,64,353,43,39.23,"GNU Affero General Public License v3.0",false,"main",true,[27,28,29,30,31],"claude-code","cli","codex","opencode","vibe-coding","2026-06-12 02:02:20","# Claude Squad [![CI](https:\u002F\u002Fgithub.com\u002Fsmtg-ai\u002Fclaude-squad\u002Factions\u002Fworkflows\u002Fbuild.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fsmtg-ai\u002Fclaude-squad\u002Factions\u002Fworkflows\u002Fbuild.yml) [![GitHub Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002Fsmtg-ai\u002Fclaude-squad)](https:\u002F\u002Fgithub.com\u002Fsmtg-ai\u002Fclaude-squad\u002Freleases\u002Flatest)\n\n[Claude Squad](https:\u002F\u002Fsmtg-ai.github.io\u002Fclaude-squad\u002F) is a terminal app that manages multiple [Claude Code](https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-code), [Codex](https:\u002F\u002Fgithub.com\u002Fopenai\u002Fcodex), [Gemini](https:\u002F\u002Fgithub.com\u002Fgoogle-gemini\u002Fgemini-cli) (and other local agents including [Aider](https:\u002F\u002Fgithub.com\u002FAider-AI\u002Faider)) in separate workspaces, allowing you to work on multiple tasks simultaneously.\n\n\n![Claude Squad Screenshot](assets\u002Fscreenshot.png)\n\n### Highlights\n- Complete tasks in the background (including yolo \u002F auto-accept mode!)\n- Manage instances and tasks in one terminal window\n- Review changes before applying them, checkout changes before pushing them\n- Each task gets its own isolated git workspace, so no conflicts\n\n\u003Cbr \u002F>\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Faef18253-e58f-4525-9032-f5a3d66c975a\n\n\u003Cbr \u002F>\n\n### Installation\n\nBoth Homebrew and manual installation will install Claude Squad as `cs` on your system.\n\n#### Homebrew\n\n```bash\nbrew install claude-squad\nln -s \"$(brew --prefix)\u002Fbin\u002Fclaude-squad\" \"$(brew --prefix)\u002Fbin\u002Fcs\"\n```\n\n#### Manual\n\nClaude Squad can also be installed by running the following command:\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fsmtg-ai\u002Fclaude-squad\u002Fmain\u002Finstall.sh | bash\n```\n\nThis puts the `cs` binary in `~\u002F.local\u002Fbin`.\n\nTo use a custom name for the binary:\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fsmtg-ai\u002Fclaude-squad\u002Fmain\u002Finstall.sh | bash -s -- --name \u003Cyour-binary-name>\n```\n\n### Prerequisites\n\n- [tmux](https:\u002F\u002Fgithub.com\u002Ftmux\u002Ftmux\u002Fwiki\u002FInstalling)\n- [gh](https:\u002F\u002Fcli.github.com\u002F)\n\n### Usage\n\n```\nUsage:\n  cs [flags]\n  cs [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  debug       Print debug information like config paths\n  help        Help about any command\n  reset       Reset all stored instances\n  version     Print the version number of claude-squad\n\nFlags:\n  -y, --autoyes          [experimental] If enabled, all instances will automatically accept prompts for claude code & aider\n  -h, --help             help for claude-squad\n  -p, --program string   Program to run in new instances (e.g. 'aider --model ollama_chat\u002Fgemma3:1b')\n```\n\nRun the application with:\n\n```bash\ncs\n```\nNOTE: The default program is `claude` and we recommend using the latest version.\n\n\u003Cbr \u002F>\n\n\u003Cb>Using Claude Squad with other AI assistants:\u003C\u002Fb>\n- For [Codex](https:\u002F\u002Fgithub.com\u002Fopenai\u002Fcodex): Set your API key with `export OPENAI_API_KEY=\u003Cyour_key>`\n- Launch with specific assistants:\n   - Codex: `cs -p \"codex\"`\n   - Aider: `cs -p \"aider ...\"`\n   - Gemini: `cs -p \"gemini\"`\n- Make this the default, by modifying the config file (locate with `cs debug`)\n\n\u003Cbr \u002F>\n\n#### Menu\nThe menu at the bottom of the screen shows available commands: \n\n##### Instance\u002FSession Management\n- `n` - Create a new session\n- `N` - Create a new session with a prompt\n- `D` - Kill (delete) the selected session\n- `↑\u002Fj`, `↓\u002Fk` - Navigate between sessions\n\n##### Actions\n- `↵\u002Fo` - Attach to the selected session to reprompt\n- `ctrl-q` - Detach from session\n- `s` - Commit and push branch to github\n- `c` - Checkout. Commits changes and pauses the session\n- `r` - Resume a paused session\n- `?` - Show help menu\n\n##### Navigation\n- `tab` - Switch between preview tab and diff tab\n- `q` - Quit the application\n- `shift-↓\u002F↑` - scroll in diff view\n\n### Configuration\n\nClaude Squad stores its configuration in `~\u002F.claude-squad\u002Fconfig.json`. You can find the exact path by running `cs debug`.\n\n#### Profiles\n\nProfiles let you define multiple named program configurations and switch between them when creating a new session. When more than one profile is defined, the session creation overlay shows a profile picker that you can navigate with `←`\u002F`→`.\n\nTo configure profiles, add a `profiles` array to your config file and set `default_program` to the name of the profile to select by default:\n\n```json\n{\n  \"default_program\": \"claude\",\n  \"profiles\": [\n    { \"name\": \"claude\", \"program\": \"claude\" },\n    { \"name\": \"codex\", \"program\": \"codex\" },\n    { \"name\": \"aider\", \"program\": \"aider --model ollama_chat\u002Fgemma3:1b\" }\n  ]\n}\n```\n\nEach profile has two fields:\n\n| Field     | Description                                              |\n|-----------|----------------------------------------------------------|\n| `name`    | Display name shown in the profile picker                 |\n| `program` | Shell command used to launch the agent for that profile  |\n\nIf no profiles are defined, Claude Squad uses `default_program` directly as the launch command (the default is `claude`).\n\n### FAQs\n\n#### Failed to start new session\n\nIf you get an error like `failed to start new session: timed out waiting for tmux session`, update the\nunderlying program (ex. `claude`) to the latest version.\n\n### How It Works\n\n1. **tmux** to create isolated terminal sessions for each agent\n2. **git worktrees** to isolate codebases so each session works on its own branch\n3. A simple TUI interface for easy navigation and management\n\n### License\n\n[AGPL-3.0](LICENSE.md)\n\n### Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=smtg-ai\u002Fclaude-squad&type=Date)](https:\u002F\u002Fwww.star-history.com\u002F#smtg-ai\u002Fclaude-squad&Date)\n","Claude Squad 是一个终端应用程序，用于管理多个AI终端代理如Claude Code、Codex、OpenCode和Amp等。其核心功能包括在单独的工作空间中同时处理多项任务、在一个终端窗口内管理和审查更改、以及为每个任务提供独立的Git工作区以避免冲突。此外，它支持后台任务完成模式（含自动接受模式）。该项目使用Go语言编写，具有良好的跨平台兼容性。Claude Squad非常适合需要高效管理和切换多个基于AI的开发或测试环境的开发者使用。",2,"2026-06-11 03:28:02","top_topic"]