AI-powered terminal coding assistant — build, debug, refactor and ship code faster
Project description
🧠 Vital
AI-powered coding assistant for your terminal — powered by Groq
Installation
pip install vital
vital setup # enter your Groq API key once
Commands
| Command | What it does |
|---|---|
vital chat <message> |
Chat with AI directly |
vital debug |
Debug errors with AI help |
vital explain <path> |
Explain code in plain English |
vital fix <file> |
Fix issues in a file |
vital doc <path> |
Generate documentation |
vital commit |
Auto-generate git commit messages |
vital refactor <file> |
Improve code quality |
vital test <file> |
Generate unit tests |
vital init <project> |
Create project boilerplate |
Examples
# Debug an error
vital debug --run "python app.py"
# Explain your project
vital explain src/
# Fix a specific file
vital fix auth.py --issue "login fails for special characters"
# Generate docs
vital doc . --output README.md
# Smart commit
vital commit --push
# Generate tests
vital test main.py
# Start a new project
vital init flask-api --name my-project
Requirements
- Python 3.10+
- Free Groq API key
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vital_cli-0.1.0.tar.gz
(41.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vital_cli-0.1.0-py3-none-any.whl
(49.7 kB
view details)
File details
Details for the file vital_cli-0.1.0.tar.gz.
File metadata
- Download URL: vital_cli-0.1.0.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0540226f22e4f3cf688a00df01fc744ca4d944cc80c042f92a0075b2f39920e3
|
|
| MD5 |
7fe4e90bbfca547d07fd213ad86f3d56
|
|
| BLAKE2b-256 |
6639931bfcdd755b2556f0d3e36fad845fe63e6a1b94c76b213aef5a95ddb46e
|
File details
Details for the file vital_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vital_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 49.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21da77f831721a4bfbbc39e45ea1da30cfa851bfc258f6348ef3aa528ce0d843
|
|
| MD5 |
7c7982cdbefd26b52cea4f8c87e356c4
|
|
| BLAKE2b-256 |
12467f873d438438627caeb619715af4d5e614c580091935d62933e2b203adb9
|