Files
fusion/.changeset/add-memory-dream-api-endpoint.md
Fusion 71ad9a8232 feat(FN-2848): add manual memory dream API trigger
- Add POST /api/memory/dream route that runs project and agent dream processing with AI prompt execution
- Expose triggerMemoryDreams() in dashboard legacy API client for direct dream invocation
- Switch SettingsModal and useMemoryData Dream Now actions from automation lookup to the new endpoint
- Update dashboard route, hook, and settings modal tests to cover success and error handling
- Add a patch changeset for @runfusion/fusion documenting the new endpoint and client helper
2026-04-28 14:25:55 -07:00

151 B

@runfusion/fusion
@runfusion/fusion
patch

Add dedicated POST /api/memory/dream endpoint and triggerMemoryDreams() client helper for manual dream processing.