Metadata-Version: 2.4
Name: helfire-cli
Version: 0.1.5
Summary: Helfire CLI - pip install helfire-cli && helfirecli
Author: Helfire
License-Expression: MIT
Project-URL: Homepage, https://github.com/helfire-cli/helfire
Project-URL: Repository, https://github.com/helfire-cli/helfire
Keywords: cli,ai,coding-assistant,llm,free
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.7.0
Requires-Dist: prompt-toolkit>=3.0.43
Requires-Dist: httpx>=0.27.0
Requires-Dist: pyyaml>=6.0.1
Provides-Extra: premium
Requires-Dist: openai>=1.30.0; extra == "premium"
Requires-Dist: anthropic>=0.25.0; extra == "premium"
Requires-Dist: google-generativeai>=0.5.0; extra == "premium"
Provides-Extra: dev
Requires-Dist: pyinstaller>=6.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# Helfire CLI v0.1.5

Turuncu temali premium TUI ile cok kaynakli AI kod asistani.

## Arkadasa gonder (tek komut)

**CMD veya PowerShell'e yapistir:**

```powershell
powershell -NoProfile -ExecutionPolicy Bypass -Command "if (-not (Get-Command python -EA 0)) { winget install -e --id Python.Python.3.12 --accept-package-agreements --accept-source-agreements }; $env:Path=[Environment]::GetEnvironmentVariable('Path','Machine')+';'+[Environment]::GetEnvironmentVariable('Path','User'); python -m pip install -U 'helfire-cli>=0.1.5'; if (Get-Command helfirecli -EA 0) { helfirecli } else { python -m helfire }"
```

**Veya** `KUR.bat` dosyasini gonder → cift tikla (Python yoksa otomatik kurar).

---

## Ne olur?

1. Python yoksa **winget ile kurar**
2. `pip install helfire-cli` yapar
3. `helfirecli` acar (ilk seferde kurulum menusu gelir)

Python zaten varsa sadece 2 ve 3 calisir.

`helfirecli` bulunamazsa: `python -m helfire`

## Ozellikler (v0.1.5)

- **Cok kaynak:** OpenRouter + OpenCode + Kiro + Ollama otomatik zincir
- **Yetenek etiketleri:** Kod / Sohbet / Kod+Sohbet — akilli yonlendirme (`/routing on`)
- **Hesap havuzu:** Kendi hesaplarin arasinda 429/limitte sessiz rotasyon
- **Yerel Ollama:** `/ollama on` veya bulut basarisiz olunca yedek
- **Profiller:** `/profile new is` `/profile switch is`
- **Kod komutlari:** `/code` `/read` `/write` `/ls`
- **Durum:** `/dashboard` veya `/status`

## Sen (gelistirici)

```cmd
pip install -e .
python -m helfire
python -m unittest tests.test_fallback -v
```

PyPI yukleme: `PYPI-YUKLE.bat`
