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: 6 additions & 0 deletions .changeset/ponytail-dead-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"agent-bundle": patch
"@agent-bundle/runtime": patch
---

Drop the unused `open` dependency from `agent-bundle` and remove internal helpers that no package entry point exported and no code reached (the MCP App sandbox bridge, `durable-fs` pinned-file readers, unused Effect boundary helpers, `boundRenderEventStream`). Installs get one fewer package; no exported API changes. (#654)
2 changes: 1 addition & 1 deletion agent-patterns/effect-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Callers of `runPromise` see the same types they see today.
- Swallowing interruption as a typed success. Cancellation is `AbortError`.
`Stream.toReadableStream`'s `Cause.squash` is not that mapping — use the
boundary helper.
- `Effect.runPromise` in a test to "see the error" when `runPromiseExit` +
- `Effect.runPromise` in a test to "see the error" when `Effect.exit` +
`Cause` is the assertion you want — still only through the boundary.
- New public error codes without updating the authoring docs and the mapping
table in `docs/effect-conventions.md`.
Loading
Loading