CLI assistant powered by Grok API - lightweight Claude Code alternative.
- TypeScript
slashbot/
├── .claude/
├── src/
│ └── ... (CLI logic)
├── package.json
└── README.md
- Bun (Node.js alternative)
git clone <repo-url>
cd slashbot
bun installbun run devbun run build- Consistent TypeScript usage
- Factorize code
- Minimal token usage in prompts
Autonomous CLI code editor with actions for grep, read, edit, create, exec, etc.