shiroai
v2.9.0
Published
AI coding agent for your terminal
Downloads
1,343
Readme
✦ ShiroAI CLI
AI coding agent for your terminal. Reads, writes, edits files, runs commands — like having a senior dev beside you.
Install
npm install -g shiroaiSetup
shiroai login YOUR_API_KEYGet your API key at shiroai.dev
Usage
shiroaiFeatures
- Tool Use — AI autonomously reads, writes, edits files and runs commands
- Streaming — Token-by-token output, see responses as they generate
- Context Aware — Auto-detects your project structure
- Sessions — Save/load conversations
- Agents — Switch between default, plan, or custom agents
Commands
| Command | Description |
|---------|-------------|
| /help | Show all commands |
| /context | Show context info |
| /context add <file> | Add file to context |
| /chat save <name> | Save session |
| /chat load <name> | Load session |
| /chat list | List sessions |
| /agent list | List agents |
| /agent <name> | Switch agent |
| /plan | Planning mode |
| /clear | Clear conversation |
| /quit | Exit |
Example
❯ shiroai
✦ ShiroAI v2.0.0
Agent: default | Model: deepseek-v4-pro
❯ buatin REST API express dengan JWT auth
─── tools ───
📄 Created: package.json
📄 Created: server.js
📄 Created: routes/auth.js
$ npm install && node server.js
✓ Server running on port 3000License
MIT
