Skip to content
This repository was archived by the owner on Apr 17, 2026. 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
11 changes: 0 additions & 11 deletions .changeset/remove-storage-postgres.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/minimal-agent-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agentrail/minimal-agent-server-example

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/minimal-agent-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/minimal-agent-server-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Minimal Agentrail server example.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/multiple-profiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agentrail/multiple-profiles-example

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/multiple-profiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/multiple-profiles-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Multiple agent profiles example for Agentrail.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-custom-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agentrail/with-custom-hooks-example

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/with-custom-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/with-custom-hooks-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Agentrail server example demonstrating app-layer tool and request lifecycle hooks.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-custom-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agentrail/with-custom-plugins-example

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/with-custom-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/with-custom-plugins-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Agentrail server example demonstrating a custom AgentrailPlugin.",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions examples/with-custom-skills/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @agentrail/with-custom-skills-example

## 0.0.2

### Patch Changes

- Updated dependencies [[`d1280e1`](https://github.com/yai-dev/agentrail/commit/d1280e18f26aa7a13a2defb3bcc62d4817688255)]:
- @agentrail/capabilities@0.5.0
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/with-custom-skills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/with-custom-skills-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Agentrail server example demonstrating custom skills via SkillManager.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-custom-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agentrail/with-custom-tools-example

## 0.0.2

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1
2 changes: 1 addition & 1 deletion examples/with-custom-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/with-custom-tools-example",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "Agentrail server example demonstrating custom tool definitions.",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agentrail/app

## 0.7.1

### Patch Changes

- Updated dependencies [[`d1280e1`](https://github.com/yai-dev/agentrail/commit/d1280e18f26aa7a13a2defb3bcc62d4817688255)]:
- @agentrail/capabilities@0.5.0

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/app",
"version": "0.7.0",
"version": "0.7.1",
"description": "App-layer hosting, profiles, session management, and createAgentApp for Agentrail.",
"type": "module",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Minor Changes

- [#146](https://github.com/yai-dev/agentrail/pull/146) [`d1280e1`](https://github.com/yai-dev/agentrail/commit/d1280e18f26aa7a13a2defb3bcc62d4817688255) Thanks [@yai-dev](https://github.com/yai-dev)! - Remove the first-party PostgreSQL storage backend.

`@agentrail/storage-postgres` has been removed. The package was incomplete — `listToolResultArtifactIds`, `createTodoStorage`, and `persistSkillSubAgentLog` were defined in the schema but never implemented — and its documentation overstated its capabilities.

**Migration:** For horizontal scaling, mount a shared filesystem (NFS, EFS, etc.) at the same `dataDir` path on all instances. The `AgentrailSessionStore` interface remains available as an advanced extension point for custom implementations.

`WorkerStorageConfig` in `@agentrail/capabilities` no longer includes a `postgres` branch. If you were passing `storageConfig: { type: "postgres", ... }` to sub-agent workers, switch to `{ type: "filesystem", dataDir }` with a shared volume.

## 0.5.0

### Minor Changes

- **Remove PostgreSQL storage backend support** — `WorkerStorageConfig` no longer includes a `postgres` branch. The type is now `{ type: "filesystem"; dataDir: string }` only. If you were passing `storageConfig: { type: "postgres", ... }` to sub-agent workers, migrate to a shared filesystem mount for horizontal scaling.

## 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/capabilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/capabilities",
"version": "0.4.0",
"version": "0.5.0",
"description": "App-layer capability descriptors: filesystem, browser, knowledge, skills, orchestration, and memory for Agentrail.",
"type": "module",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agentrail/cli

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @agentrail/app@0.7.1

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/cli",
"version": "0.2.6",
"version": "0.2.7",
"description": "Official CLI for Agentrail — scaffold, diagnose, and validate your agent applications",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-agentrail-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agentrail/create-agentrail-app

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @agentrail/cli@0.2.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-agentrail-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/create-agentrail-app",
"version": "0.2.6",
"version": "0.2.7",
"description": "Create a new Agentrail application from a template (delegates to @agentrail/cli)",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/deep-research/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agentrail/deep-research

## 0.0.15

### Patch Changes

- Updated dependencies [[`d1280e1`](https://github.com/yai-dev/agentrail/commit/d1280e18f26aa7a13a2defb3bcc62d4817688255)]:
- @agentrail/capabilities@0.5.0

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-research/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentrail/deep-research",
"version": "0.0.14",
"version": "0.0.15",
"description": "Reusable Deep Research workflow package for Agentrail examples.",
"type": "module",
"files": [
Expand Down
Loading