
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
aiiware-cli
Advanced tools
AI-powered terminal assistant with HTTP/WebSocket API: Natural language commands for git commits, code generation, translation, content writing, shell automation, and analysis. Choose your AI model per request (Claude, GPT-4, Gemini, Moonshot Kimi, DeepSeek). Includes model intelligence & analytics, cost optimization, 25+ content prompts, MCP server management, and IDE integrations (VSCode, Chrome extension).
Aii (pronounced "eye") is your intelligent command-line companion that brings AI directly into your terminal through natural language.
One CLI. 5 LLM Providers. Zero Config.
Stop context-switching between your terminal and ChatGPT. Get instant AI assistance for git commits, code generation, translation, content writing, shell automation, and analysis—all without leaving your terminal.
What's New in v0.12.0: Pipe support (
cat file | aii "summarize"), auto-confirm (--yes), and automatic server management. See CHANGELOG
# ⚡ Pipe Anything (v0.12.0)
cat README.md | aii "summarize this"
git diff | aii "review these changes"
tail -100 app.log | aii "what errors do you see?"
# 🤖 Auto-Confirm for CI/CD (v0.12.0)
aii "delete all .pyc files" --yes
aii run git commit --yes
# 🔀 Smart Git Workflows
aii run git commit # → Analyzes changes, generates conventional commit
aii run git pr # → Creates PR with smart description
# 💻 Code Generation
aii create a python function to validate emails
# → Complete function with typing, docstrings, tests
# 🌍 Translation (100+ languages)
aii translate "hello world" to spanish
# → hola mundo
# 📝 Content Writing
aii prompt use tweet-launch "launching Aii CLI"
# → Engaging product launch tweet ready to post
# 🐚 Shell Automation (Safe by Default)
aii find files larger than 100MB
# → Shows command + explanation → Asks confirmation
# 🧠 Analysis & Research
aii explain "how do transformers work"
# → Clear explanation with examples
# With uv (recommended)
uv tool install aiiware-cli
# Or with pip
pip install aiiware-cli
# Verify
aii --version
# Interactive setup wizard
aii config init
# Choose your LLM provider:
# 1. Anthropic Claude (Sonnet, Opus, Haiku)
# 2. OpenAI GPT (GPT-4o, GPT-4 Turbo, GPT-4o-mini)
# 3. Google Gemini (2.5 Flash, 2.0 Flash, Pro)
# 4. Moonshot AI (Kimi K2, up to 256K context)
# 5. DeepSeek AI (Ultra-low-cost, 10x cheaper than GPT-4)
# Verify
aii doctor
Get API Keys:
aii translate "hello" to french
# → bonjour
aii run git commit # (after git add .)
# → Smart commit message generated
aii # Interactive mode
cat file | aii "summarize" — pipe anything into Aii--yes flag for CI/CD automationGenerate professional content in seconds:
# Discover prompts
aii prompt list # Browse all 25 prompts
aii prompt list --category social # Filter by category
aii prompt show tweet-launch # View details
# Use prompts
aii prompt use pr-description "add user authentication with JWT"
aii prompt use email-professional "decline meeting, suggest async update"
aii prompt use blog-intro "Getting Started with AI CLI tools"
# Create custom prompts (v0.6.2)
aii prompt create
# → Interactive wizard with beautiful YAML formatting
# → Unlimited custom categories
# → Inline examples at every step
25 Prompts by Category:
aii stats)aii for multi-turn conversationsAii uses your own API keys—pay only for LLM usage. No subscriptions.
Top 5 Cost-Efficient Models (per 10k input + 5k output tokens):
| Provider | Model | Cost/10k Tokens | Notes |
|---|---|---|---|
gemini-2.0-flash-lite-001 | $0.0023 | Cheapest 🥇 | |
gemini-2.5-flash-lite | $0.0030 | Very efficient 🥈 | |
gemini-2.0-flash-001 | $0.0030 | Fast 🥉 | |
| OpenAI | gpt-4o-mini | $0.0045 | Recommended for most tasks ⭐ |
| Anthropic | claude-haiku-4-5 | $0.0350 | Near-frontier quality ⭐ |
Premium Models:
claude-sonnet-4-5-20250929): $0.1050 per 10k tokens - Best quality ⭐gpt-4o): $0.1250 per 10k tokensclaude-opus-4-1-20250805): $0.5250 per 10k tokens - Most capableTrack your usage:
aii stats # View function usage, token counts, and costs
See full pricing table for all 20+ models.
Install the Aii VSCode Extension to use AI in your editor:
Cmd+Shift+G)Cmd+Shift+C)Cmd+Shift+A)CLI and VSCode share the same AI server—seamlessly switch between terminal and editor.
Server Management:
aii serve start --daemon # Start background server (binds to localhost by default)
aii serve status # Check health
aii serve stop # Stop server
# Optional: Bind to all interfaces for remote access
aii serve start --host 0.0.0.0
aii --help or aii <command> --helpCommon Commands:
aii doctor # Diagnose configuration issues
aii config init # Re-run setup wizard
aii config provider # Switch LLM provider
aii mcp catalog # Browse available MCP servers
aii stats # View usage analytics
Need Help?
aii doctor to diagnose issuesCommon Issues:
aii config initaii config provider~/.local/bin to PATH (uv tool install location)export NO_PROXY="localhost,127.0.0.1"Apache License 2.0 - See LICENSE for details.
Made with ❤️ by the AiiWare team
Stay in your terminal. Get AI assistance. Maintain flow state.
FAQs
AI-powered terminal assistant with HTTP/WebSocket API: Natural language commands for git commits, code generation, translation, content writing, shell automation, and analysis. Choose your AI model per request (Claude, GPT-4, Gemini, Moonshot Kimi, DeepSeek). Includes model intelligence & analytics, cost optimization, 25+ content prompts, MCP server management, and IDE integrations (VSCode, Chrome extension).
We found that aiiware-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.