Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Releases: dexaai/dexter

v4.1.1

Choose a tag to compare

@rileytomasek rileytomasek released this 07 Jan 21:54
  • Upgrade openai-fetch from 3.4.1 to 3.4.2 be5fdaa

v4.1.0...v4.1.1

v4.1.0

Choose a tag to compare

@rileytomasek rileytomasek released this 18 Dec 22:46

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

Choose a tag to compare

@rileytomasek rileytomasek released this 11 Nov 17:09

What's Changed

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

v4.0.0

Choose a tag to compare

@rileytomasek rileytomasek released this 22 Oct 22:37

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

v4.0.0-1 Pre-release
Pre-release

Choose a tag to compare

@rileytomasek rileytomasek released this 17 Oct 23:57
  • 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

v3.0.0-3 Pre-release
Pre-release

Choose a tag to compare

@rileytomasek rileytomasek released this 21 Sep 20:45

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

v3.0.0-2 Pre-release
Pre-release

Choose a tag to compare

@rileytomasek rileytomasek released this 19 Jul 13:44

What's Changed

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

v3.0.0-1

v3.0.0-1 Pre-release
Pre-release

Choose a tag to compare

@rileytomasek rileytomasek released this 17 Jul 21:47

What's Changed

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

v3.0.0-0

v3.0.0-0 Pre-release
Pre-release

Choose a tag to compare

@rileytomasek rileytomasek released this 03 Jun 23:12

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

Choose a tag to compare

@rileytomasek rileytomasek released this 01 Jun 16:10

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