lingo.dev@0.137.0
Zipstack/unstractlingo.dev@0.137.0Jun 16, 2026by github-actions[bot]
AI Summary
This minor update introduces a new cost estimation feature allowing users to preview translation expenses before running full translation processes via a new CLI flag and SDK method.
Key Highlights
- New `lingo.dev run --estimate` flag
- Cost estimation for pending translations
- SDK gains matching `estimate()` method
New Features
- CLI `--estimate` command
- SDK `estimate()` method
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