@bolt-foundry/gambit 0.8.5-rc.6 → 0.8.5-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  +++
2
2
  [release]
3
- since = "d2341a7cbb279485fac823b7a277465f5cee4dda"
3
+ since = "1c07354c42544c7fd6e1042ebb4606445fe35b6c"
4
4
  +++
5
5
 
6
6
  # Changelog
@@ -9,6 +9,23 @@ since = "d2341a7cbb279485fac823b7a277465f5cee4dda"
9
9
 
10
10
  - TBD
11
11
 
12
+ ## v0.8.5-rc.9
13
+
14
+ - TBD
15
+
16
+ ## v0.8.5-rc.8
17
+
18
+ - chore(gambit): cut 0.8.5-rc.7
19
+ - Switch ci-gambit-core to run nix develop via step commands with a profile
20
+ instead of custom shell overrides. This avoids both workflow-parse failures
21
+ and literal path resolution failures.
22
+
23
+ ## v0.8.5-rc.7
24
+
25
+ - chore(gambit): cut 0.8.5-rc.6
26
+ - fix(gambit-ci): stop using github.workspace in shell field
27
+ - fix(gambit): include `src/decks` assets in compiled CLI binaries
28
+
12
29
  ## v0.8.5-rc.6
13
30
 
14
31
  - chore(gambit): cut 0.8.5-rc.5 and pin React to 19.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolt-foundry/gambit",
3
- "version": "0.8.5-rc.6",
3
+ "version": "0.8.5-rc.9",
4
4
  "description": "Agent harness framework for building, running, and verifying LLM workflows in Markdown and code.",
5
5
  "homepage": "https://github.com/bolt-foundry/gambit",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "gambit": "bin/gambit.cjs"
25
25
  },
26
26
  "dependencies": {
27
- "@bolt-foundry/gambit-core": "^0.8.5-rc.6",
27
+ "@bolt-foundry/gambit-core": "^0.8.5-rc.9",
28
28
  "openai": "^4.78.1",
29
29
  "zod": "^3.23.8",
30
30
  "@deno/shim-deno": "~0.18.0"