Skip to content
Open
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
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,30 @@

## [Unreleased]

## 0.6.4 — 2026-06-17

### Added
- **Environment and config as run-time axes on `bench eval run`.** `--state`
binds the environment (S-axis) per run — inline JSON, a registry
`name@version` resolved through the environment registry, or a manifest path
(takes precedence over `--environment-manifest`). `--config-override` overlays
the task config (C-axis) — inline JSON/YAML/TOML or `@file`, deep-merged into
each task's resolved config. `--config` also gains a `--run-config` alias.
(#790)
- **Content-addressed environment binding.** Registry environment resolution is
content-addressed — `env_hash = sha256(manifest)` — so a `name@version`
resolves to an exact, pinned environment that is recorded for replay; the
C-axis `--config-override` is likewise persisted with its content hash and the
applied patch. Every rollout is attributable to the precise world and config
it ran against. (#790)

### Changed
- **`bench continue` is now `bench eval continue`.** The command (and its
`continue-batch` companion) moved under the `eval` group, where it is now
discoverable in `bench eval --help` alongside `run`/`adopt`. The original
top-level `bench continue` / `bench continue-batch` remain as hidden,
deprecated aliases (they print a deprecation notice) so existing scripts keep
working.
working. (#800)

## 0.6.3 — 2026-06-16

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "benchflow"
version = "0.6.3"
version = "0.6.4"
description = "Multi-turn agent benchmarking with ACP — run any agent, any model, any provider."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading