[eric] release: 1.7.8-exp.9 carries the first-reply system-prompt fix for the hackathon

This commit is contained in:
ciregenz
2026-08-15 20:53:31 -07:00
parent 7853884d75
commit 449680c269
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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(
+1 -1
View File
@@ -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",