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
5 changes: 0 additions & 5 deletions .changeset/concurrent-recurring-automations.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dispatch-chat-origins.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/replay-onboarding-preview.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shared-package-updates.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/agent-browser-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @agent-native/agent-browser-extension

## 0.1.35

### Patch Changes

- Updated dependencies [c71d383]
- Updated dependencies [c71d383]
- Updated dependencies [c71d383]
- @agent-native/core@0.137.4

## 0.1.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/agent-browser-extension",
"version": "0.1.34",
"version": "0.1.35",
"private": true,
"description": "Public Agent Native browser context and chat extension.",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @agent-native/core

## 0.137.4

### Patch Changes

- c71d383: Run due scheduled automations concurrently so one long-running job cannot starve other automations.
- c71d383: Keep connected messaging chats out of app history by default, with an opt-in all-sources view and stable Dispatch branding.
- c71d383: Add a URL preview mode for replaying first-run onboarding without changing account setup state.
- Updated dependencies [c71d383]
- @agent-native/toolkit@0.13.1

## 0.137.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.137.3",
"version": "0.137.4",
"description": "Framework for agent-native application development — where AI agents and UI share SQL state, actions, and context",
"homepage": "https://github.com/BuilderIO/agent-native#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/creative-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @agent-native/creative-context

## 0.5.11

### Patch Changes

- c71d383: Include the shared creative-context and toolkit updates in the next package release.

## 0.5.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/creative-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/creative-context",
"version": "0.5.10",
"version": "0.5.11",
"description": "Shared creative context ingestion, versioning, search, brand DNA, and context-pack primitives for agent-native apps.",
"homepage": "https://github.com/BuilderIO/agent-native#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dispatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agent-native/dispatch

## 0.17.2

### Patch Changes

- c71d383: Keep connected messaging chats out of app history by default, with an opt-in all-sources view and stable Dispatch branding.
- Updated dependencies [c71d383]
- @agent-native/toolkit@0.13.1

## 0.17.1

### 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.17.1",
"version": "0.17.2",
"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.",
"homepage": "https://github.com/BuilderIO/agent-native#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @agent-native/skills

## 0.2.475

### Patch Changes

- Updated dependencies [c71d383]
- Updated dependencies [c71d383]
- Updated dependencies [c71d383]
- @agent-native/core@0.137.4

## 0.2.474

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/skills",
"version": "0.2.474",
"version": "0.2.475",
"description": "Install BuilderIO skills for coding agents.",
"homepage": "https://github.com/BuilderIO/agent-native#readme",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @agent-native/toolkit

## 0.13.1

### Patch Changes

- c71d383: Include the shared creative-context and toolkit updates in the next package release.

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-native/toolkit",
"version": "0.13.0",
"version": "0.13.1",
"description": "Reusable app-building UI and helpers for Agent-Native apps.",
"homepage": "https://github.com/BuilderIO/agent-native#readme",
"bugs": {
Expand Down
Loading