โšก Vigthoria CLI v2.0

AI-Powered Terminal Coding Assistant โ€” Now with Sophie Autonomous Engine & Squad Multi-Agent Teams

๐Ÿš€ 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

๐Ÿค– 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 โค๏ธ