Version 0.1.11¶
This release improves the continuous integration (CI) workflow by enhancing security and reliability when commenting on pull requests, adds health checks for Ollama readiness, and introduces a new CLI based on Typer. It also updates dependencies and improves reporting of deployment URLs.
New Features¶
- Added health checks including Ollama readiness endpoint at
/health(a882ec) (Eric Ma) - Switched CLI to use Typer and added a CLI entrypoint for better command-line experience (63c615) (Eric Ma)
- Report Modal deployment URL to GitHub Actions summary and pull request comments for easier access (63c615) (Eric Ma)
- Added permissions for Issues and Pull Requests in CI to allow the bot to comment safely (aef258) (Eric Ma)
- Moved pull request comment job to use
pull_request_targetevent for safer commenting (a882ec) (Eric Ma)
Bug Fixes¶
- Fixed CI to use
pull_request_targetevent name in conditionals and correctly check out the pull request head (b270a9) (Eric Ma) - Reverted change to use
pull_requesttrigger instead ofpull_request_targetto maintain security (253452) (Eric Ma)
Deprecations¶
- None