DocumentationRecipesReferenceChangelog
Log In
Changelog

January 28th, 2026

Changelog (26.1.20)

Change

  • SDK Settings

You can now define SDK settings in a kili-sdk-config.json file to configure how your scripts run, including the API key, API endpoint, TLS verification, and tqdm logging. These settings can also be provided via environment variables or directly in your code.
Refer to the documentation for details and usage examples.

Fix

  • [Smart tools] Fixed an issue in Image projects where interactive segmentation would not run if a Smart BBox was drawn outside the image bounds.
  • [BBox resizing cursors] Fixed resizing arrow cursors so they correctly adapt to the bounding box orientation.
  • [User management] Fixed an issue where users invited to a project could join the organization with an incorrect role. Invited users now always join with the USER role.