Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ squad receive worker --json
squad send manager @all "API contract changed, update your implementations"
```

## Other form factors

squad takes the **pure CLI + SQLite + one terminal per agent** route. It fits best when you:

- live in tmux, or SSH into remote dev boxes
- want to keep your own terminal emulator
- don't want any extra background process running

If you'd prefer a visual workbench — task graph UI, one-click restart all, workspace sidebar — take a look at [Hive](https://hivehq.dev/). Hive drives Claude / Codex / Gemini / OpenCode the same way (real CLI processes), but the PTYs run in a browser. The two projects don't replace each other; pick by workflow.

## Requirements

- Rust 1.77+ (for building)
Expand Down
10 changes: 10 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ squad receive worker --json
squad send manager @all "API 接口已更新,请更新你们的实现"
```

## 别的形态

squad 走的是 **纯 CLI + SQLite + 每个 agent 一个终端** 的路线,最适合:

- 习惯 tmux、或通过 SSH 进远端服务器开发
- 想保留自己的终端模拟器
- 不想跑任何额外后台进程

如果你更想要一个可视化工作台——任务图 UI、一键重启所有 worker、侧边栏切换 workspace——可以看看 [Hive](https://hivehq.dev/)。Hive 同样把 Claude / Codex / Gemini / OpenCode 当真实 CLI 进程驱动,PTY 跑在浏览器里。两个项目互不替代,按工作流挑就行。

## 系统要求

- Rust 1.77+(编译需要)
Expand Down
Loading