Skip to content

Commit 1275c8c

Browse files
committed
sync(bfmono): chore(gambit): cut 0.8.6-rc.5 (+19 more) (bfmono@38d0b544f)
This PR is an automated gambitmono sync of bfmono Gambit packages. - Source: `packages/gambit/` - Core: `packages/gambit/packages/gambit-core/` - bfmono rev: 38d0b544f Changes: - 38d0b544f chore(gambit): cut 0.8.6-rc.5 - 8b0bb6555 refactor(gambit): move simulator chats onto transcript entries - 518646809 docs(initiatives): migrate legacy cross-company initiatives - b13651c28 chore(gambit): cut 0.8.6-rc.4 release - 45487928e refactor(gambit): normalize scenario service Maybe types - 19f30c290 test(gambit): verify graphql-owned test feedback refresh - 122b7edc5 feat(simulator-ui): move test feedback authority into isograph - 75187e0de feat(gambit): add graphql test feedback persistence - e42279f65 docs(gambit): add test feedback graphql authority intent - dceb56711 feat(simulator-ui): add deterministic test-tab openresponses demo - c08bebaae test(gambit): verify scenario openresponses projection for chat providers - 7ab54c79e fix(gambit): synthesize scenario openresponses messages from state - fad6ece51 test(gambit): add feedback refresh repro to isograph test demo - f40526fa0 refactor(gambit): split simulator server into workspace modules - 55ba88bf1 refactor(gambit): extract simulator response and ui handlers - 09b63324c refactor(gambit): quarantine legacy api routes - 410dc8573 fix(gambit): persist workspace deck state in sqlite - 91f6c41de fix(simulator-ui): preserve isograph routes without blanking - d43aa6c8c chore(nix): update flake lock files - be85dffd4 chore(gambit): cut 0.8.6-rc.3 release Do not edit this repo directly; make changes in bfmono and re-run the sync.
1 parent e0792ef commit 1275c8c

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
[release]
3-
since = "4934e197f8981d7a4c67fa46289542a0c02f5474"
3+
since = "f05d0cfc7e3d566a802d63a4c0ba1c2682b73a5a"
44
+++
55

66
# Changelog
@@ -9,6 +9,10 @@ since = "4934e197f8981d7a4c67fa46289542a0c02f5474"
99

1010
- TBD
1111

12+
## v0.8.6-rc.5
13+
14+
- TBD
15+
1216
## v0.8.6-rc.4
1317

1418
- chore(gambit): cut 0.8.6-rc.3 release

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

0 commit comments

Comments
 (0)