Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
[release]
since = "f9185fb1967a31e92a4a26dbb94cfe1322148406"
since = "e5b1e61b190c9b4f3dcc5c80f2d610ddd4f16d80"
+++

# Changelog
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gambit-core/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down