diff --git a/backend/apps/help/changelog.py b/backend/apps/help/changelog.py index e630938b..d7fe4c5e 100644 --- a/backend/apps/help/changelog.py +++ b/backend/apps/help/changelog.py @@ -80,6 +80,7 @@ P_RELEASES: List[ReleaseNote] = [ "You can stop agents from changing your settings, in Settings. They can still read them, with your keys hidden, so they can answer questions without editing anything.", "The publish screen always says what a published app can and cannot do, including when it has security warnings to show you at the same time.", "If the \"OpenSwarm needs to reload\" prompt itself fails, the app now tries to reload instead of quitting and taking your session with it.", + "Custom system prompts now actually shape the agent from its very first reply. They were being delivered but ignored: buried in the middle of a long prompt, so the model paid them no attention.", ], ), ReleaseNote( diff --git a/electron/package.json b/electron/package.json index 4e85af03..95840ee4 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "openswarm", - "version": "1.7.8-exp.8", + "version": "1.7.8-exp.9", "license": "AGPL-3.0-only", "description": "OpenSwarm \u2014 AI Agent Orchestrator", "author": "openswarm-ai",