@lingo.dev/_sdk@0.17.0

lingodotdev/lingo.dev@lingo.dev/_sdk@0.17.0Jun 16, 2026by github-actions[bot]

AI Summary

SDK update introducing translation cost estimation capabilities for developers.

Key Highlights

  • New `estimate()` method added to the SDK.
  • Computes change delta and sends character counts to the new endpoint.
  • Prints per-locale cost breakdown.

New Features

  • Translation cost estimation 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.