jetsung bu gisti düzenledi 1 hour ago. Düzenlemeye git
1 file changed, 1 deletion
vibe-coding.sh
| @@ -62,7 +62,6 @@ npm_packages() { | |||
| 62 | 62 | "@vegamo/deepcode-cli" | |
| 63 | 63 | "reasonix" | |
| 64 | 64 | "langcli-com" | |
| 65 | - | "@atomgit.com/atomcode" | |
| 66 | 65 | ) | |
| 67 | 66 | ||
| 68 | 67 | echo | |
jetsung bu gisti düzenledi 1 day ago. Düzenlemeye git
1 file changed, 1 insertion, 1 deletion
vibe-coding.sh
| @@ -74,7 +74,7 @@ npm_packages() { | |||
| 74 | 74 | done | |
| 75 | 75 | ||
| 76 | 76 | packages=( | |
| 77 | - | "@mariozechner/pi-coding-agent" | |
| 77 | + | "@mariozechner/pi-coding-agent" | |
| 78 | 78 | ) | |
| 79 | 79 | ||
| 80 | 80 | echo | |
jetsung bu gisti düzenledi 1 day ago. Düzenlemeye git
1 file changed, 12 insertions, 1 deletion
vibe-coding.sh
| @@ -61,7 +61,6 @@ npm_packages() { | |||
| 61 | 61 | "opencode-ai" | |
| 62 | 62 | "@vegamo/deepcode-cli" | |
| 63 | 63 | "reasonix" | |
| 64 | - | "@mariozechner/pi-coding-agent" | |
| 65 | 64 | "langcli-com" | |
| 66 | 65 | "@atomgit.com/atomcode" | |
| 67 | 66 | ) | |
| @@ -73,6 +72,18 @@ npm_packages() { | |||
| 73 | 72 | npm install -g "$pkg" | |
| 74 | 73 | success "$pkg" | |
| 75 | 74 | done | |
| 75 | + | ||
| 76 | + | packages=( | |
| 77 | + | "@mariozechner/pi-coding-agent" | |
| 78 | + | ) | |
| 79 | + | ||
| 80 | + | echo | |
| 81 | + | for pkg in "${packages[@]}"; do | |
| 82 | + | sep "Installing $pkg" | |
| 83 | + | log "npm install -g --ignore-scripts \"$pkg\"" | |
| 84 | + | npm install -g --ignore-scripts "$pkg" | |
| 85 | + | success "$pkg" | |
| 86 | + | done | |
| 76 | 87 | } | |
| 77 | 88 | ||
| 78 | 89 | spec() { | |
jetsung bu gisti düzenledi 1 day ago. Düzenlemeye git
1 file changed, 3 insertions
vibe-coding.sh
| @@ -69,6 +69,7 @@ npm_packages() { | |||
| 69 | 69 | echo | |
| 70 | 70 | for pkg in "${packages[@]}"; do | |
| 71 | 71 | sep "Installing $pkg" | |
| 72 | + | log "npm install -g \"$pkg\"" | |
| 72 | 73 | npm install -g "$pkg" | |
| 73 | 74 | success "$pkg" | |
| 74 | 75 | done | |
| @@ -80,10 +81,12 @@ spec() { | |||
| 80 | 81 | ||
| 81 | 82 | echo | |
| 82 | 83 | sep "Installing @fission-ai/openspec" | |
| 84 | + | log "npm install -g @fission-ai/openspec" | |
| 83 | 85 | npm install -g @fission-ai/openspec | |
| 84 | 86 | success "@fission-ai/openspec" | |
| 85 | 87 | ||
| 86 | 88 | sep "Installing spec-kit" | |
| 89 | + | log "uv tool install specify-cli --from git+https://github.com/github/spec-kit.git" | |
| 87 | 90 | uv tool install specify-cli --from git+https://github.com/github/spec-kit.git | |
| 88 | 91 | success "spec-kit" | |
| 89 | 92 | } | |
jetsung bu gisti düzenledi 2 days ago. Düzenlemeye git
1 file changed, 1 insertion, 1 deletion
vibe-coding.sh
| @@ -91,6 +91,7 @@ spec() { | |||
| 91 | 91 | binary_list() { | |
| 92 | 92 | urls=( | |
| 93 | 93 | "https://antigravity.google/cli/install.sh" | |
| 94 | + | "https://mimo.xiaomi.com/install" | |
| 94 | 95 | ) | |
| 95 | 96 | ||
| 96 | 97 | echo | |
| @@ -110,7 +111,6 @@ binary_list() { | |||
| 110 | 111 | urls=( | |
| 111 | 112 | "https://cli.kiro.dev/install" | |
| 112 | 113 | "https://raw.atomgit.com/atomgit_atomcode/atomcode/raw/main/scripts/install.sh" | |
| 113 | - | "https://mimo.xiaomi.com/install" | |
| 114 | 114 | ) | |
| 115 | 115 | ||
| 116 | 116 | echo | |
jetsung bu gisti düzenledi 2 days ago. Düzenlemeye git
2 files changed, 2 insertions
README.md
| @@ -34,6 +34,7 @@ | |||
| 34 | 34 | | Kiro CLI | https://cli.kiro.dev/install | | |
| 35 | 35 | | Antigravity CLI | https://antigravity.google/cli/install.sh | | |
| 36 | 36 | | AtomCode CLI | https://raw.atomgit.com/atomgit_atomcode/atomcode/raw/main/scripts/install.sh | | |
| 37 | + | | Mimo Code CLI | https://mimo.xiaomi.com/install | | |
| 37 | 38 | ||
| 38 | 39 | ## 使用方法 | |
| 39 | 40 | ||
vibe-coding.sh
| @@ -110,6 +110,7 @@ binary_list() { | |||
| 110 | 110 | urls=( | |
| 111 | 111 | "https://cli.kiro.dev/install" | |
| 112 | 112 | "https://raw.atomgit.com/atomgit_atomcode/atomcode/raw/main/scripts/install.sh" | |
| 113 | + | "https://mimo.xiaomi.com/install" | |
| 113 | 114 | ) | |
| 114 | 115 | ||
| 115 | 116 | echo | |
jetsung bu gisti düzenledi 4 days ago. Düzenlemeye git
2 files changed, 2 insertions, 1 deletion
README.md
| @@ -19,7 +19,6 @@ | |||
| 19 | 19 | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 20 | 20 | | `@mariozechner/pi-coding-agent` | Pi | | |
| 21 | 21 | | `langcli-com` | Langcli | | |
| 22 | - | | `@atomgit.com/atomcode` | AtomCode CLI | | |
| 23 | 22 | ||
| 24 | 23 | ### 规范工具 | |
| 25 | 24 | ||
| @@ -34,6 +33,7 @@ | |||
| 34 | 33 | |------|----------| | |
| 35 | 34 | | Kiro CLI | https://cli.kiro.dev/install | | |
| 36 | 35 | | Antigravity CLI | https://antigravity.google/cli/install.sh | | |
| 36 | + | | AtomCode CLI | https://raw.atomgit.com/atomgit_atomcode/atomcode/raw/main/scripts/install.sh | | |
| 37 | 37 | ||
| 38 | 38 | ## 使用方法 | |
| 39 | 39 | ||
vibe-coding.sh
| @@ -109,6 +109,7 @@ binary_list() { | |||
| 109 | 109 | # no proxy | |
| 110 | 110 | urls=( | |
| 111 | 111 | "https://cli.kiro.dev/install" | |
| 112 | + | "https://raw.atomgit.com/atomgit_atomcode/atomcode/raw/main/scripts/install.sh" | |
| 112 | 113 | ) | |
| 113 | 114 | ||
| 114 | 115 | echo | |
jetsung bu gisti düzenledi 1 week ago. Düzenlemeye git
2 files changed, 2 deletions
README.md
| @@ -15,7 +15,6 @@ | |||
| 15 | 15 | | `@kilocode/cli` | Kilo Code CLI | | |
| 16 | 16 | | `@anthropic-ai/claude-code` | Claude Code CLI | | |
| 17 | 17 | | `opencode-ai` | OpenCode CLI | | |
| 18 | - | | `codewhale` | 原 DeepSeek-TUI | | |
| 19 | 18 | | `@vegamo/deepcode-cli` | Deep Code CLI | | |
| 20 | 19 | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 21 | 20 | | `@mariozechner/pi-coding-agent` | Pi | | |
vibe-coding.sh
| @@ -59,7 +59,6 @@ npm_packages() { | |||
| 59 | 59 | "@kilocode/cli" | |
| 60 | 60 | "@anthropic-ai/claude-code" | |
| 61 | 61 | "opencode-ai" | |
| 62 | - | "codewhale" | |
| 63 | 62 | "@vegamo/deepcode-cli" | |
| 64 | 63 | "reasonix" | |
| 65 | 64 | "@mariozechner/pi-coding-agent" | |
jetsung bu gisti düzenledi 2 weeks ago. Düzenlemeye git
1 file changed, 1 insertion, 1 deletion
README.md
| @@ -20,7 +20,7 @@ | |||
| 20 | 20 | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 21 | 21 | | `@mariozechner/pi-coding-agent` | Pi | | |
| 22 | 22 | | `langcli-com` | Langcli | | |
| 23 | - | | `atomcode` | AtomCode CLI | | |
| 23 | + | | `@atomgit.com/atomcode` | AtomCode CLI | | |
| 24 | 24 | ||
| 25 | 25 | ### 规范工具 | |
| 26 | 26 | ||
jetsung bu gisti düzenledi 2 weeks ago. Düzenlemeye git
2 files changed, 2 insertions
README.md
| @@ -20,6 +20,7 @@ | |||
| 20 | 20 | | `reasonix` | DeepSeek 原生的终端 AI 编程代理 | | |
| 21 | 21 | | `@mariozechner/pi-coding-agent` | Pi | | |
| 22 | 22 | | `langcli-com` | Langcli | | |
| 23 | + | | `atomcode` | AtomCode CLI | | |
| 23 | 24 | ||
| 24 | 25 | ### 规范工具 | |
| 25 | 26 | ||
vibe-coding.sh
| @@ -64,6 +64,7 @@ npm_packages() { | |||
| 64 | 64 | "reasonix" | |
| 65 | 65 | "@mariozechner/pi-coding-agent" | |
| 66 | 66 | "langcli-com" | |
| 67 | + | "@atomgit.com/atomcode" | |
| 67 | 68 | ) | |
| 68 | 69 | ||
| 69 | 70 | echo | |