lingo.dev@0.137.0
lingodotdev/lingo.devlingo.dev@0.137.0Jun 16, 2026by github-actions[bot]
AI Summary
Adds a cost estimation feature to the CLI and SDK, allowing users to preview translation costs before running an actual translation.
Key Highlights
- New `lingo.dev run --estimate` command prints approximate costs and exits without translating.
- New `/process/estimate` endpoint sends per-locale character counts.
- SDK gains a matching `estimate()` method.
- Updated dependencies: _sdk@0.17.0 and _compiler@0.12.6.
New Features
- Translation cost estimation and breakdown.
Full Release Notes
### Minor Changes - [#2111](https://github.com/lingodotdev/lingo.dev/pull/2111) [`854fae0`](https://github.com/lingodotdev/lingo.dev/commit/854fae00ee180620abeb4c8654703121ce7aad57) Thanks [@cherkanovart](https://github.com/cherkanovart)! - Add `lingo.dev run --estimate`: print the approximate cost of pending translations and exit without translating. The CLI computes the same change delta as a regular run, sends per-locale character counts to the new `/process/estimate` endpoint, and prints a per-locale cost breakdown. The SDK gains a matching `estimate()` method. ### Patch Changes - Updated dependencies [[`854fae0`](https://github.com/lingodotdev/lingo.dev/commit/854fae00ee180620abeb4c8654703121ce7aad57)]: - @lingo.dev/_sdk@0.17.0 - @lingo.dev/_compiler@0.12.6