Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

# Change Log

## UNRELEASED
## 2025-05-22 - Go SDK 0.18.0-alpha.3

- fix: omit parallel_tool_calls in Go OpenAI SDK if it is set to true [#849](https://github.com/hypermodeinc/modus/pull/849)
- feat: use embedded postgres on Windows [#851](https://github.com/hypermodeinc/modus/pull/851)
- feat: add functions for parsing chat messages [#853](https://github.com/hypermodeinc/modus/pull/853)

## 2025-05-22 - AssemblyScript SDK 0.18.0-alpha.2

- feat: add functions for parsing chat messages [#853](https://github.com/hypermodeinc/modus/pull/853)
- fix: fix serialization of Point and Location types [#854](https://github.com/hypermodeinc/modus/pull/854)

## 2025-05-22 - Runtime 0.18.0-alpha.2

- feat: use embedded postgres on Windows [#851](https://github.com/hypermodeinc/modus/pull/851)

## 2025-05-19 - Go SDK 0.18.0-alpha.2

- fix: correct agent base event stubs [#848](https://github.com/hypermodeinc/modus/pull/848)
Expand Down