v0.1.2
frugon v0.1.2
A patch release. The headline fix: frugon --version now reports the correct version. It also broadens out-of-the-box pricing coverage.
Fixed
--version(and the requestUser-Agent) now report the actual installed version. They previously read a hardcoded string that wasn't kept in lockstep with the package version — so the 0.1.1 wheel reported0.1.0. The version is now derived from the installed package metadata, so it can never drift again.
Improved
- Broader out-of-the-box price coverage. More bare model names now resolve to a price automatically — including the DeepSeek family (
deepseek-r1,deepseek-chat) and xAI Grok (grok-2,grok-3). Frugon now matches your model name against the pricing registry's provider-prefixed entries, so you don't have to spell out the full provider path to get a cost. Where a model's price genuinely differs across hosts (as many open-weight models do), Frugon still reports no price rather than guess.
Housekeeping
- Refreshed the bundled quality tiers to the latest LMArena snapshot. You can refresh these yourself any time with
frugon quality update— this just improves the defaults you get on a fresh install. - Internal CI maintenance (GitHub Action runtime bumps; data-sync workflow fix).
Install / upgrade
pipx upgrade frugon # or: pip install -U frugon / uvx frugon@latestWhat's Changed
- chore(pricing): weekly pricing table sync by @github-actions[bot] in #2
- chore(quality): weekly quality tier sync [auto-merge] by @github-actions[bot] in #1
New Contributors
- @github-actions[bot] made their first contribution in #2
Full Changelog: v0.1.1...v0.1.2