• v1.9.6-hotfix a19490e2c3

    FTMahringer released this 2026-05-10 08:21:10 +02:00 | 208 commits to main since this release

    Import Fix

    MessageService referenced MainAgentPromptService without importing it.

    Cause: Both were in service/ (same package) — no import needed. After move, MessageService → conversation/, MainAgentPromptService → agents/service/ — explicit import required.

    Fix: Added import dev.synapse.core.agents.service.MainAgentPromptService to MessageService.java

    Downloads