Skip to content

Releases: AnswerDotAI/claudette

v0.1.11

23 May 01:11
Compare
Choose a tag to compare

New Features

  • Use updated text editor tool (#80)
  • Skip hidden directories in view()

v0.1.10

23 May 00:48
Compare
Choose a tag to compare

New Features

  • Support Claude 4 (#79)

v0.1.9

21 May 21:20
Compare
Choose a tag to compare

New Features

  • Tool loop now continues when function calls return an error (#78), thanks to @erikgaas
  • feat: add text editor tool implementation (#71), thanks to @ncoop57

v0.1.8

10 May 03:24
Compare
Choose a tag to compare

New Features

  • Add exhausted tool loop warning (#75)
  • Text editor tool implementation (#71), thanks to @ncoop57
  • Async tool loop (#70)
  • Pre-serialized funcs in tool calling (#67), thanks to @erikgaas
  • Extended Thinking (#66)

v0.1.7

12 Apr 01:38
Compare
Choose a tag to compare

Bugs Squashed

  • Bump required msglm version

v0.1.6

09 Apr 20:07
Compare
Choose a tag to compare

Bugs Squashed

  • Bump required anthropic version

v0.1.5

09 Apr 19:35
Compare
Choose a tag to compare

New Features

  • add extended thinking (#65), thanks to @comhar
  • Make Sonnet 3.7 the default sonnet model (#63)
  • Add model capabilities attributes has_streaming_models, has_temperature_models, and has_system_prompt_models (#57), thanks to @austinvhuang

Bugs Squashed

v0.1.3

31 Jan 04:53
Compare
Choose a tag to compare

New Features

  • add caching to async client too (#55), thanks to @bclavie

v0.1.2

29 Jan 03:38
Compare
Choose a tag to compare

New Features

  • Add continuously-updated cache support to Chat and Client (#54), thanks to @bclavie
  • Enhance AsyncChat with improved tool support and message handling (#52), thanks to @ncoop57
  • Add support for user defined types in tool calling functions (#51), thanks to @austinvhuang
  • Add detailed cost breakdown and improve content handling (#49), thanks to @ncoop57

v0.1.1

27 Dec 22:55
Compare
Choose a tag to compare

New Features

  • add structured to async (#48), thanks to @hamelsmu
  • add msglm (#46), thanks to @comhar
  • Add support for new Claude 3.5 Haiku model (#44), thanks to @ncoop57
  • trace history instead of chat response in toolloop (#39), thanks to @comhar