- Added explicit `encoding="utf-8"` to all `open()` and `pathlib.Path.write_text()` calls in `cli/main.py`. - Fixes application crashes on Windows when the LLM outputs non-ASCII characters (like emojis) during log writing and markdown report generation. |
||
|---|---|---|
| .. | ||
| TODO.md | ||
| __init__.py | ||
| anthropic_client.py | ||
| azure_client.py | ||
| base_client.py | ||
| factory.py | ||
| google_client.py | ||
| model_catalog.py | ||
| openai_client.py | ||
| validators.py | ||