2.1.26
comet-ml/opik2.1.26Jul 14, 2026by github-actions[bot]
AI Summary
A maintenance-focused release addressing model identification and data ingestion issues. It fixes how reasoning models are classified and corrects data parsing errors for specific LLM providers.
Key Highlights
- Mark GPT-5.6 models as reasoning models
- Fix LLM error model selection by code type
- Ingest cipx.session.harness into cipx_trace_identities
- Fix stream union logic for getProjectIds
Full Release Notes
## What's Changed * [NA] [FE] fix: mark GPT-5.6 models as reasoning models by @AndreiCautisanu in https://github.com/comet-ml/opik/pull/7451 * [OPIK-7322] fix: pick LLM error model by code type to avoid doomed OpenRouter parse by @thiagohora in https://github.com/comet-ml/opik/pull/7457 * [OPIK-7321] fix: union getProjectIds result stream instead of single() by @thiagohora in https://github.com/comet-ml/opik/pull/7454 * [OPIK-7298] [BE] feat: ingest cipx.session.harness into cipx_trace_identities by @andriidudar in https://github.com/comet-ml/opik/pull/7448 **Full Changelog**: https://github.com/comet-ml/opik/compare/2.1.25...2.1.26