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
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
+++
[release]
since = "8b3194ba8de6f5bfe71e33b5012c0aec17626a78"
since = "175e4900662b374cedd1ebe648e7c25b070ef600"
+++

# Changelog

## Unreleased (v0.8.5)
## Unreleased (v0.8.6)

- TBD

## v0.8.5

- #4071: exclude `.codex` entries from Build file listing.
- #4073: include gambit-core snippets/decks/workers in compiled CLI assets and
support non-file `import.meta.url` runtime initialization.

## v0.8.5-rc.12

- fix(gambit): add codex trust preflight for workbench chat
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.12",
"version": "0.8.5",
"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.12",
"version": "0.8.5",
"description": "Core runtime for Gambit decks.",
"license": "Apache-2.0",
"repository": {
Expand Down