@megawattt/cli
v0.1.3
Published
A lightweight coding agent that runs in your terminal - MiniMax Edition
Maintainers
Readme
@megawatt/cli
A lightweight coding agent that runs in your terminal. Built with Rust for maximum speed and token efficiency.
Installation
npm install -g @megawatt/cliQuick Start
# Set your MiniMax API key
export MINIMAX_API_KEY="your-api-key-here"
# Run interactively
megawatt
# Quick prompt
megawatt "explain this function"Requirements
- Node.js 18+
- npm or yarn
Features
- Full-screen Terminal UI - Interactive conversational interface
- Token-Efficient - Optimized prompts for minimal token usage
- Session Management - Resume previous conversations
- Code Review - Built-in code review capabilities
- Slash Commands -
/clear,/model,/review,/permissions, etc.
Commands
| Command | Description |
|---------|-------------|
| megawatt | Interactive mode |
| megawatt "prompt" | Quick prompt |
| megawatt exec "task" | Non-interactive execution |
| megawatt resume | Resume session |
License
Apache 2.0
