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
6 changes: 0 additions & 6 deletions .changeset/clear-dispatch-new-app-builder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dispatch-app-creation-store-tweaks.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-data-final-guard.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sidebar-loading-header.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agent-native/core

## 0.11.4

### Patch Changes

- 24781d0: Clarify Dispatch new-app instructions so Builder branches scaffold separate workspace apps instead of editing starter.
- 24781d0: Add a template hook for retrying guarded final agent answers before they are shown.
- 24781d0: Match the agent sidebar loading header height to the loaded panel header.

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/core",
"version": "0.11.3",
"version": "0.11.4",
"type": "module",
"description": "Framework for agent-native application development — where AI agents and UI share state via files",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/dispatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agent-native/dispatch

## 0.2.5

### Patch Changes

- 24781d0: Clarify Dispatch new-app instructions so Builder branches scaffold separate workspace apps instead of editing starter.
- 24781d0: Internal app-creation-store tweaks for spawned dispatch apps.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dispatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/dispatch",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"description": "Dispatch — workspace control plane for agent-native apps. Vault, integrations, destinations, scheduled jobs, and cross-app delegation, shipped as a single drop-in package.",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/frame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @agent-native/frame

## 0.1.13

### Patch Changes

- Updated dependencies [24781d0]
- Updated dependencies [24781d0]
- Updated dependencies [24781d0]
- @agent-native/core@0.11.4

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/frame",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"type": "module",
"repository": {
Expand Down
Loading