Skip to content

step-realtime-cli v0.1.0

Latest

Choose a tag to compare

@ZouR-Ma ZouR-Ma released this 11 Jun 06:32
· 25 commits to main since this release

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 codingstep voice lets you speak instructions; the assistant reads repository context, applies edits, and confirms changes verbally.
  • Text chatstep opens an interactive terminal UI for natural-language tasks in any working directory.
  • One-shot tasksstep exec "..." runs a single request and returns when it's done.
  • Session resumption — sessions persist automatically and can be resumed via step resume.
  • Plan modestep exec --mode plan "..." lets the assistant read the code and propose a plan for review before any changes are applied.