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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,15 @@
"effect-rc111-upgrade",
"engine-preserve-run-policy-compaction",
"explicit-browser-network-policy",
"finite-turn-lifetime",
"focused-diff-review",
"friendly-cloudflare-peer",
"harden-engine-recovery",
"harden-session-boundaries",
"harden-storage-boundaries",
"harden-testing-boundaries",
"host-browser-viewport",
"incremental-retained-history",
"independent-run-authority",
"initial-live-test-release",
"interactive-browser-host-controls",
Expand All @@ -99,23 +101,28 @@
"mit-cloudflare-and-review-fixes",
"model-visible-input-projection",
"model-visible-output-contract",
"narrow-abort-intent-reads",
"narrow-package-imports",
"native-agent-workflows",
"native-tool-observability",
"node-host-workers",
"normalize-overlapping-cache-writes",
"observed-browser-actions",
"optional-semantic-memory",
"owned-progress-budget",
"persistent-conversations",
"pin-internal-dependency-versions",
"preserve-first-pass-findings",
"preserve-required-delivery",
"preserve-review-research",
"protect-prepared-context",
"protected-browser-credentials",
"pure-session-boundaries",
"quick-memory-pages",
"quiescent-conversation-maintenance",
"quiet-browsers-read",
"quiet-runs-own-scope",
"quiet-stream-tool-bounds",
"react-controlled-browser-fill",
"readable-memory-recall",
"recall-review-corrections",
Expand All @@ -137,6 +144,7 @@
"semantic-vector-capacity",
"shared-effect-peer",
"shared-subagent-defaults",
"shorter-durable-history-reads",
"silent-web-capture-errors",
"simple-platform-layers",
"stable-testing-release-artifacts",
Expand Down
9 changes: 9 additions & 0 deletions packages/capabilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-agent/capabilities

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49
- @effect-agent/sandbox@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
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": "@effect-agent/capabilities",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Operational capabilities for Effect Agent: approvals, budgets, context management, command queues, MCP, structural redaction, and subagents.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @effect-agent/core

## 0.1.0-beta.49

## 0.1.0-beta.48

### 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": "@effect-agent/core",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Schema-first Agent authoring for Effect Agent: immutable definitions, explicit model bindings, policies, and core domain values.",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/effect-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# effect-agent

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/capabilities@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "effect-agent",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Effect-native autonomous agents: the complete pure authoring and running surface of the Effect Agent framework in one package — schema-first definitions, the bounded interpreter, and operational capabilities.",
"license": "MIT",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @effect-agent/engine

## 0.1.0-beta.49

### Patch Changes

- [#329](https://github.com/danieljvdm/effect-agent/pull/329) [`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Release completed turn state before starting the next turn to reduce memory retained during long runs.

BEHAVIOR CHANGE: Resources acquired by `beforeTurn` or `context.prepare` now close with that turn. Move resources needed across turns into a surrounding run Layer or Scope.

- [#326](https://github.com/danieljvdm/effect-agent/pull/326) [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Bound published Tool progress to 8 MiB of JSON per Run and retain owned snapshots for live events and detached replay. Reject invalid or oversized application progress with `ModelProtocolError`, and allow a smaller cumulative limit through `bufferLimits.maxToolProgressBytes`.

- [#328](https://github.com/danieljvdm/effect-agent/pull/328) [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Enforce prepared-context limits and preserve protected history while reusing per-turn context estimates. Bound default summarizer requests to 80,000 characters and reject summaries above 65,536 characters.

BEHAVIOR CHANGE: Custom compaction strategies must emit summaries of at most 65,536 characters. Preparation hooks must preserve covered prefixes after compaction and retain a mappable instruction/input block for nondurable compaction.

- [#326](https://github.com/danieljvdm/effect-agent/pull/326) [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Reuse response codecs across streamed chunks and bound pending Tool stream fibers by the configured concurrency. Return owned JSON snapshots from programmatic Tool calls so later handler or redactor mutations cannot exceed the admitted result limit.

- Updated dependencies []:
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/engine",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "The Effect Agent ephemeral interpreter: a bounded agent loop over Effect AI with typed run events, budgets, and deterministic tool scheduling.",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-agent/platform-cloudflare

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/storage-cloudflare@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49
- @effect-agent/sandbox@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/platform-cloudflare",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Cloudflare Layer assembly for Effect Agent: Durable Objects and Browser Run adapters.",
"license": "MIT",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/platform-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @effect-agent/platform-node

## 0.1.0-beta.49

### Patch Changes

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Poll durable abort intent without loading unrelated recovery state. Implement `SubmissionLedger.readAbortIntent` in custom ledger adapters.

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/storage-sqlite@0.1.0-beta.49
- @effect-agent/workflow@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/platform-node",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Class DN layer assembly for Effect Agent: the durable Node/SQLite runtime host, wake scheduler, and ownership drain.",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/pr-review/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @effect-agent/pr-review

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75)]:
- @effect-agent/engine@0.1.0-beta.49
- effect-agent@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pr-review/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/pr-review",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "A provider-neutral, source-backed pull-request reviewer.",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sandbox-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effect-agent/sandbox-local

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies []:
- @effect-agent/sandbox@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/sandbox-local",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Node-local child-process Sandbox adapter for Effect Agent; honestly labeled unisolated development tooling, not a security boundary.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @effect-agent/sandbox

## 0.1.0-beta.49

## 0.1.0-beta.48

## 0.1.0-beta.47
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/sandbox",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Platform-neutral sandbox contracts for Effect Agent: schema-first requests, events, errors, and the streaming Sandbox service.",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/storage-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect-agent/storage-cloudflare

## 0.1.0-beta.49

### Patch Changes

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Poll durable abort intent without loading unrelated recovery state. Implement `SubmissionLedger.readAbortIntent` in custom ledger adapters.

- Updated dependencies [[`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/storage-cloudflare",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Durable Object SQLite storage adapters and the routed port protocol for Effect Agent on Cloudflare.",
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/storage-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @effect-agent/storage-memory

## 0.1.0-beta.49

### Patch Changes

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Poll durable abort intent without loading unrelated recovery state. Implement `SubmissionLedger.readAbortIntent` in custom ledger adapters.

- [#325](https://github.com/danieljvdm/effect-agent/pull/325) [`aab6124`](https://github.com/danieljvdm/effect-agent/commit/aab612444af73e3c389e2a0122cdbcfdd769eb07) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Read in-memory Thread pages without scanning or copying the rest of the history.

- Updated dependencies [[`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/storage-memory",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "In-memory Thread store and submission ledger reference adapters for Effect Agent tests and conformance suites.",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/storage-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @effect-agent/storage-sqlite

## 0.1.0-beta.49

### Patch Changes

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Poll durable abort intent without loading unrelated recovery state. Implement `SubmissionLedger.readAbortIntent` in custom ledger adapters.

- Updated dependencies [[`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/storage-sqlite",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Node SQLite persistence adapters for the Effect Agent durable runtime and optional memory lifecycle.",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @effect-agent/testing

## 0.1.0-beta.49

### Patch Changes

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/thread@0.1.0-beta.49
- @effect-agent/capabilities@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49
- @effect-agent/sandbox@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/testing",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Scripted models, deterministic fixtures, and adapter conformance kits for testing Effect Agent applications.",
"license": "MIT",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/thread/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @effect-agent/session

## 0.1.0-beta.49

### Patch Changes

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Reduce retained-history staging work while enforcing persistence limits on every update.

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Poll durable abort intent without loading unrelated recovery state. Implement `SubmissionLedger.readAbortIntent` in custom ledger adapters.

- [#327](https://github.com/danieljvdm/effect-agent/pull/327) [`b285e5b`](https://github.com/danieljvdm/effect-agent/commit/b285e5b06a52ac7fc4e3c7fc0ff232650e33857f) Thanks [@danieljvdm](https://github.com/danieljvdm)! - Reduce durable Run startup reads while preserving context compaction and recovery behavior.

- Updated dependencies [[`91ac3bf`](https://github.com/danieljvdm/effect-agent/commit/91ac3bf8cabe1cd7d7851995a3fd714b02db58a0), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75), [`e3024c0`](https://github.com/danieljvdm/effect-agent/commit/e3024c00673a12b0df79127bcf68176742c51294), [`b54eea8`](https://github.com/danieljvdm/effect-agent/commit/b54eea8ce9973a1ef2a58ddd6eb87bcc912bec75)]:
- @effect-agent/engine@0.1.0-beta.49
- @effect-agent/core@0.1.0-beta.49

## 0.1.0-beta.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-agent/thread",
"version": "0.1.0-beta.48",
"version": "0.1.0-beta.49",
"description": "Canonical Thread records, reducers, store ports, recovery classifier, and the durable agent runtime coordinator for Effect Agent.",
"license": "MIT",
"repository": {
Expand Down
Loading
Loading