@vjsp/cli
v1.0.3
Published
Terminal User Interface for VJSP
Maintainers
Readme
VJSP AI Code CLI
VJSP AI Code CLI is a command-line-based AI coding assistant that allows you to directly edit code, automate tasks, and perform intelligent development in multiple modes within the terminal, supporting custom skills to extend professional domain workflows.
Installation
# Global installation
npm install -g @vjsp/cliUsage
Switch to the target working directory and run the vjsp command:
# Launch interactive dialogue session
vjsp
# Start with specified mode
vjsp --mode architect
# Load specified workspace to start
vjsp --workspace /path/to/project
# Resume the previous conversation in the current workspace
vjsp --continueAfter launching the command-line tool, you can select the appropriate model and related modes to start new tasks.
Upgrade
Execute the following command to upgrade the VJSP command-line toolkit:
npm update -g @vjsp/cliTechnical Support
For technical support or documentation, please visit VJSP.
