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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Cross-package release notes for relayburn. Package changelogs contain package-le

## [Unreleased]

- Pricing: refreshed the vendored models.dev snapshot. Adds `gpt-5.6-sol` (previously unpriced
and reported as $0.00). Also changes pricing for models already in use: `claude-sonnet-4-6`
reasoning switches from being billed at the output rate to a separate tariff
(`reasoning_mode` `SameAsOutput` -> `Separate`), and `gpt-5.5` input drops from 5.0 to 1.5.
Both alter previously-reported costs for existing usage.

## [4.0.0] - 2026-06-23

- **BREAKING (`relayburn-sdk`):** the published Rust SDK no longer re-exports its low-level `analyze`-layer internals (detector/aggregator functions and helper types such as `PricingTable`, `CompareTable`, `CompareCell`) — these were never the intended embedding surface. Embed through the verb layer instead: `LedgerHandle` methods / `summary_report` / `hotspots` / `compare`. CLI, MCP, and `@relayburn/sdk` behavior is unchanged.
Expand Down
2 changes: 1 addition & 1 deletion crates/relayburn-sdk/data/models.dev.json

Large diffs are not rendered by default.

Loading