From 63550e1939696a8f6142163765c4581ec55bea2a Mon Sep 17 00:00:00 2001 From: bft-codebot Date: Wed, 25 Feb 2026 17:10:57 +0000 Subject: [PATCH] sync(bfmono): chore(gambit): cut 0.8.5-rc.11 (+19 more) (bfmono@9c16505d6) This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 9c16505d6 Changes: - 9c16505d6 chore(gambit): cut 0.8.5-rc.11 - b4d5cdaef fix(simulator-ui): prevent feedback reason text from being clobbered - 84952a652 fix(gambit-verify): align verify turn labels and stabilize initial run filtering - c56b7f52f feat(gambit): improve verify report controls and harden concurrent calibrate persistence - beb9435c0 feat(gambit-simulator-ui): extend listbox trigger and popover options - 25f9fdcfc fix(gambit-simulator-ui): align verify outlier chip semantics and display - a010b0ee1 feat(gambit-simulator-ui): add verify outliers to workbench chat chips - 383f2500a refactor(simulator-ui): replace nested ternaries in main routing - 13c4c8c22 fix(gambit): preserve shared references in safe session serialization - ae392aa24 feat(gambit-simulator-ui): add grader error chips to workbench chat - 1de6b335c fix(gambit): clamp deck-level maxTurns bounds in test run selection - 01d7abbb9 fix(gambit): default verify tab bootstrap flag to enabled - f3d186c7b fix(gambit): include extension schemas in exports and default serve to restored workspace - a83b7cbe7 fix(gambit): move unbounded build timeout to deck opt-in - acb2de627 fix(gambit): avoid strict json_schema 400s in openrouter responses - 8aba573b6 fix(gambit-simulator-ui): treat errored calibrate runs as failed - ca2028cf8 fix(gambit): prevent circular trace crashes in workspace test run API - 7e41517e5 fix(gambit): make build assistant run timeout unbounded - 24341143d feat(gambit): add deterministic verify fixture seeding - ff2c2d33d feat(gambit): add verify tab consistency UI Do not edit this repo directly; make changes in bfmono and re-run the sync. --- CHANGELOG.md | 23 ++++++++++++++++++++++- deno.jsonc | 2 +- packages/gambit-core/deno.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) 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": {