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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
[release]
since = "e5b1e61b190c9b4f3dcc5c80f2d610ddd4f16d80"
since = "8b3194ba8de6f5bfe71e33b5012c0aec17626a78"
+++

# Changelog
Expand All @@ -9,6 +9,10 @@ since = "e5b1e61b190c9b4f3dcc5c80f2d610ddd4f16d80"

- TBD

## v0.8.5-rc.12

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

## v0.8.5-rc.11

- #4014: restructure FAQ deck and artifact paths.
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.11",
"version": "0.8.5-rc.12",
"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.11",
"version": "0.8.5-rc.12",
"description": "Core runtime for Gambit decks.",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading