Skip to content

Releases: AnswerDotAI/claudette

v0.3.14

22 Feb 19:09

Choose a tag to compare

New Features

  • Add Claude 4.6 models, web_fetch support (#109)

v0.3.13

23 Dec 21:23

Choose a tag to compare

Bugs Squashed

  • Use r.model_dump(exclude_none=True) (#104)

v0.3.12

23 Dec 04:11

Choose a tag to compare

Bugs Squashed

  • Fix blks2cited_txt crash for document-based citations (#101), thanks to @erikgaas

v0.3.11

19 Dec 03:48

Choose a tag to compare

New Features

  • Validate tool names returned by model against allowed tools (#103), thanks to @PiotrCzapla

v0.3.10

05 Nov 01:21

Choose a tag to compare

Bugs Squashed

  • find_blocks does not handle dicts (#96)

v0.3.9

05 Nov 00:34

Choose a tag to compare

Bugs Squashed

  • find_blocks does not handle dicts (#96)

v0.3.7

04 Nov 20:46

Choose a tag to compare

New Features

  • Add Haiku and Sonnet 4.5 (#95)

v0.3.6

09 Aug 22:15

Choose a tag to compare

New Features

  • Support opus 4.1 (#93)

v0.3.5

02 Aug 21:56

Choose a tag to compare

New Features

  • Support async functions in async toolloop (#92)

v0.3.4

21 Jul 21:45

Choose a tag to compare

Bugs Squashed

  • Escape Quotes in markdown footnotes (#90), thanks to @ncoop57