novaprime
v1.17.0
Published
NovaPrime — an AI coding assistant in your terminal, powered by GLM.
Maintainers
Readme
NovaPrime
An AI coding assistant that lives in your terminal — read, write and edit files and run commands, powered by GLM through your NovaPrime server.
Install
npm install -g novaprimeFirst run
novaprime loginPaste the novaprime-key your administrator gave you. It is saved locally to ~/.novaprime/config.json and never shared with anyone but your NovaPrime server.
Use
novaprime # start an interactive session
novaprime "fix the bug in app.js" # run a single taskIn a session:
| Command | What it does |
|---------|--------------|
| /help | show help |
| /clear | start a new conversation |
| /exit | quit (Ctrl+C also works) |
NovaPrime works in your current folder. Before it writes a file, edits a file, or runs a shell command, it shows you exactly what it will do and asks for permission.
Other commands
novaprime logout # remove your saved key
novaprime --version
novaprime --helpPrivacy & safety
- Your key only talks to your NovaPrime server; the underlying AI provider key never touches your machine.
- File writes, edits and shell commands always require your confirmation.
