vibe-coding.md
| @@ -44,3 +44,6 @@ | |||
| 44 | 44 | * [KodaCode](https://download.kodacode.ru) | |
| 45 | 45 | * Supermaven | |
| 46 | 46 | * GigaCode | |
| 47 | + | ||
| 48 | + | ============== | |
| 49 | + | https://github.com/filipecalegario/awesome-vibe-coding | |
vibe-coding.md
| @@ -44,6 +44,3 @@ | |||
| 44 | 44 | * [KodaCode](https://download.kodacode.ru) | |
| 45 | 45 | * Supermaven | |
| 46 | 46 | * GigaCode | |
| 47 | - | ||
| 48 | - | ============== | |
| 49 | - | https://github.com/filipecalegario/awesome-vibe-coding | |
vibe-coding.md(файл создан)
| @@ -0,0 +1,49 @@ | |||
| 1 | + | # Подборка для вайб-кодинга | |
| 2 | + | ||
| 3 | + | См. также: | |
| 4 | + | * [Как из РФ получить доступ к зарубежным моделям ИИ?](https://axenov.dev/ai-from-rf/) | |
| 5 | + | * [filipecalegario/awesome-vibe-coding](https://github.com/filipecalegario/awesome-vibe-coding) | |
| 6 | + | ||
| 7 | + | ## CLI | |
| 8 | + | ||
| 9 | + | * [KodaCode](https://download.kodacode.ru) | |
| 10 | + | `npm i -g @kodadev/koda-cli` | |
| 11 | + | * [Mistral Vibe](https://github.com/mistralai/mistral-vibe) | |
| 12 | + | `curl -LsSf https://mistral.ai/vibe/install.sh | bash` | |
| 13 | + | * [Claude Code](https://claude.com/product/claude-code) | |
| 14 | + | `curl -fsSL https://claude.ai/install.sh | bash` | |
| 15 | + | * [Gemini](https://geminicli.com) | |
| 16 | + | `npm i -g @google/gemini-cli` | |
| 17 | + | * [OpenCode](https://opencode.ai) | |
| 18 | + | `npm i -g opencode-ai` | |
| 19 | + | * [QwenCode](https://qwenlm.github.io/qwen-code-docs/en/users/overview/) | |
| 20 | + | `npm i -g @qwen-code/qwen-code` | |
| 21 | + | * [Codex](https://developers.openai.com/codex/cli/) | |
| 22 | + | `npm i -g @openai/codex` | |
| 23 | + | * [Goose]() | |
| 24 | + | `curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash` | |
| 25 | + | * [Aider](https://aider.chat/) | |
| 26 | + | `python -m pip install aider-install && aider-install` | |
| 27 | + | * Kimi (beta) | |
| 28 | + | ||
| 29 | + | ## GUI | |
| 30 | + | ||
| 31 | + | * [KodaCode](https://download.kodacode.ru) | |
| 32 | + | * Roo code | |
| 33 | + | * Kilo code | |
| 34 | + | * Continue | |
| 35 | + | * avante.nvim | |
| 36 | + | * Zed | |
| 37 | + | * [Codex](https://developers.openai.com/codex/app) ([plugins](https://developers.openai.com/codex/ide)) | |
| 38 | + | * Cursor | |
| 39 | + | * Kiro | |
| 40 | + | * Trae | |
| 41 | + | ||
| 42 | + | ## Autocomplete | |
| 43 | + | ||
| 44 | + | * [KodaCode](https://download.kodacode.ru) | |
| 45 | + | * Supermaven | |
| 46 | + | * GigaCode | |
| 47 | + | ||
| 48 | + | ============== | |
| 49 | + | https://github.com/filipecalegario/awesome-vibe-coding | |