All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add seed and randomness as CLI parameters
- print response chunks as they come in, not waiting for the whole text to be generated
- add switch for verbosity of output
- allow to pipe text into the CLI via stdin
- rename transformation 'i' (imitation) to 'p' (persona), for consistency with -p flag
- add transformation for imitation
- use structural pattern matching at applying transformations
- make URL to model API configurable
- make configurable which LLM to use
- fix and document tests
- complete docstrings
- first MVP with fixed model, transformations 'thesaurus' and 'simplify'