All notable changes to managoat_acp are documented here. Format:
Keep a Changelog; versions follow
SemVer. Pre-1.0, a minor bump (0.x to 0.y) may
include breaking changes and says so; patch releases are always safe to take.
Merging a version bump to main publishes it to hex; a PR that changes what
the package ships without a bump fails the release gate.
[Unreleased]
[0.1.1] - 2026-09-03
Fixed
Usage.from_prompt_result/1now reads gemini-cli's tokens. gemini leaves the protocol'susagefield empty and reports the turn under a vendor extension at_meta.quota.token_count, snake-cased (google-gemini/gemini-cli#24280, closed with no plans to add the standard fields), so every gemini turn returnednil— a host billing from this figure billed nothing at all (BinaryBourbon/fountain#1459). The newUsage.from_meta_quota/1reads that shape; the protocol's ownusagestill wins where both are present.
[0.1.0] - 2026-09-02
Added
- Extracted from Fountain (BinaryBourbon/fountain#1358).