New features:
miniogre docs
: generate and/or update comments in the body of the code (for the entire repo)miniogre comment --filename <file>
: generate and/or update comments in the body of the code (for an input file)- support creation of node container for javascript
- Improve installation documentation to clarify dependency installation, e.g.,
pipx install --include-deps miniogre
. This enbalespipx
to install all of the CLI dependencies miniogre requires (e.g.uv
).