UnieAI Code
A coding agent in your terminal, built for open-source models, your private codebase and your environment — not just a coding chatbot.
npm i -g @unieai/codeWelcome to UnieAI Code CLI!
Send /help for help information.
Model: UnieAI Code · open & private models
dev@unieai ➜ introduce yourself
The user is asking me to introduce myself — a simple greeting with no file operations. I'll respond directly and concisely.
Hello! I'm UnieAI Code, an AI coding agent for open & private models.
I can help you with:
terminal
One install. Your whole codebase.
Run UnieAI Code in any terminal — it reads, reasons over and edits your project, and runs the commands to get work done.
capabilities
Built for engineering tasks, not just autocomplete
Navigate and reason across whole repositories.
Make changes and propose diffs you can review.
Cover changes with tests and keep docs current.
Break work into multi-step plans and execute.
Run on your own models or the UnieAI Model Zoo.
Keep code and data inside your environment.
open models
The scaffold around the model is what makes a coding agent reliable. UnieAI Code is tuned for open-source models doing real engineering work.
dev@unieai ➜ fix the failing auth test
Thought 4s
auth.ts
@@ verifyToken @@
- if (token) {
+ if (token && !isExpired(token)) {
✓ 1 test fixed · 12 passing
Give your team a coding agent it can trust.
npm i -g @unieai/code