v0.4.1
What's changed
- Preserve the newest fusion conversation context when the context byte budget is tight. Older messages no longer evict the latest user/assistant exchange when fusion builds worker prompts.
- Stop saving transient next-turn
enabledstate in fusion presets. Presets now capture reusable configuration without accidentally arming or disarming the next fusion run. - Verify the npm package contents in CI with
npm pack --dry-run, so packaging allowlist or dist-output issues fail before release. - Bump the package version to
0.4.1.
Note: this GitHub release does not publish the npm package. npm publishing is handled separately.