Skip to content

Releases: block/goose

v1.0-beta3

21 Dec 07:00
4a6a46f
Compare
Choose a tag to compare
working on automating release of .zip and binaries and having them on…

v_lifei.0.13

20 Dec 21:45
Compare
Choose a tag to compare
revert the toolchain change

v1.0.0-alpha.1 Goose CLI Pre-release

05 Dec 01:36
662b811
Compare
Choose a tag to compare
Pre-release

This is a pre-release of the CLI version of goose 1.0 for alpha testing purposes.

v0.9.11

06 Nov 02:37
d61f092
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.10...v0.9.11

v0.9.10

06 Nov 01:06
8ef590c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.9...v0.9.10

v0.9.9

05 Nov 18:20
0f83f52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.8...v0.9.9

v0.9.8

21 Oct 00:33
d4232d3
Compare
Choose a tag to compare

What's Changed

  • fix: added specific ai-exchange version and check path is None to avoid error after starting goose by @lifeizhou-ap in #174
  • chore: release 0.9.8 by @lifeizhou-ap in #175

Full Changelog: v0.9.7...v0.9.8

v0.9.7

18 Oct 21:56
d0f7360
Compare
Choose a tag to compare

[0.9.7] - 2024-10-18

  • chore: update tiktoken to support python 3.13

v0.9.6

18 Oct 21:01
efded8f
Compare
Choose a tag to compare

[0.9.6] - 2024-10-18

  • fix: update summarizer_exchange model to use default model from input exchange (#139)
  • feat: Add synopisis approach for the core goose loop (#166)
  • feat: web browsing (#154)
  • chore: restrict python version (#162)
  • feat: Run with resume session (#153)
  • refactor: move langfuse wrapper to a module in exchange instead of a package (#138)
  • docs: add subheaders to the 'Other ways to run Goose' section (#155)
  • fix: Remove tools from exchange when summarizing files (#157)
  • chore: use primitives instead of typing imports and fixes completion … (#149)
  • chore: make vcr tests pretty-print JSON (#146)

v0.9.5

15 Oct 22:54
e165981
Compare
Choose a tag to compare

[0.9.5] - 2024-10-15

  • chore: updates ollama default model from mistral-nemo to qwen2.5 (#150)
  • feat: add vision support for Google (#141)
  • fix: session resume with arg handled incorrectly (#145)
  • docs: add release instructions to CONTRIBUTING.md (#143)
  • docs: add link to action, IDE words (#140)
  • docs: goosehints doc fix only (#142)