terminal
Terminal
Xeno CLI

AI Agent in
Your Terminal.

A powerful command-line AI agent that understands your project, writes code, runs tests, and ships features - all from your terminal with full tool use.

$ xeno "refactor the auth middleware to use JWT"◎ Xeno CLI v1.0.0 · anthropic/claude-sonnet-4-6━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━Reading project context...  ✦ src/middleware/auth.ts (142 lines)  ✦ src/routes/api.ts (88 lines)Analyzing current session middleware...Generating JWT-based implementation...  write_file src/middleware/auth.ts  ████████████████████ DoneRunning verification...  ✓ tsc: 0 errors  ✓ eslint: 0 warnings  ✓ tests: 12/12 passed✓ Refactoring complete in 3 iterations
check_circle

Agentic Code Loop

Writes, reads, patches, and verifies code in an autonomous loop until the task is complete.

check_circle

Full Tool Use

File operations, web search, shell commands, git actions - the full toolkit, safely sandboxed.

check_circle

Multi-Provider

OpenAI, Anthropic, Gemini, OpenRouter, or route through Xeno Core with xeno-auto.

check_circle

REPL Mode

Interactive conversation with context. Tab completion, file references with @, slash commands.

check_circle

Self-Verification

After every write, runs tsc/eslint/tests automatically and feeds failures back to the AI.

check_circle

Checkpoint / Undo

Git stash-based undo system. Every write operation is checkpointed so you can roll back.