Loading...
Loading...
Compare original and translation side by side
ReadEditWrite~/.cyrus/.env~/.cyrus/Bashgrepprintf >>~/.cyrus/.env~/.cyrus/ReadEditWritegrepprintf >>cyrus-aicyrus-aiWhich package manager do you prefer? npm, pnpm, bun, or yarn?
你偏好使用哪种包管理器? npm、pnpm、bun还是yarn?
undefinedundefined
For each missing dependency, provide the install command:
| Dependency | macOS | Linux/Ubuntu |
|-----------|-------|--------------|
| Node.js | `brew install node` | `curl -fsSL https://deb.nodesource.com/setup_22.x \| sudo -E bash - && sudo apt install -y nodejs` |
| jq | `brew install jq` | `sudo apt install -y jq` |
| gh | `brew install gh` | See https://github.com/cli/cli/blob/trunk/docs/install_linux.md |
If all dependencies are present, print a checkmark for each and continue.
If any are missing, offer to install them (detect OS via `uname`). Wait for user confirmation before installing.
对于缺失的依赖,提供对应的安装命令:
| 依赖项 | macOS | Linux/Ubuntu |
|-----------|-------|--------------|
| Node.js | `brew install node` | `curl -fsSL https://deb.nodesource.com/setup_22.x \| sudo -E bash - && sudo apt install -y nodejs` |
| jq | `brew install jq` | `sudo apt install -y jq` |
| gh | `brew install gh` | 查看 https://github.com/cli/cli/blob/trunk/docs/install_linux.md |
如果所有依赖均已存在,为每个依赖打印一个对勾并继续。
如果有任何依赖缺失,提供安装选项(通过`uname`检测操作系统)。在安装前等待用户确认。agent-browserwhich agent-browsernpm update -g agent-browseris optional but enables automated app creation for Linear/GitHub/Slack. Without it, you'll be guided through manual setup steps instead.agent-browserInstall with:npm install -g agent-browser
agent-browserwhich agent-browsernpm update -g agent-browser是可选工具,但它能为Linear/GitHub/Slack实现自动化应用创建。如果没有它,你将需要通过手动步骤完成设置。agent-browser安装命令:npm install -g agent-browser
which cyrusundefinedwhich cyrusundefined
Verify installation:
```bash
cyrus --version
验证安装:
```bash
cyrus --versionmkdir -p ~/.cyrus~/.cyrus/.envmkdir -p ~/.cyrus~/.cyrus/.envPrerequisites:
✓ Node.js v22.x
✓ jq 1.7
✓ gh 2.x
✓ cyrus-ai installed
✓ agent-browser available (or: ⚠ not installed — manual setup mode)前置依赖:
✓ Node.js v22.x
✓ jq 1.7
✓ gh 2.x
✓ cyrus-ai已安装
✓ agent-browser可用(或:⚠ 未安装——手动设置模式)