Releases: github/gh-models
Releases · github/gh-models
v0.0.25
What's Changed
- Add --http-log CLI flag to replace DEBUG environment variable for HTTP request logging by @Copilot in #77
 - Fix Go code quality issues in cmd/generate package: resource leaks, variable shadowing, and error handling by @Copilot in #82
 - Add 
--vartemplate variable support togeneratecommand with command-specific reserved key validation by @Copilot in #83 - integration test suite by @Copilot in #91
 - generate command by @pelikhan in #79
 
New Contributors
Full Changelog: v0.0.24...v0.0.25
v0.0.24
v0.0.23
What's Changed
- Automatically wait for retries in 
gh evalby @sgoedecke in #75 
Full Changelog: v0.0.22...v0.0.23
v0.0.22
What's Changed
- Use string format for jsonSchema by @sgoedecke in #73
 
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- Use the GitHub models catalog endpoint for listing models by @cschleiden in #72
 
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Support responseFormat in prompt.yml files by @sgoedecke in #71
 
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- Add support for running inference against the org endpoint by @cschleiden in #66
 - Do not validate model identifier in certain scenarios by @cschleiden in #67
 
Dependabot
- Bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1 in the go_modules group across 1 directory by @dependabot in #53
 
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Support multiple variables in run by @sgoedecke in #64
 
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Added link to Models docs for prompt.yml files by @stevenlaidlaw in #57
 - Drop /en from docs URL in readme by @cheshire137 in #58
 - Add evals action example by @sgoedecke in #59
 - Support templates in our string evaluators by @maraisr in #60
 - When evals fail, exit with status code 1 by @maraisr in #61
 
New Contributors
- @stevenlaidlaw made their first contribution in #57
 
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Add eval command by @sgoedecke in #54
 - Add a --json mode to evals by @sgoedecke in #55
 
Full Changelog: v0.0.15...v0.0.16