Skip to content

0.135.0

Choose a tag to compare

@ericdallo ericdallo released this 22 May 17:14
· 252 commits to master since this release
d359496
  • Persist chats more durably: save after every assistant segment / tool output / error / rollback, and write the cache via atomic tmp+rename so long chats no longer get lost on crash or restart.
  • Allow swapping between Anthropic and non-Anthropic models mid-chat: history entries from the previous provider that the new api would reject are dropped, with a chat-visible notice. #209