Skip to content
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
15 changes: 0 additions & 15 deletions .changeset/wet-banks-sink.md

This file was deleted.

7 changes: 7 additions & 0 deletions demo-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mobile-reality/mdma-demo-native

## 0.0.5

### Patch Changes

- Updated dependencies [4e09c42]
- @mobile-reality/mdma-agui@0.3.1

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mobile-reality/mdma-demo-native",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"main": "index.ts",
"scripts": {
"start": "expo start",
Expand Down
7 changes: 7 additions & 0 deletions examples/integrations/ag-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mdma-example-agui

## 0.0.2

### Patch Changes

- Updated dependencies [4e09c42]
- @mobile-reality/mdma-agui@0.3.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/ag-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mdma-example-agui",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "End-to-end AG-UI integration example: OpenRouter backend + AG-UI protocol + MDMA + React frontend.",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions packages/agui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @mobile-reality/mdma-agui

## 0.3.1

### Patch Changes

- 4e09c42: Bring the package README up to date with the bridge it ships. It still described the 0.2.x surface,
so 0.3.0 published with docs that were wrong in places: they claimed a user decision always resumes
via a fresh `addMessage` + `runAgent` turn (that is now only the fallback under the `'auto'`
`resumeMode`), and listed `createMdmaAgentBridge` as returning `{ documents, flush, dispose }` and
the hook as `{ documents, bridge }` — both omitting `activity`, `interrupts`, and `state`.

Also documents what 0.3.0 added but never explained: the `CUSTOM` delivery channel, shared state and
reactive hydration, the activity feed, and human-in-the-loop interrupts — plus the six missing
options (`initialState`, `onActivity`, `onState`, `onInterrupt`, `resumeMode`, `now`), the
`MDMA_CUSTOM_EVENT_NAME` / `createDefaultRegistry` exports, and the `INTEGRATION_CALLED` (webhook)
and tasklist-completion decisions. Fixes a sentence left truncated by a stale link removal.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-agui",
"version": "0.3.0",
"version": "0.3.1",
"description": "Bridge that renders MDMA interactive documents streamed over the AG-UI protocol and routes user actions back into the agent run.",
"keywords": [
"mdma",
Expand Down