Tools preparation for Vibe Coding
To do a good job, one must first have the right tools.
Install Langcli
Langcli is an interactive AI coding assistant in the terminal, built upon the best practices of Claude Code. It features:
- Langcli is 100% compatible with Claude Code. Therefore, the way to use Langcli is exactly the same as that of standard Claude Code and your existing projects' .claude or skills are all applicable to Langcli.
- Even more exciting is that Langcli is deeply integrated with LangRouter, allowing you to friendly use and switch between mainstream LLM models (including Claude OPUS 4.6, Deepseek v4 flash, Deepseek v4 pro, GLM 5.1, Kimi K2.6, Minimax M2.5, etc.) within an ongoing session as needed, without interrupting your context.
Please watch the video below to learn how to install Langcli:
Install Visual Studio Code
Visual Studio Code is abbreviated as vscode, and its website address is: https://code.visualstudio.com/ .
vscode is a visual programming IDE developed by Microsoft and is very popular among developers.
Please watch the video below to learn how to install VS Code:
Last Updated