Metadata-Version: 2.4
Name: omga-cli
Version: 2.1.1
Summary: OMGA — a polished, keyboard-first AI coding assistant for your terminal.
Author-email: Pouria Hosseini <PouriaHosseini@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/isPoori/omga-cli
Project-URL: Repository, https://github.com/isPoori/omga-cli
Keywords: cli,ai,coding-assistant,developer-tools,openrouter,omnirouter,9router,terminal,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.0
Requires-Dist: rich>=13.7.0
Requires-Dist: requests>=2.31.0
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov>=4.0; extra == "test"
Requires-Dist: responses>=0.25.0; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: ruff>=0.4.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Dynamic: license-file

# OMGA

A terminal AI coding assistant. It reads and edits your project, runs commands, and shows diffs before applying changes.

**Python 3.10+** · [OpenRouter](https://openrouter.ai), OmniRouter, 9Router

```bash
pip install omga-cli
omga
```

First launch opens a short setup: provider, API key, model, theme.

```text
omga                 Start a session
omga init            Setup wizard
omga config          Show config
omga config model    Change model
omga doctor          Diagnostics
omga version         Version
```

Keys live in `~/.config/omga/secrets.json` (`chmod 600`), not in `config.json`.

---

**Pouria Hosseini** · [pouriahosseini.ir](https://pouriahosseini.ir)

License: [MIT](LICENSE)
