xubro
v2.6.1
Published
Local CLI coding agent adapted to run against XUBRO's API
Readme
XUBRO Code
XUBRO Code is a local CLI coding agent that brings AI-assisted development to your terminal.
Features
- Project-aware conversations — Understands your codebase context to deliver precise, relevant answers
- Interactive tool execution — Reads files, edits code, runs terminal commands, all with your approval
- MCP support — Connect to external tools and services
- Sub-agents — Delegate complex tasks to specialized agents for refactoring, testing, debugging
- Non-interactive mode (
-p) — Run one-shot prompts for automation and CI pipelines - Permission-controlled — Every file read and command execution requires explicit approval
Requirements
- Node.js 18+
Install
# Run directly (no install required)
npx xubro-code
# Or install globally
npm install -g xubro-code
xubro-codeConfiguration
Set your API key as an environment variable:
# Linux / macOS
export XUBRO_API_KEY="sk-..."
# Windows PowerShell
$env:XUBRO_API_KEY = "sk-..."Model Aliases
| Alias | Model |
|---|---|
| X_good| deepseek-chat |
| X_verynice | deepseek-chat |
| X_super!! | gemini-3-flash-preview |
| X_local | Qwen3.6-35B-A3B-Q5_K_M.gguf |
Usage
# Interactive chat
xubro-code
# One-shot prompt
xubro-code -p "summarize this repository"Privacy
XUBRO Code is a local CLI tool. It only reads files and executes commands with your explicit approval. Model requests are sent to your configured API endpoint.
