0.1.1
github-actions
released this
25 Sep 02:52
·
399 commits
to refs/heads/main
since this release
What's Changed
🚀 Features
- Add CLI option to run readme-ai in offline mode (without calling the LLM) @eli64s (#52)
- Add CLI options for specifying the LLM engine and adjusting temperature @eli64s (#50)
🛠 Maintenance
- Removed redundant git clone operations when preprocessing codebase metadata @eli64s (#51)
- Refactor remaining dataclasses in conf.py to Pydantic models