Skip to content

0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 02:52
· 399 commits to refs/heads/main since this release
f678929

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