Skip to content
Open
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ A Curated List of Vibe Coding Open-Source Projects, Tools, and Learning Resource
- [RA.Aid](#raaid)
- [CodeSelect](#codeselect)
- [OpenAI Codex](#openai-codex)
- [Parallel Code](#parallel-code)
- [Qwen Code](#qwen-code)
- [Amp](#amp)
- [Aider](#aider)
Expand Down Expand Up @@ -208,6 +209,10 @@ CodeSelect is a lightweight CLI tool that helps developers share code with AI as

OpenAI Codex CLI is a lightweight coding agent that runs locally in your terminal. It provides intelligent coding assistance with features like autonomous code generation, debugging, refactoring, and testing. Codex offers three levels of autonomy from read-only to full write access, runs in a secure sandbox environment, supports both interactive and non-interactive modes, integrates with ChatGPT plans for usage-based billing, and can work with open-source models via Ollama. With 34.5k+ stars, it's one of the most popular AI coding agents available.

#### [Parallel Code](https://github.com/johannesjo/parallel-code)

Parallel Code is an open-source desktop app for running multiple terminal-based coding agents in parallel. It supports Claude Code, Codex CLI, Gemini CLI, and other CLI agents, creates an isolated git branch and worktree per task, and includes terminal panes, diff review, merge controls, and optional local remote monitoring.

#### [Qwen Code](https://github.com/QwenLM/qwen-code)

Qwen Code is a powerful command-line AI workflow tool adapted from Google Gemini CLI and optimized for Qwen3-Coder models. It provides intelligent coding assistance with features like code understanding and editing beyond traditional context windows, workflow automation for operational tasks, enhanced parser specifically optimized for Qwen-Coder models, and multiple free usage options including Qwen OAuth with 2,000 requests/day, Alibaba Cloud Bailian, ModelScope, and OpenRouter. With 9.2k+ stars, it offers comprehensive development acceleration capabilities including codebase exploration, refactoring, testing, and documentation generation.
Expand Down