Skip to content

Releases: prime-radiant-inc/obol

v0.6.0

18 Jun 02:48

Choose a tag to compare

v0.6.0 — remove per-agent raw-log dialects; atif+obol only

v0.5.0

15 Jun 15:59

Choose a tag to compare

Release v0.5.0 — ATIF trajectory dialect

v0.4.1

11 Jun 22:41
3d70075

Choose a tag to compare

Release v0.4.1 — Pi session-file parsing + native cost (PRI-2179)

v0.4.0

09 Jun 19:16
653b7c0

Choose a tag to compare

Merge pull request #9 from prime-radiant-inc/matt/pri-2129-obol-valid…

v0.3.0

09 Jun 15:04
5d2d2aa

Choose a tag to compare

Release v0.3.0 — obol house usage-sidecar dialect (PRI-2125)

v0.2.3

09 Jun 01:42

Choose a tag to compare

fix(codex): fold reasoning_output_tokens into output; release 0.2.3 (…

v0.2.2

09 Jun 00:37

Choose a tag to compare

feat(ts): export setPricingDir/clearPricingDir; release 0.2.2 (PRI-2123)

Promote the cross-runtime pricing-dir shim from test-only code to public API so Bun
consumers can pin OBOL_PRICING_DIR at runtime (a plain process.env write doesn't reach
Rust's getenv across bun:ffi). Move test/pricing-env.ts -> src/, re-export from index.ts,
dogfood it from the test via the public surface. Add local ambient decls + a bun:ffi
@ts-expect-error so the now-statically-exported module is DTS-clean under tsconfig
types:[] (else tsup's dts build — and the release — fails). Bumps to 0.2.2.

Unblocks Prudence (PRI-2122) + quorum.

Co-Authored-By: Hermes@cd9c94f1 (Opus 4.8)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.2.1

09 Jun 00:08

Choose a tag to compare

ci(release): unify all four channels under one v* tag, idempotent pub…

v0.2.0

08 Jun 22:56

Choose a tag to compare

style: cargo fmt (PRI-2114)

CI lint (cargo fmt --check) wanted long method chains + std::fs::write calls
wrapped. Formatting-only; no logic change.

Co-Authored-By: Hermes@cd9c94f1 (Opus 4.8)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.1.1

05 Jun 23:01

Choose a tag to compare

Release v0.1.1 — Go binding published to obol-go (PRI-2095)