⚡ Vigthoria CLI v1.6.52

AI-Powered Terminal Coding Assistant — Now with Sophie Autonomous Engine, Squad Multi-Agent Teams, Deep Codebase Search, Atomic Multi-File Edits & Sub-Agent Delegation

🚀 Quick Install

curl -fsSL https://cli.vigthoria.io/install.sh | bash

Or install via npm:

npm install -g vigthoria-cli

📖 Documentation

🛠️ Quick Commands

# Interactive chat
vigthoria chat

# Autonomous agent mode
vigthoria agent

# Code review
vigthoria review file.js

# Generate code
vigthoria generate "Create a REST API"

# Push to Vigthoria Community
vigthoria repo push

# Deploy project
vigthoria deploy preview

🔍 New in v1.6.52: Advanced Agent Tools

Three powerful new tools for agent mode — deep search, atomic multi-file edits, and sub-agent delegation.

# Deep codebase search (uses ripgrep)
# The AI uses codebase_search to find symbols, files, and content across your project

# Atomic multi-file edits
# Rename a class across 10 files in one operation — auto-rollback on failure

# Sub-agent delegation
# Spawn focused sub-agents to investigate multiple areas in parallel

# Persistent permissions — per-project tool approvals saved across sessions
# Bash blocklist — dangerous commands always blocked, even with --auto-approve
# Multi-line input — use {{{ }}} blocks or \ continuation for complex prompts

14 Agent Tools: read_file · write_file · edit_file · multi_edit · bash · grep · list_dir · glob · git · codebase_search · task · repo · fetch_url · ssh_exec

🤖 Sophie — Autonomous Loop Engine

Sophie is an autonomous AI agent that iterates on coding tasks until completion — plan, code, test, fix loops with zero human intervention.

# Start a Sophie task
sophie run "Refactor auth module and add tests"

# Run with strategy
sophie run "Build REST API" --strategy test_driven --max-iterations 15

# Monitor running tasks
sophie status
sophie list

# Control a task
sophie pause <task-id>
sophie resume <task-id>
sophie cancel <task-id>

Strategies: persistent · test_driven · incremental · review_refine

AI Backend: 3-tier fallback — Model Router → OpenRouter → Ollama

👥 Squad — Multi-Agent Team System

Deploy a full AI development team with specialized agents (coordinator, architect, coder, tester, debugger, docs, reviewer, devops, security, data) that collaborate autonomously.

# Create a new squad
squad create "E-commerce Platform" --agents coordinator,architect,coder,tester

# Deploy all agents
squad deploy <squad-id>

# Monitor squad status
squad status <squad-id>
squad agents <squad-id>
squad tasks <squad-id>

# Send messages
squad msg <squad-id> --agent coder "Implement payment gateway"
squad broadcast <squad-id> "Sprint deadline in 2 hours"

# Manage squad lifecycle
squad pause <squad-id>
squad resume <squad-id>
squad disband <squad-id>

10 Agent Roles: coordinator · architect · coder · tester · debugger · docs · reviewer · devops · security · data

🔐 Authentication

# Login with email/password
vigthoria login

# Login with API token
vigthoria login --token YOUR_TOKEN

# Check status
vigthoria status

📚 Resources

Learn More

© 2026 Vigthoria Technologies · Built with ❤️