screamingtomato
v1.3.0
Published
FREE Terminal AI Agent - agent mode with tool calling. Powered by DigitalOcean.
Maintainers
Readme
🍅 ScreamingTomato
Terminal AI Agent — FREE. Zero config. Built-in token. Full tool access.
Install (one command)
npm install -g screamingtomatoThen just run screamingtomato and start asking questions.
What's new — Agent Mode
ScreamingTomato now has full agent capabilities. The AI can:
- Read files to understand your code
- Write new files or overwrite existing ones
- Edit specific parts of files (find and replace)
- Execute shell commands and see output
- Search code with regex patterns
- Find files with glob patterns
- Ask you questions when it needs clarification
Just ask the AI to do something — it will use the right tools automatically.
Commands
| Command | What it does |
|---------|-------------|
| screamingtomato | Interactive chat with agent mode |
| screamingtomato ask "question" | One-shot question |
| screamingtomato exec "cmd" | Run command + AI analysis |
| screamingtomato read "file.js" | Read file + AI analysis |
| /model <id> | (inside) Switch model |
| /coding <id> | (inside) Switch coding model |
| /models | (inside) List available models |
| /debug | (inside) Toggle debug mode |
| /help | (inside) Show help |
| /exit | (inside) Quit |
Models
- Chat:
alibaba-qwen3-32b(free) - Coding:
qwen3-coder-flash(free) - Auto-detects coding vs chat tasks
Token
A shared DigitalOcean token is baked in via proxy. No setup. No signup. Just works.
