AI Community · Empowered by AI
Website · Installation · Usage · Features
WaytoAGI CLI is an agentic coding tool that lives in your terminal. It understands your codebase, writes code, fixes bugs, runs commands, and helps you build software — all through natural language.
╭─ WaytoAGI v1.0.0 ──────────────────────────────────────────────────╮
│ │
│ ██╗ ██╗ █████╗ ██╗ ██╗████████╗ ██████╗ █████╗ ██████╗ ██╗ │
│ ██║ ██║██╔══██╗╚██╗ ██╔╝╚══██╔══╝██╔═══██╗██╔══██╗██╔════╝ ██║ │
│ ██║ █╗ ██║███████║ ╚████╔╝ ██║ ██║ ██║███████║██║ ███╗██║ │
│ ██║███╗██║██╔══██║ ╚██╔╝ ██║ ██║ ██║██╔══██║██║ ██║██║ │
│ ╚███╔███╔╝██║ ██║ ██║ ██║ ╚██████╔╝██║ ██║╚██████╔╝██║ │
│ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝│
│ │
│ ❯ ✦ AI Community · Empowered by AI ✦ │
│ ────────────────────────────────────────────────────────────────── │
│ claude-opus-4.6 · Pro · v1.0.0 │
│ ~/your-project │
│ 💡 Tip: Use /help to see all available commands │
│ │
╰──────────────────────────────────────────────────────────────────────╯
npm install -g github:AAAAAAAJ/WaytoAGI-CLI
git clone https://github.com/AAAAAAAJ/WaytoAGI-CLI.git
cd WaytoAGI-CLI
npm install
npm link
Requires Node.js 18+
# Navigate to your project
cd your-project
# Start WaytoAGI CLI
waytoagi
# Or start with a task
waytoagi "explain this codebase to me"
waytoagi
Launch the CLI in interactive mode. Ask questions, give instructions, or let it explore your codebase.
waytoagi "fix the failing tests in src/utils"
waytoagi "add dark mode support to the settings page"
waytoagi "refactor the auth middleware to use JWT"
cat error.log | waytoagi "explain these errors and suggest fixes"
git diff | waytoagi "review this change"
| Feature | Description |
|---|---|
| Code Generation | Write new features, components, and modules from natural language |
| Bug Fixing | Describe the bug, let the CLI find and fix it |
| Code Review | Get instant feedback on your changes |
| Refactoring | Restructure code while preserving behavior |
| Testing | Generate and run tests automatically |
| Git Operations | Commit, create PRs, manage branches |
| Multi-file Editing | Edit multiple files in a single operation |
| Terminal Commands | Run shell commands with safety guardrails |
| MCP Servers | Extend capabilities with Model Context Protocol |
| Agent Mode | Autonomous multi-step task execution |
| Command | Description |
|---|---|
/help |
Show available commands |
/compact |
Compact conversation history |
/clear |
Clear conversation |
/model |
Switch AI model |
/cost |
Show token usage and cost |
/commit |
Auto-generate a commit message |
/review |
Review code changes |
/pr |
Create a pull request |
/init |
Initialize project configuration |
Create a WAYTOAGI.md file in your project root to provide project-specific context:
# Project Context
- This is a Next.js 14 app with TypeScript
- Use pnpm for package management
- Follow the existing code style
- Tests are in __tests__ directories
# Global settings
~/.waytoagi/settings.json
# Project settings
.waytoagi/settings.json
| Shortcut | Action |
|---|---|
Enter |
Send message |
Esc |
Cancel current operation |
Ctrl+C |
Exit |
Ctrl+L |
Clear screen |
Tab |
Autocomplete |
↑ / ↓ |
Navigate history |
MIT
$ claude mcp add WaytoAGI-CLI \
-- python -m otcore.mcp_server <graph>