Releases: advait/effect-durable-agent
Releases · advait/effect-durable-agent
Release list
effect-durable-agent v0.1.0-alpha.3
Changes
- Publish state-projected prompt context and WebSocket schema changes to npm.
- Pin prerelease publication to the npm
alphadist-tag. - Verify npm trusted publishing through GitHub Actions.
0.1.0-alpha.2 was tagged on GitHub but was not published to npm.
effect-durable-agent v0.1.0-alpha.2
What's changed
- Add application-defined instruction and data projections around the durable transcript.
- Build each model prompt only after turn input selection is committed to durable state.
- Separate WebSocket protocol schemas into explicit domain and wire surfaces.
- Add typed domain-frame encoding, app-event narrowing, and transformation round-trip coverage.
The LLM context window and UI can now follow the same architectural rule: both are pure projections of durable state.