Step Realtime CLI v0.1.0 — Initial Release
step-realtime-cli is a terminal-based AI coding assistant that you can drive via text or realtime voice for everyday tasks like reading code, editing files, and running commands.
Highlights
- Voice coding —
step voicelets you speak instructions; the assistant reads repository context, applies edits, and confirms changes verbally. - Text chat —
stepopens an interactive terminal UI for natural-language tasks in any working directory. - One-shot tasks —
step exec "..."runs a single request and returns when it's done. - Session resumption — sessions persist automatically and can be resumed via
step resume. - Plan mode —
step exec --mode plan "..."lets the assistant read the code and propose a plan for review before any changes are applied.