Skip to content

Commit 1477949

Browse files
committed
sync(bfmono): chore(gambit): cut 0.8.5-rc.6 (+19 more) (bfmono@e923eabdd)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: e923eabdd Changes: - e923eabdd chore(gambit): cut 0.8.5-rc.6 - b6f5d2c1f feat(gambit): add workbench composer chip and chat flow updates - 9ebc474b8 fix(gambit): invalidate build deck label cache on frontmatter changes - 04f032d28 feat(simulator-ui): use icon remove action for error context chip - 71a94654b fix(gambit): validate explicit deck path and stabilize stop test - 77fa7f139 refactor(gambit-simulator-ui): replace placeholders with reusable callout - d90d57c08 feat(gambit-simulator-ui): send scenario run errors to workbench chat - dc7d93a08 refactor(gambit): Fix left drawer - bdad96a86 chore(repo): pin jsx-runtime imports to react 19.2.4 - 0c787f96d chore(gambit): cut 0.8.5-rc.5 and pin React to 19.2.4 - 0fdcdf864 fix(gambit): unblock npm dnt build for 0.8.5-rc.4 - 48cd964d4 feat(gambit-core): restore built-in exec via host adapter - b48ad8ec2 chore(gambit): cut 0.8.5-rc.3 - 701935f94 ci(gambit-core): gate npm compatibility in core CI - 6957cc580 docs(gambit-core): document worker sandbox host contract - 2eb1ce7c6 test(gambit-core): add unsupported worker sandbox coverage - 825145eea fix(gambit-core): partition worker sandbox by runtime host - 1801a5380 refactor(gambit-core): remove built-in exec tool from runtime - 9db408859 fix(gambit-release): support nested core path and cut 0.8.5-rc.2 - 5e286d3a9 fix(gambit): clean codex smoke temp artifacts under ignored tmp Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent e5fa390 commit 1477949

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
[release]
3-
since = "0fdcdf8641dccac78e6f3b0fc5916ce7acbd6de9"
3+
since = "d2341a7cbb279485fac823b7a277465f5cee4dda"
44
+++
55

66
# Changelog
@@ -9,6 +9,18 @@ since = "0fdcdf8641dccac78e6f3b0fc5916ce7acbd6de9"
99

1010
- TBD
1111

12+
## v0.8.5-rc.6
13+
14+
- chore(gambit): cut 0.8.5-rc.5 and pin React to 19.2.4
15+
- chore(repo): pin jsx-runtime imports to react 19.2.4
16+
- refactor(gambit): Fix left drawer
17+
- feat(gambit-simulator-ui): send scenario run errors to workbench chat
18+
- refactor(gambit-simulator-ui): replace placeholders with reusable callout
19+
- fix(gambit): validate explicit deck path and stabilize stop test
20+
- feat(simulator-ui): use icon remove action for error context chip
21+
- fix(gambit): invalidate build deck label cache on frontmatter changes
22+
- feat(gambit): add workbench composer chip and chat flow updates
23+
1224
## v0.8.5-rc.5
1325

1426
- TBD

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.5",
5+
"version": "0.8.5-rc.6",
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.5",
3+
"version": "0.8.5-rc.6",
44
"description": "Core runtime for Gambit decks.",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)