Skip to content

Releases: github/gh-models

gh-models 0.0.9

08 May 03:55
6d289c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.9

v0.0.8

08 May 02:16
6d289c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

01 May 20:51
290f4d6
Compare
Choose a tag to compare

What's Changed

  • Add update instructions to readme by @cheshire137 in #27
  • Bump the go_modules group across 1 directory with 2 updates by @dependabot in #29
  • Bump github.com/cli/cli/v2 from 2.63.0 to 2.63.1 in the go_modules group across 1 directory by @dependabot in #30
  • No streaming for o1 by @simonw in #32
  • Bump golang.org/x/net from 0.31.0 to 0.33.0 in the go_modules group across 1 directory by @dependabot in #33
  • Update the release.yml workflow to add more gh-extension-precompile functionality by @garman in #34
  • Bump github.com/cli/cli/v2 from 2.63.1 to 2.67.0 in the go_modules group across 1 directory by @dependabot in #36
  • Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group across 1 directory by @dependabot in #39
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 in the go_modules group across 1 directory by @dependabot in #41
  • Update inference endpoint in models client to use the now preferred models.github.ai by @garman in #42

New Contributors

Full Changelog: v0.0.6...v0.0.7

gh-models 0.0.6

20 Nov 15:31
40ea26e
Compare
Choose a tag to compare

What's Changed

  • Provide more detail to the output of --help by @JessRudder in #24
  • Bump github.com/cli/cli/v2 from 2.58.0 to 2.62.0 in the go_modules group across 1 directory by @dependabot in #26

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

16 Oct 23:07
1e426af
Compare
Choose a tag to compare

What's Changed

  • Adds azure specific user-agent headers by @maraisr in #19
  • Make changes to support testing individual commands, add a few tests by @cheshire137 in #15
  • Add more test coverage, stop swallowing client error by @cheshire137 in #18
  • Add more test coverage for azuremodels package by @cheshire137 in #21
  • Increase test coverage, split up some files by @cheshire137 in #23
  • Adds a legal notice to the cli output by @maraisr in #17

Full Changelog: v0.0.4...v0.0.5

v0.0.4

14 Oct 01:00
e771166
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

gh-models 0.0.3

06 Oct 23:12
5d5b95a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

Initial version

28 Aug 22:42
Compare
Choose a tag to compare

Initial version of the gh models extension.

Includes basic functionality for:

  • Listing available models
  • Running inference with a specific model, both in "single-shot" and REPL modes.
  • Basic support for model parameters.