-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty commit to trigger CI. #255
Conversation
CI Failure Feedback 🧐(Checks updated until commit 20ffcb8)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
/describe |
PR Description updated to latest commit (b743a69)
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Type
Enhancement, Documentation
Description
Updated
Makefile
to include a new JSON file for packaging.Added a new
README.md
inbuild_helpers
directory for documentation.Updated
litellm
dependency version inpyproject.toml
.Incremented version in
version.txt
to0.2.13
.Changes walkthrough 📝
Makefile
Include JSON file in build process
Makefile
anthropic_tokenizer.json
to thepyinstaller
command.README.md
Add documentation for build helpers
build_helpers/README.md
README.md
file inbuild_helpers
.anthropic_tokenizer.json
.version.txt
Increment version to 0.2.13
cover_agent/version.txt
0.2.12
to0.2.13
.pyproject.toml
Update litellm dependency version
pyproject.toml
litellm
dependency from a Git URL to version^1.57.0
.