Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

# Change Log

## UNRELEASED
## 2025-05-16 - Runtime and all SDKs 0.18.0-alpha.1

NOTE: This is a pre-release that includes a new feature we are testing called Modus Agents. See the PRs below for more details.

- To install, use `modus sdk install --pre-release`
- To make an app using this version, use `modus sdk new --prerelease`, or update an existing app's `package.json` or `go.mod` to use the pre-release SDK version.

- feat: initial implementation of Modus Agents [#840](https://github.com/hypermodeinc/modus/pull/840)
- feat: persistence and lifecycle improvements for Modus Agents [#843](https://github.com/hypermodeinc/modus/pull/843)
Expand Down
Loading
Loading