Skip to content

Releases: dexaai/dexter

v4.0.1

11 Nov 17:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

22 Oct 22:37
Compare
Choose a tag to compare

Breaking Changes

This major version release comes with several breaking changes:

  1. The DataStore models have been removed
  2. All exports are available at the root level and subpath exports have been removed
  3. The types have been moved, most notably Prompt.Msg is now a top level type as Msg
  4. The old Msg class has been renamed to MsgUtils

We will publish more details on upgrading shortly. We may also publish a codemod for the moved/renamed types/classes.

What's Changed

Full Changelog: v2.1.0...v4.0.0

v4.0.0-1

17 Oct 23:57
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release
  • Refactor imports and simplify module exports 4513b78
  • Upgrade openai-zod-to-json-schema to v1.0.3 0874859
  • Enhance readme.md based on feedback 9f4dd77
  • Replace legacy Model.Message type with Msg d419fd0
  • Add optional strict validation to extract function 7947e4b
  • Rename Runner to AIRunner for consistency e3b290e

v4.0.0-0...v4.0.0-1

v3.0.0-3

21 Sep 20:45
Compare
Choose a tag to compare
v3.0.0-3 Pre-release
Pre-release

What's Changed

  • Add telemetry abstraction to remove Sentry dep (round 2) by @rileytomasek in #47

Full Changelog: v3.0.0-2...v3.0.0-3

v3.0.0-2

19 Jul 13:44
Compare
Choose a tag to compare
v3.0.0-2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-1...v3.0.0-2

v3.0.0-1

17 Jul 21:47
Compare
Choose a tag to compare
v3.0.0-1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-0...v3.0.0-1

v3.0.0-0

03 Jun 23:12
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

What's Changed

NOTE: this version requires Sentry as a peer dependency. If you aren't using Sentry and don't want to install it, please wait for a future release where it is moved to optional.

Full Changelog: v2.1.0...v3.0.0-0

v2.1.0

01 Jun 16:10
Compare
Choose a tag to compare

What's Changed

  • add opt for passing abort signal to chatCompletion function by @cfortuner in #37

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

21 May 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Apr 04:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2