• v0.1.2 bdd6362c1a

    repi released this 2026-02-10 11:45:15 +00:00 | 13 commits to main since this release

    What's Changed

    Bug Fix: Duplicate Trace ID Handling

    Fixed 409 errors caused by intermediate SDK flushes sending duplicate trace IDs to the ingestion API.

    Changes:

    • apps/web/src/app/api/traces/route.ts — Changed INSERT to UPSERT for trace ingestion, so duplicate trace IDs are updated instead of rejected
    • packages/sdk-ts/src/transport.ts — Added buffer dedup by trace ID in add() method to prevent redundant payloads

    Version Bumps

    • agentlens-sdk → 0.1.2 (npm)
    • opencode-agentlens → 0.1.2 (npm)
    • vectry-agentlens → 0.1.2 (PyPI)
    Downloads