@mythcode/cli
v0.2.7
Published
A Rust CLI for talking to ACP-compatible coding agents from your terminal.
Downloads
130
Readme
mythcode
A fast terminal client for ACP-compatible coding agents.
Install
npm install -g @mythcode/cliOr download binaries from the latest release.
Usage
mythcode # interactive TUI
mythcode "explain this function" # one-shot
mythcode -p ./my-app "fix the tests" # scoped to a directory
mythcode --provider claude # skip provider pickerLicense
MIT
