Skip to content

Commit 0f83f52

Browse files
authored
chore: release for 0.9.9 (#214)
1 parent 9c120e1 commit 0f83f52

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "goose-ai"
33
description = "a programming agent that runs on your machine"
4-
version = "0.9.8"
4+
version = "0.9.9"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [

0 commit comments

Comments
 (0)