mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-22 17:44:53 +02:00
[eric] release: 1.7.8-exp.9 carries the first-reply system-prompt fix for the hackathon
This commit is contained in:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user