2.0.65
comet-ml/opik2.0.65Jun 16, 2026by github-actions[bot]
AI Summary
This release focuses on SDK enhancements, specifically adding functionality to list annotation queue items and supporting a new environment variable for disabling tracking in the TypeScript SDK. It also introduces a pluggable frontend plugin system and updates integration tests.
Key Highlights
- SDK enhancement: list annotation queue items via get_items
- TypeScript SDK now supports OPIK_TRACK_DISABLE environment variable
- Introduced a pluggable FE plugin system with extracted AI Spend plugin
- Updated Anthropic integration tests to use newer models
New Features
- List annotation queue items via get_items
- Support OPIK_TRACK_DISABLE in TypeScript SDK
- Pluggable FE plugin system
- Extracted AI Spend to a private plugin
Full Release Notes
## What's Changed * [OPIK-4373] [SDK] feat: list annotation queue items via get_items by @petrotiurin in https://github.com/comet-ml/opik/pull/7100 * [NA] [SDK] test: update Anthropic integration tests to use newer models by @petrotiurin in https://github.com/comet-ml/opik/pull/7120 * [OPIK-6835] [SDK] feat: support OPIK_TRACK_DISABLE in TypeScript SDK by @alexkuzmik in https://github.com/comet-ml/opik/pull/7106 * [OPIK-6947] [FE] feat: pluggable FE plugin system + extract AI Spend to a private plugin by @andriidudar in https://github.com/comet-ml/opik/pull/7119 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.0.64...2.0.65