// bone agent

Lightweight AI coding assistant — 3x cheaper than the rest.

Fast, efficient, and ready to tackle any task.


Installation

Install via npm:

npm install -g bone-agent

Or use without installing:

npx bone-agent

Or clone from source:

git clone https://github.com/vmcode-labs/bone-agent

Requires:
├── Node.js 14+
├── Python 3.9+
└── pip

Installer automatically sets up dependencies.

LLM Providers

├── cloud
│ ├── openai (gpt-5.4, gpt-4.1)
│ ├── anthropic (claude-opus-4.7)
│ ├── google (gemini-3-pro, gemini-3-flash)
│ ├── deepseek (deepseek-v3.2, deepseek-r1)
│ ├── mistral (mistral-large-3, ministral-3)
│ ├── openrouter (50+ models)
│ ├── minimax (minimax-m2.7)
│ ├── glm (glm-5.1, glm-4.7)
│ └── vmcode (unified proxy with cost tracking)
└── llama.cpp (any GGUF model)

Set keys via /key command or config.yaml

Tools

├── file reading view source
├── multi-file editing edit code
├── bash commands run shell
├── web search search online
├── code search grep files
├── parallel execution run concurrently
└── tool plugin system extend functionality

Approval workflows for dangerous operations.

Configuration

Set API keys via /key command, edit config.yaml, or use environment variables. Run /config to view all settings. config.yaml is gitignored to protect secrets.

Commands

├── /provider switch provider
├── /model select model
├── /key set API key
├── /mode change mode
├── /config view settings
├── /signup create account
├── /account view account
├── /plan compare plans
├── /upgrade change plan
└── /help show help

Use /help in-app for full menu.

Plans

bone Agent offers Free, Lite, and Pro plans. Create account with /signup email. Use /plan to compare, /upgrade to change. No API keys needed with subscription.

[Select a menu item above]