Skip to content

Commit 5e50e13

Browse files
committed
sync(bfmono): chore(gambit): release 0.8.5 (+19 more) (bfmono@68953d21c)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 68953d21c Changes: - 68953d21c chore(gambit): release 0.8.5 - 175e49006 fix(gambit-core): support non-file import.meta.url at runtime init - 3c44ef51a fix(gambit): include core snippets/decks/workers in compile assets - 591734506 fix(gambit): exclude .codex from Build file listing - 4fe56b200 chore(gambit): cut 0.8.5-rc.12 - 2bfffaaae fix(gambit): add codex trust preflight for workbench chat - 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 Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent 8314f88 commit 5e50e13

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
+++
22
[release]
3-
since = "8b3194ba8de6f5bfe71e33b5012c0aec17626a78"
3+
since = "175e4900662b374cedd1ebe648e7c25b070ef600"
44
+++
55

66
# Changelog
77

8-
## Unreleased (v0.8.5)
8+
## Unreleased (v0.8.6)
99

1010
- TBD
1111

12+
## v0.8.5
13+
14+
- #4071: exclude `.codex` entries from Build file listing.
15+
- #4073: include gambit-core snippets/decks/workers in compiled CLI assets and
16+
support non-file `import.meta.url` runtime initialization.
17+
1218
## v0.8.5-rc.12
1319

1420
- fix(gambit): add codex trust preflight for workbench chat

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
33
"name": "@bolt-foundry/gambit",
44
"description": "Agent harness framework for building, running, and verifying LLM workflows in Markdown and code.",
5-
"version": "0.8.5-rc.12",
5+
"version": "0.8.5",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

packages/gambit-core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bolt-foundry/gambit-core",
3-
"version": "0.8.5-rc.12",
3+
"version": "0.8.5",
44
"description": "Core runtime for Gambit decks.",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)