Metadata-Version: 2.4
Name: miu-code
Version: 0.1.0
Summary: AI coding agent with CLI
Project-URL: Homepage, https://github.com/vanducng/miumono
Project-URL: Repository, https://github.com/vanducng/miumono
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: asyncclick>=8.1
Requires-Dist: miu-core[anthropic]
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: rich>=13.0
Requires-Dist: textual>=0.90
Description-Content-Type: text/markdown

# miu-code

AI coding agent with CLI.

## Installation

```bash
uv add miu-code
```

## Usage

```bash
# One-shot query
miu "read package.json"

# Interactive REPL
miu
```

## Features

- Read/write/edit files
- Run shell commands
- Glob file patterns
- Grep file contents
- Session persistence
