Releases: Carrara-Labs/delta-harness
Releases · Carrara-Labs/delta-harness
Release list
v0.2.4
v0.2.3
Delta harness 0.2.3 — failure-visibility + native-wire batch (Apertur…
v0.2.2
v0.2.2 — self-write flag, budget overrides, Delta Connect companion
v0.2.1
Delta harness 0.2.1 — /v1/busy scale-to-zero signal + robust MCP conf…
v0.2.0
v0.2.0 — sub-agents inherit the parent's full rights
v0.1.2
fix(test): eval_n mock tolerates structured message content The mock asserted messages[].content was always a string and called .match on it; the spine sends structured content blocks in some paths, so the last message's content is an array -> TypeError. Coerce to a searchable string. Pre-existing failure (fails at v0.1.1 too); unblocks the release CI verify gate (bun test) for 0.1.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJX5G5WS1o9VEnqqq6RRXP
v0.1.1
fix: bump HARNESS_VERSION to 0.1.1 to match package.json The version-drift test caught the mismatch (package.json bumped but the code constant did not). Keeps HARNESS_VERSION the single source of truth. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJX5G5WS1o9VEnqqq6RRXP
v0.1.0
fix(ci): gitleaks download must keep its original filename for checks…