Skip to content

Releases: baalimago/clai

v1.3.16-rc21

03 Jun 17:23
Compare
Choose a tag to compare

v1.3.16-rc19

02 Jun 17:21
Compare
Choose a tag to compare

v1.3.16-rc18

02 Jun 16:58
Compare
Choose a tag to compare

v1.3.13

27 May 17:04
ba4263a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.12...v1.3.13

v1.3.12

22 May 03:50
09419fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.10...v1.3.12

v1.3.10

19 May 12:26
fabbfdb
Compare
Choose a tag to compare

What's Changed

  • Added -g -glob flag by @baalimago in #8
  • Changed default chat model to gpt-4o
  • Added ripgrep tooling
  • Upgraded list conversations view
  • Minor stability fixes

Full Changelog: v1.3.4...v1.3.10

v1.3.4

03 May 17:54
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.4

Changes:

  • Mistral now has tooling!
  • Stability upgrades so you may use any vendor + tools in the same conversation
  • Added website getter tool: it gets some website and extracts all text-tags. Intent is that this should be a safe way for text querier to lookup information, but use with care, it's not very well tested

v1.3.0

01 May 18:43
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Features

  • Added Mistral as a chat-completer, works like the other vendors
  • Tool calling, find the available tools here
    • Tooling does not work for Mistral
  • Conversation updates:
    • You may now continue a previous chat with `clai chat continue
    • Every -re query will now be stored as a conversation, basically persisting every query+reply you have
  • A lot of internal upgrades:
    • There's now a generic stream_completer following openai's API, this is what Mistral is using
    • Configuration system got upgraded and made more robust
  • Documentation updates in usage and readme