{"id":35250825,"url":"https://github.com/team-attention/code-squad","last_synced_at":"2026-04-06T06:31:58.762Z","repository":{"id":325918154,"uuid":"1105080150","full_name":"team-attention/code-squad","owner":"team-attention","description":"Stay in flow while building with AI","archived":false,"fork":false,"pushed_at":"2026-02-14T08:53:54.000Z","size":2588,"stargazers_count":58,"open_issues_count":5,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T16:46:05.496Z","etag":null,"topics":["ai","claude","code-review","codex","gemini","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=JakePark.code-squad","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/team-attention.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-27T05:30:45.000Z","updated_at":"2026-02-14T08:53:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/team-attention/code-squad","commit_stats":null,"previous_names":["team-attention/sidemirror","team-attention/code-squad"],"tags_count":120,"template":false,"template_full_name":null,"purl":"pkg:github/team-attention/code-squad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-attention%2Fcode-squad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-attention%2Fcode-squad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-attention%2Fcode-squad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-attention%2Fcode-squad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team-attention","download_url":"https://codeload.github.com/team-attention/code-squad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-attention%2Fcode-squad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","code-review","codex","gemini","vscode-extension"],"created_at":"2025-12-30T06:40:43.687Z","updated_at":"2026-04-06T06:31:58.757Z","avatar_url":"https://github.com/team-attention.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg alt=\"csq\" src=\"assets/code-squad-full.png\" width=\"400\"\u003e\n\n**Tmux-powered worktree dashboard for multi-branch development.**\n\nhttps://github.com/user-attachments/assets/cd1c6eb1-21fe-4179-91b8-a1abd920ea41\n\n[![npm](https://img.shields.io/npm/v/code-squad-cli)](https://npmjs.com/package/code-squad-cli)\n[![GitHub Stars](https://img.shields.io/github/stars/team-attention/code-squad?style=flat\u0026color=yellow)](https://github.com/team-attention/code-squad)\n[![License](https://img.shields.io/github/license/team-attention/code-squad)](LICENSE)\n\n\u003c/div\u003e\n\n## Install\n\n```bash\nnpm install -g code-squad-cli\n```\n\n## Quick Start\n\n```bash\ncsq              # Open tmux dashboard\n```\n\n**Dashboard controls:**\n- `j/k` or `↑/↓` - Navigate worktree list\n- `n` - Create new worktree\n- `d` - Delete worktree\n- `Enter` - Open worktree in new pane\n- `q` - Quit (closes all panes)\n- `Ctrl+b m` - Move/swap panes\n\n## CLI Commands\n\n```bash\ncsq              # Open tmux dashboard (default)\ncsq new \u003cname\u003e   # Create worktree\ncsq list         # List worktrees\ncsq quit         # Delete current worktree\ncsq --legacy     # Use old TUI mode\n```\n\n## Features\n\n- **Tmux Dashboard** - Manage worktrees with keyboard shortcuts\n- **Multi-pane Layout** - Work on multiple branches side-by-side\n- **Auto tmux Install** - Installs tmux if missing (macOS/Linux)\n- **File Sync** - Copy config files (`.env*`) to new worktrees\n\n## Requirements\n\n- Git\n- tmux (auto-installed on first run)\n\n## Config\n\nCreate `~/.code-squad/config.json`:\n\n```json\n{\n  \"projects\": {\n    \"/path/to/project\": {\n      \"worktreeCopyPatterns\": [\".env*\", \"config/**\"]\n    }\n  }\n}\n```\n\nOr create `.code-squad.json` in your project root.\n\n---\n\n## VSCode Extension\n\nFor IDE users who prefer visual management.\n\n### Install\n\nSearch \"Code Squad\" in Extensions or [Open VSX](https://open-vsx.org/extension/JakePark/code-squad)\n\n### Features\n\n- **Thread Management** - Multiple AI agents in isolated workspaces\n- **Worktree Isolation** - Each thread gets its own git worktree\n- **Diff View** - File-by-file or grouped by function/class\n- **Inline Comments** - Select lines, comment, send to AI\n- **Auto-Detect** - Detects claude, codex, gemini, opencode\n\n### Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `codeSquad.autoDetect` | `true` | Auto-detect AI tools |\n| `codeSquad.autoShowPanel` | `true` | Open panel when AI detected |\n| `codeSquad.worktreeCopyPatterns` | `[]` | Files to copy to worktree |\n\n---\n\n## Links\n\n[GitHub](https://github.com/team-attention/code-squad) · [Issues](https://github.com/team-attention/code-squad/issues) · [npm](https://npmjs.com/package/code-squad-cli)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**MIT License**\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-attention%2Fcode-squad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam-attention%2Fcode-squad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-attention%2Fcode-squad/lists"}