diff --git a/CHANGELOG.md b/CHANGELOG.md index 5227a997..112858be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ +++ [release] -since = "f9185fb1967a31e92a4a26dbb94cfe1322148406" +since = "e5b1e61b190c9b4f3dcc5c80f2d610ddd4f16d80" +++ # Changelog @@ -9,6 +9,27 @@ since = "f9185fb1967a31e92a4a26dbb94cfe1322148406" - TBD +## v0.8.5-rc.11 + +- #4014: restructure FAQ deck and artifact paths. +- #4029: include response extension schemas in artifact export and default + `serve --artifact` to the restored workspace. +- #4046: ship verify workflow updates (feature-flagged routing, consistency UI, + deterministic fixture seeding, outlier/report controls and chips), harden + calibrate persistence + status handling, tighten provider/serialization + behavior, and move unbounded build timeout to explicit deck opt-in. +- #4048: default verify tab bootstrap flag to enabled. +- #4049: clamp deck-level `maxTurns` bounds in test run selection. +- #4053: add grader error chips to workbench chat. +- #4054: preserve shared references in safe session serialization. +- #4055: refactor simulator-ui routing to replace nested ternaries. +- #4057: align verify outlier chip semantics and display. +- #4060: improve verify report controls and harden concurrent calibrate + persistence. +- #4061: align verify turn labels and stabilize initial run filtering. +- #4064: prevent simulator feedback reason text from being clobbered while + editing. + ## v0.8.5-rc.10 - #4004: add OpenResponses convergence runtime + extensions + async action diff --git a/deno.jsonc b/deno.jsonc index fe6488c0..f6901d88 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -2,7 +2,7 @@ "$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "name": "@bolt-foundry/gambit", "description": "Agent harness framework for building, running, and verifying LLM workflows in Markdown and code.", - "version": "0.8.5-rc.10", + "version": "0.8.5-rc.11", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/gambit-core/deno.json b/packages/gambit-core/deno.json index 6c2237a0..ccf34f0d 100644 --- a/packages/gambit-core/deno.json +++ b/packages/gambit-core/deno.json @@ -1,6 +1,6 @@ { "name": "@bolt-foundry/gambit-core", - "version": "0.8.5-rc.10", + "version": "0.8.5-rc.11", "description": "Core runtime for Gambit decks.", "license": "Apache-2.0", "repository": {