Releases: block/goose
Releases · block/goose
v1.0-beta3
working on automating release of .zip and binaries and having them on…
v_lifei.0.13
revert the toolchain change
v1.0.0-alpha.1 Goose CLI Pre-release
This is a pre-release of the CLI version of goose 1.0 for alpha testing purposes.
v0.9.11
What's Changed
- fix: removed the unexpected tracing message by @lifeizhou-ap in #219
- chore: bump version 0.9.11 by @lifeizhou-ap in #220
Full Changelog: v0.9.10...v0.9.11
v0.9.10
v0.9.9
What's Changed
- fix: adding a release checker by @michaelneale in #176
- test: add vision tests for google by @codefromthecrypt in #160
- fix: Simplifed langfuse auth check by @lifeizhou-ap in #177
- fix: just adding stuff from developer.py to synopsis developer by @michaelneale in #182
- chore: Update block-open-source ref to block by @baxen in #181
- docs: getting index.md in sync with readme by @michaelneale in #183
- feat: trying a license checker by @michaelneale in #184
- fix: correct context loading from session new/overwrite and resume by @lamchau in #180
- feat: support optional params jsonschema conversion in exchange by @salman1993 in #188
- docs: fix mkdocs, update to new references by @lamchau in #193
- chore: add tracing option to run and group traces under session name by @zakiali in #187
- docs: remove small duplication by @michaelneale in #194
- docs: correct intellij link by @lamchau in #197
- feat: tiny change so you know what processing is doing by @michaelneale in #196
- feat: include new anthropic model in docs and recommended config by @mistermoe in #198
- feat: license checker by @lamchau in #201
- chore: add
.vscode
workspace settings and suggested extensions by @mistermoe in #200 - chore: Minor changes in providers envs logic by @elenazherdeva in #161
- feat: list moderators by @michaelneale in #204
- feat: reduce tool entrypoints in synopsis for text editor, bash, process manager by @salman1993 in #191
- chore: housekeeping by @lamchau in #202
- feat: default to synopsis by @michaelneale in #206
- refactor: used recommended_models function as default model by @lifeizhou-ap in #209
- fix: Cost calculation enhancement by @lifeizhou-ap in #207
- fix: prompt rendering by @lamchau in #208
- chore: license-checker improvements by @lamchau in #212
- docs: reworks README to be outcome based by @codefromthecrypt in #151
- feat: add browser toolkit by @Kvadratni in #179
- fix: only run summarize when there is something to summarize vs up front by @michaelneale in #195
- chore: release for 0.9.9 by @zakiali in #214
New Contributors
- @mistermoe made their first contribution in #198
Full Changelog: v0.9.8...v0.9.9
v0.9.8
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
v0.9.6
[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
[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)