What's Changed
- Generate AI-powered summary of dependent repositories using LiteLLM
- New options:
--llm-summary / --no-llm-summary: Enable or disable the AI-generated summary (default: enabled)--llm-model: Specify the LiteLLM model to use (default: environment variable or default model)--llm-max-repos: Cap the number of repositories sent to the summary prompt (default: 500)--llm-max-words: Cap the length of the generated summary (default: 300)--llm-timeout: Set timeout (in seconds) for the LLM call (default: 120)
- New options:
- Upgrade dependencies
Pull Requests
- Update all non-major dependencies by @renovate[bot] in #759
- Update dependency marshmallow to v4.1.2 [SECURITY] by @renovate[bot] in #773
- ⬆️ Bump librt from 0.7.3 to 0.7.4 by @dependabot[bot] in #762
- ⬆️ Bump joblib from 1.5.2 to 1.5.3 by @dependabot[bot] in #760
- Change
typerdependency extras from 'all' to 'standard' by @cclauss in #768 - ⬆️ Bump ruamel-yaml from 0.18.16 to 0.18.17 by @dependabot[bot] in #766
- ⬆️ Bump filelock from 3.20.0 to 3.20.1 by @dependabot[bot] in #764
- ⬆️ Bump safety-schemas from 0.0.16 to 0.0.17 by @dependabot[bot] in #763
- ⬆️ Bump nodeenv from 1.9.1 to 1.10.0 by @dependabot[bot] in #774
- Update dependency safety to v3.7.0 by @renovate[bot] in #775
- ⬆️ Bump safety-schemas from 0.0.16 to 0.0.17 by @dependabot[bot] in #777
- Add generation of summary using LLMs by @nvuillam in #776
New Contributors
Full Changelog: v2.0.2...v3.0.0