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
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@

# Change Log

## UNRELEASED
## 2025-05-29 - Runtime 0.18.0-alpha.4

- chore: update json-as and remove hack [#857](https://github.com/hypermodeinc/modus/pull/857)
- chore: rename agent lifecycle methods and APIs [#858](https://github.com/hypermodeinc/modus/pull/858)
- feat: enforce WASI reactor mode [#859](https://github.com/hypermodeinc/modus/pull/859)
- feat: return user and chat errors in API response [#863](https://github.com/hypermodeinc/modus/pull/863) [#864](https://github.com/hypermodeinc/modus/pull/864)
- feat: return user and chat errors in API response [#863](https://github.com/hypermodeinc/modus/pull/863)
- feat: list agents on health endpoint [#865](https://github.com/hypermodeinc/modus/pull/865)
- feat: add agent management APIs [#866](https://github.com/hypermodeinc/modus/pull/866)

## 2025-05-29 - Go SDK 0.18.0-alpha.4

- chore: rename agent lifecycle methods and APIs [#858](https://github.com/hypermodeinc/modus/pull/858)
- feat: enforce WASI reactor mode [#859](https://github.com/hypermodeinc/modus/pull/859)
- feat: return user and chat errors in API response [#863](https://github.com/hypermodeinc/modus/pull/863)
- feat: add agent management APIs [#866](https://github.com/hypermodeinc/modus/pull/866)

## 2025-05-29 - AssemblyScript SDK 0.18.0-alpha.3

- chore: update json-as and remove hack [#857](https://github.com/hypermodeinc/modus/pull/857)
- chore: rename agent lifecycle methods and APIs [#858](https://github.com/hypermodeinc/modus/pull/858)
- feat: enforce WASI reactor mode [#859](https://github.com/hypermodeinc/modus/pull/859)
- feat: return user and chat errors in API response [#864](https://github.com/hypermodeinc/modus/pull/864)
- feat: add agent management APIs [#866](https://github.com/hypermodeinc/modus/pull/866)

## 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)
Expand Down