Skip to content

Releases: Carrara-Labs/delta-harness

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 28 Jul 13:13
Delta harness 0.2.4 — harden what shipped; close the field-report gaps

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 07:11
Delta harness 0.2.3 — failure-visibility + native-wire batch (Apertur…

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:44
v0.2.2 — self-write flag, budget overrides, Delta Connect companion

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:33
Delta harness 0.2.1 — /v1/busy scale-to-zero signal + robust MCP conf…

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:03
v0.2.0 — sub-agents inherit the parent's full rights

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:00
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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:18
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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:28
fix(ci): gitleaks download must keep its original filename for checks…