jetsung revised this gist 2 weeks ago. Go to revision
1 file changed, 1 insertion, 1 deletion
vibe-coding.sh
| @@ -59,7 +59,7 @@ npm_packages() { | |||
| 59 | 59 | "@kilocode/cli" | |
| 60 | 60 | "@anthropic-ai/claude-code" | |
| 61 | 61 | "opencode-ai" | |
| 62 | - | "deepseek-tui" | |
| 62 | + | "codewhale" | |
| 63 | 63 | "@vegamo/deepcode-cli" | |
| 64 | 64 | "reasonix" | |
| 65 | 65 | "@mariozechner/pi-coding-agent" | |
jetsung revised this gist 2 weeks ago. Go to revision
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | | `@kilocode/cli` | Kilo Code CLI | | |
| 16 | 16 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 17 | 17 | | `opencode-ai` | OpenCode CLI | | |
| 18 | - | | `deepseek-tui` | DeepSeek-TUI | | |
| 18 | + | | `codewhale` | 原 DeepSeek-TUI | | |
| 19 | 19 | | `@vegamo/deepcode-cli` | Deep Code CLI | | |
| 20 | 20 | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 21 | 21 | | `@mariozechner/pi-coding-agent` | Pi | | |
jetsung revised this gist 2 weeks ago. Go to revision
2 files changed, 6 insertions
README.md
| @@ -17,6 +17,9 @@ | |||
| 17 | 17 | | `opencode-ai` | OpenCode CLI | | |
| 18 | 18 | | `deepseek-tui` | DeepSeek-TUI | | |
| 19 | 19 | | `@vegamo/deepcode-cli` | Deep Code CLI | | |
| 20 | + | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 21 | + | | `@mariozechner/pi-coding-agent` | Pi | | |
| 22 | + | | `langcli-com` | Langcli | | |
| 20 | 23 | ||
| 21 | 24 | ### 规范工具 | |
| 22 | 25 | ||
vibe-coding.sh
| @@ -61,6 +61,9 @@ npm_packages() { | |||
| 61 | 61 | "opencode-ai" | |
| 62 | 62 | "deepseek-tui" | |
| 63 | 63 | "@vegamo/deepcode-cli" | |
| 64 | + | "reasonix" | |
| 65 | + | "@mariozechner/pi-coding-agent" | |
| 66 | + | "langcli-com" | |
| 64 | 67 | ) | |
| 65 | 68 | ||
| 66 | 69 | echo | |
jetsung revised this gist 3 weeks ago. Go to revision
1 file changed, 1 insertion, 1 deletion
vibe-coding.sh
| @@ -87,6 +87,7 @@ spec() { | |||
| 87 | 87 | ||
| 88 | 88 | binary_list() { | |
| 89 | 89 | urls=( | |
| 90 | + | "https://antigravity.google/cli/install.sh" | |
| 90 | 91 | ) | |
| 91 | 92 | ||
| 92 | 93 | echo | |
| @@ -105,7 +106,6 @@ binary_list() { | |||
| 105 | 106 | # no proxy | |
| 106 | 107 | urls=( | |
| 107 | 108 | "https://cli.kiro.dev/install" | |
| 108 | - | "https://antigravity.google/cli/install.sh" | |
| 109 | 109 | ) | |
| 110 | 110 | ||
| 111 | 111 | echo | |
jetsung revised this gist 3 weeks ago. Go to revision
2 files changed, 6 insertions, 2 deletions
README.md
| @@ -11,11 +11,12 @@ | |||
| 11 | 11 | | 包名 | 说明 | | |
| 12 | 12 | |------|------| | |
| 13 | 13 | | `@openai/codex` | OpenAI CLI | | |
| 14 | - | | `@google/gemini-cli` | Google Gemini CLI | | |
| 15 | 14 | | `@tencent-ai/codebuddy-code` | 腾讯 CodeBuddy CLI | | |
| 16 | 15 | | `@kilocode/cli` | Kilo Code CLI | | |
| 17 | 16 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 18 | 17 | | `opencode-ai` | OpenCode CLI | | |
| 18 | + | | `deepseek-tui` | DeepSeek-TUI | | |
| 19 | + | | `@vegamo/deepcode-cli` | Deep Code CLI | | |
| 19 | 20 | ||
| 20 | 21 | ### 规范工具 | |
| 21 | 22 | ||
| @@ -29,6 +30,7 @@ | |||
| 29 | 30 | | 工具 | 安装 URL | | |
| 30 | 31 | |------|----------| | |
| 31 | 32 | | Kiro CLI | https://cli.kiro.dev/install | | |
| 33 | + | | Antigravity CLI | https://antigravity.google/cli/install.sh | | |
| 32 | 34 | ||
| 33 | 35 | ## 使用方法 | |
| 34 | 36 | ||
vibe-coding.sh
| @@ -55,11 +55,12 @@ npm_packages() { | |||
| 55 | 55 | ||
| 56 | 56 | packages=( | |
| 57 | 57 | "@openai/codex" | |
| 58 | - | "@google/gemini-cli" | |
| 59 | 58 | "@tencent-ai/codebuddy-code" | |
| 60 | 59 | "@kilocode/cli" | |
| 61 | 60 | "@anthropic-ai/claude-code" | |
| 62 | 61 | "opencode-ai" | |
| 62 | + | "deepseek-tui" | |
| 63 | + | "@vegamo/deepcode-cli" | |
| 63 | 64 | ) | |
| 64 | 65 | ||
| 65 | 66 | echo | |
| @@ -104,6 +105,7 @@ binary_list() { | |||
| 104 | 105 | # no proxy | |
| 105 | 106 | urls=( | |
| 106 | 107 | "https://cli.kiro.dev/install" | |
| 108 | + | "https://antigravity.google/cli/install.sh" | |
| 107 | 109 | ) | |
| 108 | 110 | ||
| 109 | 111 | echo | |
jetsung revised this gist 1 month ago. Go to revision
2 files changed, 2 deletions
README.md
| @@ -16,7 +16,6 @@ | |||
| 16 | 16 | | `@kilocode/cli` | Kilo Code CLI | | |
| 17 | 17 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 18 | 18 | | `opencode-ai` | OpenCode CLI | | |
| 19 | - | | `@qoder-ai/qodercli` | Qoder CLI | | |
| 20 | 19 | ||
| 21 | 20 | ### 规范工具 | |
| 22 | 21 | ||
vibe-coding.sh
| @@ -60,7 +60,6 @@ npm_packages() { | |||
| 60 | 60 | "@kilocode/cli" | |
| 61 | 61 | "@anthropic-ai/claude-code" | |
| 62 | 62 | "opencode-ai" | |
| 63 | - | "@qoder-ai/qodercli" | |
| 64 | 63 | ) | |
| 65 | 64 | ||
| 66 | 65 | echo | |
jetsung revised this gist 1 month ago. Go to revision
2 files changed, 2 deletions
README.md
| @@ -13,7 +13,6 @@ | |||
| 13 | 13 | | `@openai/codex` | OpenAI CLI | | |
| 14 | 14 | | `@google/gemini-cli` | Google Gemini CLI | | |
| 15 | 15 | | `@tencent-ai/codebuddy-code` | 腾讯 CodeBuddy CLI | | |
| 16 | - | | `@musistudio/claude-code-router` | Claude Code 路由器 | | |
| 17 | 16 | | `@kilocode/cli` | Kilo Code CLI | | |
| 18 | 17 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 19 | 18 | | `opencode-ai` | OpenCode CLI | | |
vibe-coding.sh
| @@ -58,7 +58,6 @@ npm_packages() { | |||
| 58 | 58 | "@google/gemini-cli" | |
| 59 | 59 | "@tencent-ai/codebuddy-code" | |
| 60 | 60 | "@kilocode/cli" | |
| 61 | - | "@musistudio/claude-code-router" | |
| 62 | 61 | "@anthropic-ai/claude-code" | |
| 63 | 62 | "opencode-ai" | |
| 64 | 63 | "@qoder-ai/qodercli" | |
jetsung revised this gist 1 month ago. Go to revision
2 files changed, 2 deletions
README.md
| @@ -12,7 +12,6 @@ | |||
| 12 | 12 | |------|------| | |
| 13 | 13 | | `@openai/codex` | OpenAI CLI | | |
| 14 | 14 | | `@google/gemini-cli` | Google Gemini CLI | | |
| 15 | - | | `@qwen-code/qwen-code` | Qwen Code CLI | | |
| 16 | 15 | | `@tencent-ai/codebuddy-code` | 腾讯 CodeBuddy CLI | | |
| 17 | 16 | | `@musistudio/claude-code-router` | Claude Code 路由器 | | |
| 18 | 17 | | `@kilocode/cli` | Kilo Code CLI | | |
vibe-coding.sh
| @@ -56,7 +56,6 @@ npm_packages() { | |||
| 56 | 56 | packages=( | |
| 57 | 57 | "@openai/codex" | |
| 58 | 58 | "@google/gemini-cli" | |
| 59 | - | "@qwen-code/qwen-code" | |
| 60 | 59 | "@tencent-ai/codebuddy-code" | |
| 61 | 60 | "@kilocode/cli" | |
| 62 | 61 | "@musistudio/claude-code-router" | |
jetsung revised this gist 2 months ago. Go to revision
2 files changed, 4 insertions, 5 deletions
README.md
| @@ -18,6 +18,7 @@ | |||
| 18 | 18 | | `@kilocode/cli` | Kilo Code CLI | | |
| 19 | 19 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 20 | 20 | | `opencode-ai` | OpenCode CLI | | |
| 21 | + | | `@qoder-ai/qodercli` | Qoder CLI | | |
| 21 | 22 | ||
| 22 | 23 | ### 规范工具 | |
| 23 | 24 | ||
| @@ -30,7 +31,6 @@ | |||
| 30 | 31 | ||
| 31 | 32 | | 工具 | 安装 URL | | |
| 32 | 33 | |------|----------| | |
| 33 | - | | OpenCode | https://opencode.ai/install | | |
| 34 | 34 | | Kiro CLI | https://cli.kiro.dev/install | | |
| 35 | 35 | ||
| 36 | 36 | ## 使用方法 | |
| @@ -59,7 +59,6 @@ bash vibe-coding.sh | |||
| 59 | 59 | ||
| 60 | 60 | 1. 部分安装命令会使用代理加速下载(通过 `fx4.cn/x`) | |
| 61 | 61 | 2. 安装过程中部分命令会静默执行(`> /dev/null 2>&1`),请检查日志输出 | |
| 62 | - | 3. Claude CLI 安装后会自动移动到 `~/.local/bin/claude` | |
| 63 | 62 | ||
| 64 | 63 | ## 脚本说明 | |
| 65 | 64 | ||
| @@ -84,5 +83,5 @@ Jetsung Chan <[email protected]> | |||
| 84 | 83 | ||
| 85 | 84 | ## 版本 | |
| 86 | 85 | ||
| 87 | - | - 当前版本: 0.1.0 | |
| 88 | - | - 更新日期: 2026-01-21 | |
| 86 | + | - 当前版本: 0.1.1 | |
| 87 | + | - 更新日期: 2026-04-04 | |
vibe-coding.sh
| @@ -62,6 +62,7 @@ npm_packages() { | |||
| 62 | 62 | "@musistudio/claude-code-router" | |
| 63 | 63 | "@anthropic-ai/claude-code" | |
| 64 | 64 | "opencode-ai" | |
| 65 | + | "@qoder-ai/qodercli" | |
| 65 | 66 | ) | |
| 66 | 67 | ||
| 67 | 68 | echo | |
| @@ -106,7 +107,6 @@ binary_list() { | |||
| 106 | 107 | # no proxy | |
| 107 | 108 | urls=( | |
| 108 | 109 | "https://cli.kiro.dev/install" | |
| 109 | - | "https://qoder.com/install" | |
| 110 | 110 | ) | |
| 111 | 111 | ||
| 112 | 112 | echo | |
jetsung revised this gist 2 months ago. Go to revision
2 files changed, 7 insertions, 6 deletions
README.md
| @@ -10,13 +10,14 @@ | |||
| 10 | 10 | ||
| 11 | 11 | | 包名 | 说明 | | |
| 12 | 12 | |------|------| | |
| 13 | - | | `@openai/codex` | OpenAI 代码生成 CLI 工具 | | |
| 14 | - | | `@google/gemini-cli` | Google Gemini AI CLI 工具 | | |
| 15 | - | | `@qwen-code/qwen-code` | 通义千问代码 CLI 工具 | | |
| 16 | - | | `@tencent-ai/codebuddy-code` | 腾讯 AI CodeBuddy CLI 工具 | | |
| 13 | + | | `@openai/codex` | OpenAI CLI | | |
| 14 | + | | `@google/gemini-cli` | Google Gemini CLI | | |
| 15 | + | | `@qwen-code/qwen-code` | Qwen Code CLI | | |
| 16 | + | | `@tencent-ai/codebuddy-code` | 腾讯 CodeBuddy CLI | | |
| 17 | 17 | | `@musistudio/claude-code-router` | Claude Code 路由器 | | |
| 18 | - | | `@kilocode/cli` | Kilo Code CLI 工具 | | |
| 18 | + | | `@kilocode/cli` | Kilo Code CLI | | |
| 19 | 19 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 20 | + | | `opencode-ai` | OpenCode CLI | | |
| 20 | 21 | ||
| 21 | 22 | ### 规范工具 | |
| 22 | 23 | ||
vibe-coding.sh
| @@ -61,6 +61,7 @@ npm_packages() { | |||
| 61 | 61 | "@kilocode/cli" | |
| 62 | 62 | "@musistudio/claude-code-router" | |
| 63 | 63 | "@anthropic-ai/claude-code" | |
| 64 | + | "opencode-ai" | |
| 64 | 65 | ) | |
| 65 | 66 | ||
| 66 | 67 | echo | |
| @@ -87,7 +88,6 @@ spec() { | |||
| 87 | 88 | ||
| 88 | 89 | binary_list() { | |
| 89 | 90 | urls=( | |
| 90 | - | "https://opencode.ai/install" | |
| 91 | 91 | ) | |
| 92 | 92 | ||
| 93 | 93 | echo | |