@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.9.9] - 2024-11-04
9+ - fix: only run summarize when there is something to summarize vs up front (#195 )
10+ - feat: add browser toolkit (#179 )
11+ - docs: reworks README to be outcome based (#151 )
12+ - chore: license-checker improvements (#212 )
13+ - fix: prompt rendering (#208 )
14+ - fix: Cost calculation enhancement (#207 )
15+ - refactor: used recommended_models function as default model (#209 )
16+ - feat: default to synopsis (#206 )
17+ - chore: housekeeping (#202 )
18+ - feat: reduce tool entrypoints in synopsis for text editor, bash, process manager (#191 )
19+ - feat: list moderators (#204 )
20+ - chore: Minor changes in providers envs logic (#161 )
21+ - chore: add ` .vscode ` workspace settings and suggested extensions (#200 )
22+ - feat: license checker (#201 )
23+ - feat: include new anthropic model in docs and recommended config (#198 )
24+ - feat: tiny change so you know what processing is doing (#196 )
25+ - docs: correct intellij link (#197 )
26+ - docs: remove small duplication (#194 )
27+ - chore: add tracing option to run and group traces under session name (#187 )
28+ - docs: fix mkdocs, update to new references (#193 )
29+ - feat: support optional params jsonschema conversion in exchange (#188 )
30+ - fix: correct context loading from session new/overwrite and resume (#180 )
31+ - feat: trying a license checker (#184 )
32+ - docs: getting index.md in sync with readme (#183 )
33+ - chore: Update block-open-source ref to block (#181 )
34+ - fix: just adding stuff from developer.py to synopsis developer (#182 )
35+ - fix: Simplifed langfuse auth check (#177 )
36+ - test: add vision tests for google (#160 )
37+ - fix: adding a release checker (#176 )
38+
839## [ 0.9.8] - 2024-10-20
940- fix: added specific ai-exchange version and check path is None to avoid error after starting goose (#174 )
1041
0 commit comments