opi-coding-agent 0.2.0

Interactive coding agent CLI with file editing, shell execution, and session management
Documentation
# opi-coding-agent

Interactive coding agent CLI with file editing, shell execution, and session management. Produces the `opi` binary.

Part of the [opi](https://github.com/OdradekAI/opi) workspace — a Rust reimplementation of [pi](https://github.com/earendil-works/pi).

Built on [`opi-ai`](https://crates.io/crates/opi-ai), [`opi-agent`](https://crates.io/crates/opi-agent), and [`opi-tui`](https://crates.io/crates/opi-tui).

## Install

```sh
cargo install opi-coding-agent
opi --version
```

## Status

Scaffolding release. The `opi` binary currently supports `--version` and `--help`; interactive mode is not yet implemented.

## License

MIT